Opened 12 years ago
Closed 10 years ago
#7779 closed defect (duplicate)
Edit mode should end when clicking anywhere on the page that isn't the cell being edited
Reported by: | zladivliba | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX Grid | Version: | 1.2beta |
Keywords: | grid, editor | Cc: | |
Blocked By: | Blocking: |
Description
I've had difficulties when editing a cell to get the editor (ex : a select) to dissapear ; it seems I need to click on the grid to get my mouse pointer back. I thing the users should be able to click anywhere in their browser to get their pointer back, and not only in the grid.
It's not a serious bug, but it would be easyer to use that way I think.
Change History (9)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Milestone: | tbd → 1.2.1 |
---|
comment:3 Changed 12 years ago by
Milestone: | 1.2.1 → 1.2.2 |
---|
comment:4 Changed 12 years ago by
Milestone: | 1.2.2 → 1.3 |
---|
comment:5 Changed 12 years ago by
Milestone: | 1.3 → 1.4 |
---|---|
Summary: | dojo grid onmouseout bug (edit mode) → Edit mode should end when clicking anywhere on the page that isn't the cell being edited |
I agree with this bug, however it's too late for 1.3. This should be fixed for 1.4.
comment:7 Changed 11 years ago by
Milestone: | 1.5 → 1.6 |
---|
1.5 is released, moving remaining tickets to 1.6
comment:8 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.
Bryan/Nathan? - Might be able to set an _onBlur handler; the dijit infrastructure will call it whenever someone clicks outside the grid itself.