Skip to main content

Search and Top Navigation

#6011 closed bug (duplicate)

Opened September 01, 2010 03:05PM UTC

Closed September 01, 2010 03:08PM UTC

Last modified October 11, 2012 09:15PM UTC

ui.position calculation broken in all IE and webkit browsers

Reported by: mmahoney Owned by:
Priority: critical Milestone:
Component: ui.position Version: 1.8.4
Keywords: Cc:
Blocked by: Blocking:
Description

The ui.position feature does not work at all in anything but Firefox(version 3.6 was used in testing.). These were on a Windows XP machine.

A simple test case is attached with three divs, which attempts to place the third div absolutely positioned to the left and bottom of the second div.

In Chrome 5, position will be top: 0px and left: 0px

In IE 7 and 8, position will be top: 0px and left: 0px

Did not test IE 6, but I assume it is also incorrect.

For more fun, try setting a width, particularly a percentage. Again, Firefox works as expected, but Chrome and IE produce wildly incorrect values.

This behavior is consistently reproducible. I've done several other test cases, with height, width, and content differences. Firefox, OK. Others, broken.

Attachments (1)
  • test.html (1.2 KB) - added by mmahoney September 01, 2010 03:05PM UTC.

    HTML file with simple test case

Change History (2)

Changed September 01, 2010 03:08PM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

Duplicate of #5533.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:2

milestone: TBD

Milestone TBD deleted