Modify ↓
Ticket #2910 (closed bug: invalid)
:visible not working on safari
| Reported by: | balliano | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.4 |
| Component: | core | Version: | 1.2.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
this is a 1.2.5 bug
i've a <div class="someclass"></div>
where .someclass is {
display: none;
}
and the jquery code
$(".someclass:visible").dosomething()
it's not working on safari 3.1 windows
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

the demo here: http://docs.jquery.com/Selectors/visible is working on safari, thus i'm thinking if the problem is concerning the fact that my css is an external file...
maybe the dom is considered ready before loading css?