Opened 12 years ago
Closed 11 years ago
#9953 closed bug (invalid)
incorrect calculation of 'left' in IE9
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | offset | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
My test case is on this page. http://jleesoft.com/cardones/
When you click on the Gift Certificate button, a gift certificate will fly out from the left. It should be positioned toward the middle as it is shown in IE7/8 and Firefox and Chrome and Opera.
In IE9, this is not the case, the gift certificate stops at position 0. I suspect it is IE9's miscalculation of line 20 where I use 'left'.
Please take a look and tell me if there is any workaround.
John
Change History (2)
comment:1 Changed 12 years ago by
Component: | unfiled → offset |
---|---|
Owner: | set to [email protected]… |
Priority: | undecided → low |
Status: | new → pending |
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Thanks for taking the time to contribute to the jQuery project! Please provide a reduced jsFiddle test case to help us assess your ticket! Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, we've created this boilerplate: http://jsfiddle.net/rwaldron/da3nM/ Open the link and click to "Fork" in the top menu.