Changes between Initial Version and Version 1 of Ticket #13081


Ignore:
Timestamp:
Mar 23, 2015, 3:45:19 PM (9 years ago)
Author:
Piotrek Koszuliński
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13081 – Description

    initial v1  
    1111The reason why this happens is that initially snapshot contains widget classes in the following order:
    1212
    13 ```
     13{{{
    1414 cke_widget_focused cke_widget_selected
    15 ```
     15}}}
    1616
    17 Unfortunately, once editor is blurred, the cke_widget_focused class is removed and when it's added back (on editor focus, on doubleclick) it's added at the end.
     17Unfortunately, once editor is blurred, the `cke_widget_focused` class is removed and when it's added back (on editor focus, on doubleclick) it's added at the end.
    1818
    19 The solution would be to always add cke_widget_focused class after cke_widget_selected.
     19The solution would be to always add `cke_widget_focused` class after `cke_widget_selected`.
     20
     21Reproduced on Chrome.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy