Dialog: ESC key on non-drop-down field closes dialog instead of calling undo (IE)
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 (9)
Summary: |
IE: ESC key closes dialog instead of calling undo →
Dialog: ESC key closes dialog instead of calling undo (IE)
|
Summary: |
Dialog: ESC key closes dialog instead of calling undo (IE) →
Dialog: ESC key on non-drop-down field closes dialog instead of calling undo (IE)
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Resolution: |
fixed
|
Status: |
closed →
reopened
|
Description: |
modified (diff)
|
Resolution: |
→ fixed
|
Status: |
reopened →
closed
|
(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