Opened 13 years ago

Closed 12 years ago

#6096 closed bug (fixed)

effects.scale origin bottom bug

Reported by: artyv Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.effects.* (individual effect) Version: 1.8.5
Keywords: Cc:
Blocked by: Blocking:

Description

When calculating baseline shifts wrong element dimensions is used - they lacks of element paddings, so element grows incorrect. See attachment

Attachments (1)

index.html (723 bytes) - added by artyv 13 years ago.

Download all attachments as: .zip

Change History (6)

Changed 13 years ago by artyv

Attachment: index.html added

comment:1 Changed 13 years ago by Corey Frang

I don't think your attachment made it - can you create a demo on http://jsfiddle.net ?

comment:2 Changed 13 years ago by artyv

Attachment made it. But here is the jsfiddle example: http://jsfiddle.net/Tfgr6/1/

comment:3 Changed 13 years ago by Corey Frang

Status: newopen

comment:4 Changed 12 years ago by tomykaira

Fixed, by calculating with outerHeight and outerWidth, not with height and width. https://github.com/jquery/jquery-ui/pull/317

comment:5 Changed 12 years ago by Scott González

Milestone: TBD1.9
Resolution: fixed
Status: openclosed
Note: See TracTickets for help on using tickets.