#3436 closed bug (worksforme)
Opening a dialog with no tabbable elements
Reported by: | skorpan | Owned by: | Scott González |
---|---|---|---|
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();".
Change History (3)
comment:1 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
This is strange... It seems to work just fine for me too now. Sorry about the fuss.
Note: See
TracTickets for help on using
tickets.
I'm not seeing any problems. If you continue to have problems please reopen the ticket and attach a test file.