Changes between Initial Version and Version 1 of Ticket #11995, comment 3


Ignore:
Timestamp:
May 23, 2014, 4:24:28 AM (10 years ago)
Author:
Shaun
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11995, comment 3

    initial v1  
    33Perhaps if the entire page is editable, I could see your point. But, when there are many different types of editable content on a page, and not all of them being an instance of CKEditor, the always-visible toolbar just creates confusion for our end users.
    44
    5 The functionality we seek is no different from the default inline editor toolbar. It only appears when the editable element is focused and then disappears when the editable element loses focus.
     5The behavior we seek is no different from the default inline editor toolbar. It only appears when the editable element is focused and then disappears when the editable element loses focus.
    66
    77[[BR]]
     
    1212> Additionally you wrote only about first focus. And what if you focus editor and then blur it? The situation is very the same as right after initialization.
    1313
    14 This can be prevented by binding to the editor blur event and hiding the toolbar manually.
     14This can be prevented by binding to the editor blur event and hiding the toolbar manually. Ideally, we wouldn't have to do that.
     15
     16
     17----
     18
     19
     20If you feel that the plugin's current behavior is proper, then how about at least providing a config option to hide the toolbar after instantiation?
     21
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy