Opened 15 years ago
Closed 15 years ago
#3854 closed defect (fixed)
can't tab out of InlineEditBox/TextArea (FF)
Reported by: | bill | Owned by: | ptbrunet |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
There's code in TextArea?.js to catch a tab and move focus to the iframe but it doesn't seem to be working, at least not for iframe case. See test_InlineEditBox.html. Tab just gets swallowed.
Change History (2)
comment:1 Changed 15 years ago by
Owner: | changed from Douglas Hays to ptbrunet |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [9857]) fixes #3854 - in onKeyPress set focus to iframe element on tab key fixes #3880 - update title to iframe depending upon focus to help screen reader users deal with extra tab to get out of textarea in FF. added additional string to textarea that will require translation