Opened 12 years ago
Closed 12 years ago
#8323 closed bug (invalid)
position() is broken on Chrome
Reported by: | dlee | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | offset | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Example HTML:
<html> <script src=http://code.jquery.com/jquery-1.5.1rc1.js></script> <body> <p>Example</p> </body> <script> alert("$('p').position().top: " + $('p').position().top); </script> </html>
Change History (1)
comment:1 Changed 12 years ago by
Component: | unfiled → offset |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Your code sample is invalid HTML in so many ways that I won't even list them.
When reproducing your code with at least valid html as in this test case I can't see anything wrong.
In order to provide a most useful bug report read: How to report bugs