Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:2 Changed 6 years 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.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

I believe this is going to be related to #1319