#11243 closed Bug (fixed)
Magicline and widgets
Reported by: | Matti Järvinen | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Widgets | Version: | 4.3 |
Keywords: | Cc: |
Description
I took the example widget from documentation (simplewidget) and noticed that it is possible to add new paragraphs with magickline into widgets non editable areas.
Changing this:
<div class="simplebox align-left" style="width: 500px;"> <h2 class="simplebox-title">Title</h2> <div class="simplebox-content"> <p>Content...</p> </div> </div>
Into:
<div class="simplebox align-left" style="width: 500px;"> <h2 class="simplebox-title">Title</h2> <div class="simplebox-content"> <p>Content...</p> </div> <p> </p> </div>
Attachments (1)
Change History (6)
Changed 11 years ago by
Attachment: | example.png added |
---|
comment:1 Changed 11 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 10 years ago by
Any update on this? I need magic line to help with widget spacing when a new line can't be created.. and yet it comes up inside the widgets themselves rendering it useless :(
Edit: seems to only happen with contenteditable="true" for me
comment:3 Changed 9 years ago by
Milestone: | → CKEditor 4.5.4 |
---|
comment:4 Changed 9 years ago by
Milestone: | CKEditor 4.5.4 |
---|---|
Resolution: | → fixed |
Status: | confirmed → closed |
As a matter of fact, we've checked this ticket and it turns out to be fixed in 4.4.2 by #12009. A pretty long time ago.
@ferahl: If you can still reproduce some issue, then please report a new ticket. Perhaps you have some different structure of the widget.
comment:5 Changed 9 years ago by
Ok will do, actually I could reproduce on a clean sandbox test on 4.5.3 if a div (which was not defined as an editable don't know if that made a difference) had contenteditable="true" --- I'll check again later and put a demo up
Widget before and after using magic line.