Changes between Initial Version and Version 1 of Ticket #10869, comment 5


Ignore:
Timestamp:
Oct 14, 2013, 9:43:06 AM (11 years ago)
Author:
Piotrek Koszuliński
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10869, comment 5

    initial v1  
    331. Widget wrapper is represented in elements path as `widgetDefinition.elementName || widget.element.getName()`. We don't need any additional code, because widget can be correctly focused from elements path when clicking the wrapper element.
    442. Non-editable elements should not be displayed in elements path. Code filtering them out can go to elementspath plugin, because it'll be general (it bases on contenteditable element).
    5 3. Nested editables are represented in elements path by their names in `widgetDefinition.editables` hash. In the future we can add `nestedEditable.definition.elementName` property.
     53. Nested editables are represented in elements path by their names in `widgetDefinition.editables` hash. In the future we can add `nestedEditable.definition.elementName` property. We'll need additional code handling clicks on nested editables in elements path, because we need to select their contents, not them.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy