Closed
Bug 760121
Opened 13 years ago
Closed 3 years ago
Inlined zIndex above 1000000 (1 million) is rounded to nearest tens position in computed style
Categories
(Core :: DOM: CSS Object Model, defect, P4)
Core
DOM: CSS Object Model
Tracking
()
RESOLVED
FIXED
People
(Reporter: robert.flaherty, Unassigned)
References
Details
Attachments
(1 file)
513 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0
Build ID: 20120420145725
Steps to reproduce:
Set a zIndex as an inline style on an element, then get the zIndex via the computed style
Actual results:
The value came back rounded to the nearest tens position
Expected results:
The value should have come back the same as was set
Updated•13 years ago
|
Component: Untriaged → Style System (CSS)
Product: Firefox → Core
Updated•13 years ago
|
Attachment #628746 -
Attachment mime type: text/plain → text/html
Same underlying problem as bug 470769.
Depends on: 470769
Status: UNCONFIRMED → NEW
Component: CSS Parsing and Computation → DOM: CSS Object Model
Ever confirmed: true
OS: Windows 7 → All
Hardware: x86_64 → All
Version: 12 Branch → Trunk
Priority: -- → P4
Comment 3•3 years ago
|
||
2:23.84 INFO: First good revision: 382f676d0ed9 (2014-03-31)
2:23.84 INFO: Last bad revision: 0e19655e93df (2014-03-30)
2:23.84 INFO: Pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=0e19655e93df&tochange=382f676d0ed9
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•