Closed
Bug 999885
Opened 11 years ago
Closed 11 years ago
Text is unexpectedly invalidated with -moz-tranform applied
Categories
(Firefox for Android Graveyard :: Toolbar, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: sunyaohua, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36
Steps to reproduce:
open the 'test.html', click the screen and again
Actual results:
Text is "000000", which is werid.
Expected results:
123456 should be displayed.
The text keeps growing its width, but only the first number got an invalidation.
Remove the '-moz-transform: scale(1);' is a workaround, but I think it should do nothing.
I think bug 722923 is a similar issue, which is keeping ASSIGNED for a long time with no update.
Could any one help with this? Thanks.
OS: Linux → Android
Hardware: x86_64 → ARM
I've tested on a HTC Butteryfly S, which is a high dpi device.
Updated•11 years ago
|
Component: General → Graphics, Panning and Zooming
Comment 4•11 years ago
|
||
I was able to reproduce this on Firefox Beta (29) but not on Nightly (31). This seems fixed on dev-channel. You can try out Nightly at http://nightly.mozilla.org and report back if that too works for you.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
It works on Nightly, but I think we should find out the root cause to make sure it was fixed.
And there's a long time before releasing 31.
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•