Ticket #1499 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Changed 3 years ago by wymsy

  • status changed from new to closed
  • resolution set to fixed

changeset [1238]

Note: See TracTickets for help on using tickets.