Opened 14 years ago
Closed 14 years ago
#3881 closed defect (fixed)
inline text area, save button enabled if you press tab
Reported by: | ptbrunet | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
Using the inline test case, go to the non-autoSave text area, open it and press the tab key. The save button is enabled even though no text has changed.
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Looks like a FF2 bug. The first onkeypress event for a tab comes through with both keyCode and charCode set to 0.
comment:3 Changed 14 years ago by
Owner: | changed from ptbrunet to Douglas Hays |
---|---|
Status: | new → assigned |
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [9859]) refs #3881 - still an issue that pressing tab activates the save button the first time the textarea is accessed after loading page.