Opened 10 years ago

Closed 10 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 10 years ago by szehe

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>

comment:2 Changed 10 years ago by Jakub Ś

Keywords: widget position removed
Resolution: invalid
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy