Side navigation
#14056 closed bug (duplicate)
Opened June 21, 2013 04:29PM UTC
Closed June 23, 2013 04:51PM UTC
problem with offset() and transform scale (CSS)
Reported by: | zkizzik@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$(foo).offset().left is not real position, its virtual only.
For example: in the CSS apply
transform: scale(0.5);
transform-origin: 0 0;
The left position is changed, $(foo).offset().left fails.
i use parseInt($(foo).css('left').replace('px', '')) for capture the real position but works only transform-origin: 0 0.
Fix this please.
jQuery UI and draggable function dont work by this bug.
Attachments (0)
Change History (1)
Changed June 23, 2013 04:51PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #8362.