Opened 15 years ago
Closed 15 years ago
#2078 closed bug (invalid)
jQuery( "#element" ).height() returns 0 in Safari 3
Reported by: | aarongough | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | core | Version: | 1.2.1 |
Keywords: | safari height ul li returns 0 | Cc: | |
Blocked by: | Blocking: |
Description
I have not had time to test this on a wide variety of elements but I know that the height is returned incorrectly on UL and LI elements.
The elements being queried are "display: block" and do not have any special positioning applied to them.
Please email me after Dec 21 if you need further testing done.
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
well it turns out that the bug was being caused by an un-related error ( apparently 'length' is treated as a reserved word by both IE & safari ). I tried to close the ticket but I can't work out how.
Sorry for the hassle. A
comment:3 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
No problem. Thanks for both reporting the problem and for following up.
Closed based on information from the author.
sorry for the lack of detail, this bug has caught me in the middle of a major project so I am looking for a work-around outside of jQuery for the moment. Thanks for your help! A