Side navigation
#7245 closed bug (worksforme)
Opened October 18, 2010 09:55PM UTC
Closed October 18, 2010 10:04PM UTC
Last modified January 31, 2011 04:55PM UTC
css('top') in Firefox 3.6.10 no longer works
Reported by: | chen.victor@gmail.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.5 |
Component: | css | Version: | 1.4.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In Firefox 3.6.10, when I use .css() to get the top value of a dom element that has a fixed position it returns 0px. It's fine in other browsers (IE, Chrome, Safari).
Currently using it in conjunction with simplemodal jquery plugin. Everything works fine if i switch back to 1.4.2.
Attachments (0)
Change History (4)
Changed October 18, 2010 10:04PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Changed November 11, 2010 07:39PM UTC by comment:2
I have the same problem with an absolutely positioned element with negative top property. Firefox returns 0px.
Changed November 22, 2010 04:12AM UTC by comment:3
Great. Provide a reduced test case that demonstrates the issue, then, please.
Changed January 31, 2011 04:55PM UTC by comment:4
component: | unfiled → css |
---|---|
priority: | undecided → low |
test case works for me. Reopen if you can provide a reproducible test case.