jQuery: The Write Less, Do More JavaScript Library

Ticket #2828 (new bug)

Opened 3 days ago

Drop effect with absolutely positioned element (Safari)

Reported by: zero0x Assigned to: paul
Type: bug Priority: major
Milestone: 1.2.4 Component: enchant
Version: 1.2.3 Keywords:
Cc: Needs: Review

Description

With element with params like this:

position: absolute right: 20px top: 20px

$("element").hide("drop");

The element drops out, but first disappears in right corner and appear in left corner.

In Firefox it works fine.

Attachments

Note: See TracTickets for help on using tickets.