Ticket #2246 (closed bug: fixed)
.slideDown() in Safari 2
| Reported by: | catch | Owned by: | flesler |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.4 |
| Component: | effects | Version: | 1.2.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
A follow up from this Drupal.org issue: http://drupal.org/node/210131#new
The main remaining bug with the latest revision of jquery is the teaser splitter behaviour being broken on Safari 2. (there's a couple of very minor bugs in opera as well although they also seemt to differ between Opera 9.25 and Opera 9.5b.
<blockquote>The problem comes from .slideDown('fast') within "split_teaser()". I replaced it with .show() and it worked.</blockquote>
Direct link to teaser.js so you can see it in context. Hope this helps!
http://cvs.drupal.org/viewvc.py/drupal/drupal/misc/teaser.js?revision=1.12&view=markup
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.

This has been fixed since January 29th.