Ticket #1499 (closed defect: fixed)
focus() errors in new dialogs in IE
| Reported by: | wymsy | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.96 |
| Component: | Dialogs | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The new dialogs attempt to set focus on the first text element in the dialog, but if the first one found is invisible or disabled, an error is thrown in IE. Enclosing the focus() statement in a try/catch block lets it find the first visible and enabled text field.
Change History
Note: See
TracTickets for help on using
tickets.
