Closed
Bug 1298560
Opened 8 years ago
Closed 8 months ago
using left 0 in css firefox compute left 560px (in other browsers does not happen)
Categories
(Core :: Layout: Positioned, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: allanfarmelin2001, Unassigned)
Details
(Keywords: parity-chrome, parity-safari)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0
Build ID: 20160817112116
Reporter | ||
Comment 2•8 years ago
|
||
with a div it does not
Comment 3•8 years ago
|
||
thanks.
confirmed that `getComputedStyle(document.getElementsByTagName("table")[0], "").left` also returns non-0px value
Status: UNCONFIRMED → NEW
Component: Untriaged → Layout: R & A Pos
Ever confirmed: true
Flags: needinfo?(allanfarmelin2001)
Product: Firefox → Core
Whiteboard: [parity-chrome][parity-safari]
Comment 4•7 years ago
|
||
Mass bug change to replace various 'parity' whiteboard flags with the new canonical keywords. (See bug 1443764 comment 13.)
Keywords: parity-chrome,
parity-safari
Whiteboard: [parity-chrome][parity-safari]
Updated•2 years ago
|
Severity: normal → S3
Comment 5•8 months ago
|
||
:arai, is this still an issue? The testcase here seems to work the same way for me in Firefox, Safari, and Chrome, with getComputedStyle(document.getElementsByTagName("table")[0], "").left
returning 0px
in the console.
Flags: needinfo?(arai.unmht)
Comment 6•8 months ago
|
||
the issue doesn't reproduce for me on the latest nightly.
apparently it's fixed at some point
Flags: needinfo?(arai.unmht)
Comment 7•8 months ago
|
||
Ok, then let's close this as WORKSFORME.
Status: NEW → RESOLVED
Closed: 8 months ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•