Open
Bug 1467830
Opened 8 years ago
Updated 3 years ago
listelement :after element jumps on second page load
Categories
(Core :: Layout: Block and Inline, defect, P3)
Tracking
()
NEW
People
(Reporter: christian.beckmann, Unassigned)
References
()
Details
(Keywords: regressionwindow-wanted)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36
Steps to reproduce:
Bug is since Firefox 58.
Load https://www.austria.info/de/aktivitaten/stadt-und-kultur/land-leute/frisches-design-aus-osterreich/im-designstudio-in-wien
and reaload it again.
Actual results:
.table-link.arrow-link:after element jumps after - after second page reload - at line buttom.
First page load everything is correct.
Expected results:
After every page load the arrow shoud be on the correct position.
Updated•8 years ago
|
Group: firefox-core-security
Component: Untriaged → Layout
Product: Firefox → Core
Version: 60 Branch → 58 Branch
Updated•8 years ago
|
Priority: -- → P3
| Reporter | ||
Comment 1•7 years ago
|
||
We removed firefox and installed chrome, ... just kidding.
We changed the CSS, ul li a { display: inline; ... } to display: inline-block.
That's a compromise, line breaks will be ugly, but without the arrows don't move.
Fun fact: arrows moved even when browser console are opened / closed.
Comment 2•7 years ago
|
||
Is there any chance you could attach a test-case to the bug that reproduces the issue?
Comment 3•7 years ago
|
||
(Sorry for the radio silence on this bug btw :/)
| Reporter | ||
Comment 4•7 years ago
|
||
No problem, I created a litte test-case here https://dev.six.austria.info/sixcms/detail.php?template=bug_firefox_ticket
The problem appeares now only if the firefox browser console is open.
| Reporter | ||
Comment 5•7 years ago
|
||
Take http://dev.six.austria.info/sixcms/detail.php?template=bug_firefox_ticket if you wan't no SSL problems.
Comment 6•7 years ago
|
||
Hmm, I've been able to repro this on stable, but not on nightly, and also not consistently enough so that I can take a regression range...
Status: UNCONFIRMED → NEW
Component: Layout → Layout: Block and Inline
Ever confirmed: true
Updated•7 years ago
|
Keywords: regressionwindow-wanted
| Reporter | ||
Comment 7•7 years ago
|
||
Hmm, I tested now FF nightly 64.0a1 portable I have the bug. After second reload (and opened browser console).
| Reporter | ||
Comment 8•7 years ago
|
||
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•