Skip to main content

Search and Top Navigation

#4985 open bug ()

Opened December 01, 2009 12:40AM UTC

Last modified November 17, 2016 06:02PM UTC

Resizable: float: right issues with position: static or position: relative elements

Reported by: devinrayolsen Owned by:
Priority: major Milestone: 2.0.0
Component: ui.resizable Version: 1.7.2
Keywords: float:right; positioned resize elements Cc:
Blocked by: Blocking:
Description

Seems to be an issue with non positioned or relative positioned elements and floating them right while trying to use jQuery UI Resize.

Here is a video of the issue.

http://www.screentoaster.com/watch/stVEpSQEJIR1xWRl9ZWF5YU1ZV

Attachments (0)
Change History (7)

Changed October 11, 2012 09:07PM UTC by scottgonzalez comment:1

milestone: TBD2.0.0

Changed October 26, 2012 01:13AM UTC by tj.vantoll comment:2

status: newopen
summary: Position Relative / Float Right - Resize Issue!Resizable: float: right issues with position: static or position: relative elements

The video link in the original description no longer works but there is some strange behavior when applying

 float: right 
to a resizable element - http://jsfiddle.net/tj_vantoll/dnb7E/
 float: left; 
doesn't produce this behavior. As mentioned in the original description if
 position: absolute; 
is applied this problem goes away.

I tested this behavior and got similar results in Chrome 22, Firefox 16, and Safari 6.

Changed October 27, 2012 01:02AM UTC by tj.vantoll comment:3

#4346 is a duplicate of this ticket.

Changed October 27, 2012 01:03AM UTC by tj.vantoll comment:4

If anyone stumbles across this a workaround is discussed in the closed duplicate issue https://groups.google.com/forum/?hl=en&fromgroups=#!topic/jquery-ui/Ne09qPX-L0w.

Changed March 07, 2013 08:55PM UTC by tj.vantoll comment:5

#9140 is a duplicate of this ticket.

Changed March 08, 2013 03:34AM UTC by tj.vantoll comment:6

#8665 is a duplicate of this ticket.

Changed November 17, 2016 06:02PM UTC by cletusw comment:7

Bug also applies to table-cell and flexbox columns with west handles and rows with north handles.