Ticket #6186 (closed defect: fixed)

Opened 4 months ago

Last modified 6 weeks ago

Dialog: ESC key on non-drop-down field closes dialog instead of calling undo (IE)

Reported by: doughays Owned by: doughays
Priority: normal Milestone: 1.2
Component: Dijit Version: 1.0
Severity: normal Keywords:
Cc:

Description (last modified by doughays) (diff)

Run test_dialog.html using IE
Open the first dialog.
Type a value in the first input box and press ESC.
The value should go back to blank, but the dialog closes.
This seems to only be a problem with IE.

Change History

Changed 4 months ago by bill

  • summary changed from IE: ESC key closes dialog instead of calling undo to Dialog: ESC key closes dialog instead of calling undo (IE)

Changed 4 months ago by bill

  • summary changed from Dialog: ESC key closes dialog instead of calling undo (IE) to Dialog: ESC key on non-drop-down field closes dialog instead of calling undo (IE)

Changed 4 months ago by bill

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

(In [13065]) Fixes #5859, #6186: problems with initial BorderContainer? sizing on IE. Setting the size of a node and then immediately querying the size sometimes doesn't work (plus which it's inefficient). Fixed that for IE although not for other browsers. (IE is a separate code path since it doesn't use t/l/b/r four-corners setting for styling.) !strict

Changed 4 months ago by doughays

  • status changed from closed to reopened
  • resolution deleted

Not fixed by [13065]

Changed 7 weeks ago by doughays

  • status changed from reopened to closed
  • resolution set to fixed
  • description modified (diff)

Fixed by [13769].

Changed 7 weeks ago by bill

Actually, fixed by [13759].

Changed 6 weeks ago by bill

Note: the checkin comment for [13065] was incorrect, it fixes #6168 not this ticket.

Note: See TracTickets for help on using tickets.