Opened 11 years ago
Closed 11 years ago
#12137 closed Bug (duplicate)
Dragging a nested widget to the outside of the parent widget is possible
Reported by: | Tsvetelin Novkirishki | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Widgets | Version: | |
Keywords: | Cc: |
Description
Descriptive summary: User is able to drag a nested widget outside of the parent, which breaks is there is a relation between child and parent (there should be in most cases).
Steps to reproduce:
- Insert some widgets inside of another widget
- Select (with the mouse) a few fields
- Drag them (not by the handles, just by the selection) to them outside of the parent
- Do the same, but drag one by the handle
- In all cases, it's possible to drag it to the outside
Browser and OS: Chrome and Firefox under Windows
Change History (1)
comment:1 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Version: | 4.4.3 (GitHub - master) |
This is a desired behaviour and we cannot block it by default. Imagine e.g. slideshow builder, when slides can be nested. One may want to rearrange them totally by grouping or ungrouping some slides.
An architecture allowing to control where content may be dropped will be proposed in #12091.