Ticket #5555 (closed bug: fixed)
right and bottom element positions isn't supportting correctly for effects (IE, Chrome, Safari)
| Reported by: | alxmsl | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.8.23 |
| Component: | ui.effects.core | Version: | 1.8 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I have detected strange behaviour of effects that processing of an element with right or bottom absolute positioning. Effect over the element displays firstly in position top: 0px and left: 0px. When effect is over element is transferred in position defined by style (right and/or bottom)
If use example from the ui documentation ( http://jqueryui.com/demos/toggle/default.html)
- <DIV id=effect class="ui-widget-content ui-corner-all"> is works correctly.
- <DIV id=effect class="ui-widget-content ui-corner-all" style="position: absolute; left: 110px"> is works correctly
- <DIV id=effect class="ui-widget-content ui-corner-all" style="position: absolute; right: 110px"> doesn't work correctly in IE (8.0.6001), Chrome(4.1.249.1045), Safari (3.2.1) and works correctly in FF (3.6.3) and Opera (9.62)
Attachments
Change History
Changed 3 years ago by alxmsl
-
attachment
correct_effects.htm
added
comment:5 Changed 8 months ago by mikesherov
- Status changed from new to closed
- Resolution set to fixed
- Milestone changed from 1.10.0 to 1.8.23
This looks like this was fixed by the animation rewrite in jquery 1.8. Check out the updated sample here: http://jsbin.com/efeqey/1
Note: See
TracTickets for help on using
tickets.


Correct working example