Opened 11 years ago
Last modified 11 years ago
#12007 confirmed Bug
Elements path - viewport is scrolled and selection placed incorrectly when clicking on specific elements inside widget
| Reported by: | Olek Nowodziński | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 4.3 Beta |
| Keywords: | Cc: |
Description (last modified by )
- Open http://ckeditor.dev/plugins/widget/dev/nestedwidgets.html
- Place caret inside simple box.
- Click the 3rd element (2nd div) in elements path.
- Viewport is scrolled and selection is placed outside widget
Expected: contents of simplebox'es content should be selected.
See: comment:2.
Change History (2)
comment:1 Changed 11 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 11 years ago by
| Description: | modified (diff) |
|---|---|
| Summary: | [Nested widgets] Integration with elementspath plugin → Elements path - viewport is scrolled and selection placed incorrectly when clicking on specific elements inside widget |

While investigating this I noticed that it's a general problem. Viewport is scrolled also when clicking the "div" that's simplebox'es content wrapper (simplebox-content) or the first paragraph inside it (but only first - this is odd).
Clicking elements inside or widgets themselves works even for deeply nested widgets.