Opened 11 years ago
Closed 11 years ago
#12020 closed Bug (invalid)
[Nested widgets] Incorrect behaviour when pasting simple box into another simple box's editable
Reported by: | Piotrek Koszuliński | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Widgets | Version: | |
Keywords: | Cc: |
Description
Part of: #10931.
- Open /plugins/widget/dev/nestedwidgets.html.
- Copy entire simple box.
- Paste it into simple box's content.
Result: you have two pasted simple boxes. One outside and one inside.
Change History (3)
comment:1 Changed 11 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 11 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | confirmed → assigned |
comment:3 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Version: | 4.3 Beta |
I confused the second simplebox which is below the first one with the one pasted. I thought the pasted one is duplicated, but it was actually the second one.