jQuery: The Write Less, Do More JavaScript Library

Ticket #2067 (closed bug: fixed)

Opened 5 months ago

Last modified 5 months ago

Tabs panels (occasionally) don't show up in Safari 3

Reported by: klaus Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.2 Component: core
Version: Keywords:
Cc: Needs: Review

Description

The tab panels occasionally (most of the time) do not show up after tabs initialization, see test page in /ui/current/tests/tabs.html

3.0.4 (523.12), Mac OS X 10.4.11

Attachments

Change History

Changed 5 months ago by brandon

I believe this is going to be related to #1319

Changed 5 months ago by davidserduke

  • status changed from new to closed
  • resolution set to fixed

Hopefully fixed in [4245]. As you can imagine this is a difficult area to test. It appears the problem was (as stated in #1319) Safari wasn't waiting for the external CSS files to be loaded before being "ready" based on our earlier code. The DOM would be ready, but the CSS files might or might not be ready. The new code attempts to make sure the CSS files are also ready before firing the ready event.

Please test this again with the new code and see if it works. If not, reopen the bug asap. Thanks.

Note: See TracTickets for help on using tickets.