Changes between Version 1 and Version 2 of Ticket #7175, comment 16


Ignore:
Timestamp:
Jun 16, 2014, 1:19:18 PM (11 years ago)
Author:
Piotrek Koszuliński
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7175, comment 16

    v1 v2  
    33The reason is that most editor features cause the entire modal window to magically lose focus or maybe, because it's hard to say what's really happening, that the editable is forcibly refocused by browser. Undo/redo, dialogs, panels (context menu, float panels, etc.), clicking below body - all them make the modal window blinking. I've got no idea where this blur comes from and where the focus escapes. My theory is that when any element inside a modal window loses focus IE executes some bizarre algorithm to restore focus in that modal window. This may be related to the fact that modal window is a special kind of window that should never lose focus and perhaps IE implements this rule in a poor way.
    44
    5 To make all this look even worse the situation is even more terrible on IE11 than on IE8 and additionally, IE dev tools are useless and crash when trying to use debugger in modal dialog.
     5To make all this even worse the situation looks even more terrible on IE11 than on IE8 and additionally, IE dev tools are useless and crash when trying to use debugger in modal dialog.
    66
    77Few warm words about modal dialogs can be found in this article:
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy