Closed
Bug 1787697
Opened 3 years ago
Closed 2 years ago
Assertion failure: aEnd == int32_t(kAutoLine) || (aEnd >= kMinLine && aEnd <= kMaxLine) (invalid end line), at firefox-source/layout/generic/nsGridContainerFrame.cpp:405
Categories
(Core :: Layout: Grid, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1611923
People
(Reporter: zzzssspro0202, Unassigned)
References
Details
Attachments
(1 file)
|
4.73 MB,
text/html
|
Details |
Steps to reproduce:
open html with debug browser
Actual results:
Assertion failure: aEnd == int32_t(kAutoLine) || (aEnd >= kMinLine && aEnd <= kMaxLine) (invalid end line), at firefox-source/layout/generic/nsGridContainerFrame.cpp:405
Expected results:
not crash
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Layout' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → Layout
Product: Firefox → Core
Comment 2•3 years ago
|
||
Hmm, I can't reproduce this one yet (with a variety of viewport sizes).
Does this reproduce reliably for you? Any tips on things that seem to make it more/less-likely to repro on your end?
Severity: -- → S3
Component: Layout → Layout: Grid
Flags: needinfo?(zzzssspro0202)
Comment 3•2 years ago
|
||
In any case, this was probably a duplicate of bug 1611923.
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Duplicate of bug: 1611923
Flags: needinfo?(zzzssspro0202)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•