Skip to main content

Search and Top Navigation

#10141 closed bug (cantfix)

Opened July 08, 2014 08:17AM UTC

Closed July 08, 2014 11:51AM UTC

.resizable() buggy in centered divs

Reported by: flashspys Owned by:
Priority: minor Milestone: none
Component: ui.resizable Version: 1.11.0
Keywords: Cc:
Blocked by: Blocking:
Description

If you drag and resize the div a little bit you'll notice that dragging will work fine, but resizing is very buggy.

http://jsfiddle.net/flashspys/S8eHJ/9/

It only happen on centered divs but on every centered div like centered via text-align and display: inline-block or even when the div is centered by <center> :D

I have no way to center this div without being buggy :(

Attachments (0)
Change History (1)

Changed July 08, 2014 11:51AM UTC by scottgonzalez comment:1

resolution: → cantfix
status: newclosed

I don't think there's much we can do about this. You're relying on the crazy behavior of position: absolute with no actual positioning information. See http://jsfiddle.net/S8eHJ/10/ for a properly positioned element.