Changes between Initial Version and Version 1 of Ticket #10869, comment 5
- Timestamp:
- Oct 14, 2013, 9:43:06 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10869, comment 5
initial v1 3 3 1. 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. 4 4 2. 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. 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. We'll need additional code handling clicks on nested editables in elements path, because we need to select their contents, not them.