Changes between Initial Version and Version 3 of Ticket #5533


Ignore:
Timestamp:
Aug 27, 2010, 1:48:26 PM (13 years ago)
Author:
Scott González
Comment:

The workaround for this is to just do .css({ top: 0, left: 0 }).position({...}) which is what we do in all of the jQuery UI plugins. We won't fix this in the position plugin, just use the workaround until jQuery 1.4.3 is released.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5533

    • Property Priority changed from minor to major
    • Property Status changed from new to closed
    • Property Resolution changed from to wontfix
    • Property Milestone changed from TBD to 1.9
  • Ticket #5533 – Description

    initial v3  
    1 
    21If you have an element that is positioned absolutely and you use position. It has to have a top value set. If it is left off, IE7/8 will position the element in the wrong page location.
    32