Closed
Bug 1228357
Opened 9 years ago
Closed 9 years ago
MOZ_ASSERT(mIsRoot || !aState->GetScaleToResolution()); at layout/generic/nsGfxScrollFrame.cpp:5376
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
mozilla45
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: gwagner, Assigned: kats)
References
Details
(Keywords: regression)
Attachments
(2 files, 1 obsolete file)
This assertion triggers quite often on current trunk with debug gecko.
entering task manager, opening apps..
Assignee | ||
Comment 3•9 years ago
|
||
Hm, yeah it could be a regression from that. I'll try to repro and investigate.
Assignee: nobody → bugmail.mozilla
Flags: needinfo?(bugmail.mozilla)
OS: Unspecified → Gonk (Firefox OS)
Hardware: Unspecified → All
Assignee | ||
Updated•9 years ago
|
Component: Graphics → Layout
Assignee | ||
Comment 4•9 years ago
|
||
Oh! I think I know what the problem is. Can you try the attached patch and see if it fixes it?
Attachment #8692579 -
Flags: feedback?(anygregor)
Assignee | ||
Comment 5•9 years ago
|
||
Same basic patch, but cleaned up. I'm pretty sure this will fix it.
Attachment #8692579 -
Attachment is obsolete: true
Attachment #8692579 -
Flags: feedback?(anygregor)
Attachment #8692593 -
Flags: feedback?(anygregor)
Assignee | ||
Updated•9 years ago
|
Attachment #8692593 -
Flags: review?(roc)
Attachment #8692593 -
Flags: review?(roc) → review+
Assignee | ||
Comment 6•9 years ago
|
||
Thanks!
Reporter | ||
Comment 8•9 years ago
|
||
Comment on attachment 8692593 [details] [diff] [review]
Patch
Seems to be fixed!
Attachment #8692593 -
Flags: feedback?(anygregor) → feedback+
Comment 9•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
You need to log in
before you can comment on or make changes to this bug.
Description
•