Closed
Bug 1006074
Opened 11 years ago
Closed 2 years ago
CSS translate wrongly crops divs when container has opacity
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: janx, Unassigned)
Details
Attachments
(3 files)
I'm trying to make square divs that follow fingers that touch the screen, listening for touchevents and applying a CSS transform to translate my divs to the right location.
When the container has an opacity, the divs get randomly cropped, and it looks like their bounding rectangles are wrong or not updated very often.
Reporter | ||
Comment 1•11 years ago
|
||
Attached an app that reproduces the problem.
Please install it and try interacting with the screen using two fingers.
Reporter | ||
Comment 2•11 years ago
|
||
When you simply touch the screen with two fingers, everything might be ok...
Reporter | ||
Comment 3•11 years ago
|
||
... but when you move your fingers around, the squares get wildly cropped in multiple directions, sometimes they even dissapear completely.
However, they seem to fix themselves every now and then, so taking a screenshot of it is tricky.
Reporter | ||
Comment 4•11 years ago
|
||
Nical, do you know who I should ping about this bug?
Flags: needinfo?(nical.bugzilla)
Updated•11 years ago
|
Flags: needinfo?(nical.bugzilla)
Updated•2 years ago
|
Severity: normal → S3
Comment 5•2 years ago
|
||
Unable to reproduce in current versions.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•