Skip to main content

Bug Tracker

Side navigation

#2067 closed bug (fixed)

Opened December 17, 2007 12:44PM UTC

Closed December 20, 2007 06:03AM UTC

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

Reported by: klaus Owned by:
Priority: major Milestone: 1.2.2
Component: core Version:
Keywords: Cc:
Blocked by: Blocking:
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 (0)
Change History (2)

Changed December 17, 2007 02:41PM UTC by brandon comment:1

I believe this is going to be related to #1319

Changed December 20, 2007 06:03AM UTC by davidserduke comment:2

resolution: → fixed
status: newclosed

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.