The issue describes a specific UI/UX bug with clear reproduction steps.
The issue involves a UI/UX bug where child table grid rows do not exit editable mode when clicking outside the grid. The problem is well-defined with clear reproduction steps, and the fix likely involves modifying the event handling logic for the grid rows. No major blockers are apparent.
Grid rows in child tables remain stuck in editable mode when clicking outside the grid, instead of returning to static display mode.
This issue occurs in multiple doctypes such as Sales Order, Quotation, and others that use child tables (e.g., Items). Once a row enters editable mode, it does not exit unless another row is selected or the page is refreshed.
Output of bench version
(paste here)
1.Open a document such as Sales Order or Quotation 2.Add or select an item in the Items child table 3.Click on a row → it enters editable mode (inline editing) 4.Click anywhere outside the child table (form area, header, or other fields)
The grid row remains in editable mode It does not revert to static display Formatted display (e.g., Item Code : Item Name) is not restored The row stays active until: Another row is clicked, or The page is refreshed
Clicking outside the child table should: Exit editable mode Return the row to static display Show formatted values such as I
Claim this issue to let others know you're working on it. You'll earn 10 points when you complete it!