Skip to main content

Search and Top Navigation

#8580 closed bug (duplicate)

Opened September 14, 2012 08:32PM UTC

Closed September 16, 2012 06:27PM UTC

Last modified September 16, 2012 06:27PM UTC

in Chrome, resizable() does not work for elements with an absolute position

Reported by: nebu Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.resizable Version: 1.8.23
Keywords: Cc:
Blocked by: Blocking:
Description

Reduced test case: http://jsfiddle.net/E2rf6/

To reproduce: move mouse cursor to left edge of red rectangle, and drag it to resized the red rectangle.

On firefox: Red rectangle resizes as expected. (tested on 15.0.1 on Ubuntu)

On Chromium: Red rectangle jumps to the left of the window. (tested on 18.0.1025.168 (Developer Build 134367 Linux) Ubuntu 12.04)

Note: jsfiddle uses JQueryUI 1.8.18, which is the latest that jsfiddle supports, but we also tested this locally on JQueryUI 1.8.23 and the bug is still there.

Attachments (0)
Change History (2)

Changed September 16, 2012 06:27PM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

I assume that by "elements with an absolute position" you actually mean fixed position.

Changed September 16, 2012 06:27PM UTC by scottgonzalez comment:2

Duplicate of #3628.