#3186 closed bug (invalid)
Retrieving height()/width() of a complex div failing in Safari
Reported by: | zerxer | Owned by: | zerxer |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | dimensions | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When trying to view the height/width (using the appropriate functions) of a div that contains just simple HTML (links, text, etc) in Safari, it returns the proper results. When there's something more complex in the div such as a table, it returns 0 for both.
My test page: http://www.gtsplus.net/old/test.php
The second link alerts the proper height of the div on that page which contains both those links but when you click the first link, it resizes the thickbox to 0/0 because those are the values it receives for the div inside the iframe. I have also tried grabbing the values from inside the iframe itself and it's still 0 so it's not just from trying to read the values from outside the iframe.
The function that tries to get the height/width of the div in the iframe is the tb_resize() function at the bottom of my test page.
I hope something like this can be fixed. :( I've really been wanting to get a thickbox auto-resize script up and running.
Change History (3)
comment:1 Changed 15 years ago by
Component: | core → dimensions |
---|---|
Owner: | set to brandon |
comment:2 Changed 12 years ago by
Owner: | changed from brandon to zerxer |
---|---|
Status: | new → pending |
comment:3 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Automatically closed due to 14 days of inactivity.
I can reproduce the problem on Safari 5, but the test case isn't simple enough to understand where the problem lies. Thickbox is some pretty old code at this point and may not work with later versions of jQuery. Can you reduce this to a simple test case on jsfiddle?