Side navigation
#9953 closed bug (invalid)
Opened August 01, 2011 03:56PM UTC
Closed August 16, 2011 07:45AM UTC
incorrect calculation of 'left' in IE9
Reported by: | galbilover@hotmail.com | Owned by: | galbilover@hotmail.com |
---|---|---|---|
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
Attachments (0)
Change History (2)
Changed August 01, 2011 05:16PM UTC by comment:1
component: | unfiled → offset |
---|---|
owner: | → galbilover@hotmail.com |
priority: | undecided → low |
status: | new → pending |
Changed August 16, 2011 07:45AM UTC by comment:2
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.