Search and Top Navigation
#3436 closed bug (worksforme)
Opened September 16, 2008 07:38AM UTC
Closed September 16, 2008 10:23PM UTC
Last modified October 11, 2012 09:15PM UTC
Opening a dialog with no tabbable elements
Reported by: | skorpan | Owned by: | scottgonzalez |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.dialog | Version: | 1.6b |
Keywords: | dialog, tabbable, opening | Cc: | |
Blocked by: | Blocking: |
Description
Revision 671 introduced a bug in ui.dialog, which was said to be a partial fix for #3327. It's a line of code setting focus to the first tabbable element in the dialog contents when opening it. I'm not sure why, but Firefox 3 (the only one I've tested it with) doesn't like it at all and I'm guessing it's because the contents of my dialog has no tabbable elements whatsoever.
I don't have a patch for this, but it works just fine when commenting the line that says "this.uiDialog.find(':tabbable:first').focus();".
Attachments (0)
Change History (3)
Changed September 16, 2008 10:23PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Changed September 18, 2008 10:50AM UTC by comment:2
This is strange... It seems to work just fine for me too now. Sorry about the fuss.
Changed October 11, 2012 09:15PM UTC by comment:3
milestone: | TBD |
---|
Milestone TBD deleted
I'm not seeing any problems. If you continue to have problems please reopen the ticket and attach a test file.