Opened 15 years ago
Closed 15 years ago
#2067 closed bug (fixed)
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
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
I believe this is going to be related to #1319