Opened 11 years ago
Closed 11 years ago
#11109 closed Bug (invalid)
position:absolute and widget problem
Reported by: | szehe | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Widgets | Version: | 4.3 Beta |
Keywords: | Cc: |
Description
position:absolute does not create a freely dragable widget. Tested with following widget mockup: <div id="endbossWidget" class="endbossWidget" style="width:100px;height:100px;left:100px;top:100px;position:absolute;"> </div>
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Keywords: | widget position removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
I have checked both inline (image2) and block (simple box) widgets in latest CKEditor. I was able to drag both of them. Sure that widgets cover text when they are positioned absolute but this is how HTML works: http://www.w3schools.com/css/css_positioning.asp. If overlapping was the problem you can try using z-index
.
I don't see any issues here thus I'm closing this ticket as invalid.
position:absolute does not create a freely dragable widget. Tested with following widget mockup:
<div id="endbossWidget" class="endbossWidget" style="width:100px;height:100px;left:100px;top:100px;position:absolute;"></div>