Bug Tracker

Ticket #3186 (new bug)

Opened 4 months ago

Last modified 4 months ago

Retrieving height()/width() of a complex div failing in Safari

Reported by: zerxer Assigned to: brandon
Type: bug Priority: major
Milestone: 1.3 Component: dimensions
Version: 1.2.6 Keywords:
Cc: Needs: Patch

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.

Attachments

Change History

Changed 4 months ago by flesler

  • owner set to brandon
  • component changed from core to dimensions
Note: See TracTickets for help on using tickets.