Skip to main content

Search and Top Navigation

#6044 closed bug (duplicate)

Opened September 12, 2010 10:19AM UTC

Closed September 12, 2010 03:42PM UTC

Last modified October 03, 2012 04:43PM UTC

position breaks in chrome

Reported by: jogep Owned by:
Priority: major Milestone: 1.9.0
Component: ui.position Version: 1.8.5
Keywords: position chrome Cc:
Blocked by: Blocking:
Description

i try to refactor the ui.spinner. for this i want to use the position function to place the spinner buttons at the right side of the input element.

 wrapper.position({
   of: this.element,
   my: 'left center',
   at: 'right center',
   offset: '0 0',
   collision: 'flip flip'
 });

This works fine with firefox and IE but in Chrome it breaks the buttons on a new line.

You can try it out with the example page.

http://github.com/jogep/jquery.ui.spinner

Attachments (0)
Change History (2)

Changed September 12, 2010 03:42PM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

This is likely a duplicate of #5533. There's a bug in jQuery core that requires the top and left values to be set to something other than auto in order for .position() to work. This has already been fixed in core and will be released with 1.4.3.

Changed October 03, 2012 04:43PM UTC by scottgonzalez comment:2

milestone: 1.next1.9.0