Closed
Bug 867561
Opened 12 years ago
Closed 12 years ago
incorect result of scale transform, scaled element sticks to window top
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: trurl-master, Unassigned)
Details
(Keywords: css3)
Attachments
(3 files)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:20.0) Gecko/20100101 Firefox/20.0
Build ID: 20130417085609
Steps to reproduce:
Minimal test case: http://jsfiddle.net/tdnLk/4/
1. Apply transform: scale(some value, around 1, but not 1) to element
2. Narrow down window till scrollbar appears
3. Scroll the window
OS: Ubuntu 13.04 x64
Actual results:
Scaled element sticks to the top of the window at the moment elements top is above window's top, as if it gains position: fixed, showing visual glitches.
Expected results:
Scaled element should stay at it's place.
![]() |
||
Updated•12 years ago
|
Component: Untriaged → Layout
Product: Firefox → Core
![]() |
||
Updated•12 years ago
|
Component: Layout → Layout: View Rendering
Updated•12 years ago
|
Attachment #744099 -
Attachment mime type: text/plain → text/html
Comment 1•12 years ago
|
||
I tried and I couldn't reproduce. So I guess the question I have is "is this still a problem on beta, aurora, or nightly?"
Comment 3•12 years ago
|
||
Thanks for trying that. Could you paste your about:support?
In nightly bug appears in a bit different way. Here's a screencast of how it looks like on my laptop. In the first tab is how it looks in nightly in the second(on jsfiddle) is how it looks in both nightly and stable.
I've disabled Intel SNA acceleration method and the problem is gone. SNA is enabled by default in current drivers. So the bug most probably is not related to firefox. I'm a bit incompetent in this area, what should i do next? Open bug on ubuntu's launchpad? Or maybe firefox is in some way responsible for this bug too, because i haven't seen any problems with SNA anywhere else.
Thank you for your help.
Comment 7•12 years ago
|
||
Yes, I think file a bug with ubuntu. I assume Firefox wasn't doing this before? You could use http://mozilla.github.io/mozregression/ to narrow the regression range down and maybe the specific change that caused this could give us information as to what exactly is going wrong.
I was unable to find working nightly build, i've checked all the way down to 3.5 where afaik -moz-transform was introduced.
Comment 9•12 years ago
|
||
Sounds very much like it is a driver bug then, you should report it to whoever makes your driver. Thanks for working through those steps!
Reporter | ||
Comment 10•12 years ago
|
||
Fixed in xf86-video-intel 2.21.7:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1178020
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Assignee | ||
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•