Closed
Bug 1014054
Opened 11 years ago
Closed 11 years ago
Duck Duck Go, artifacts remain on screen after resize
Categories
(Firefox for Android Graveyard :: Toolbar, defect)
Tracking
(fennec32+)
VERIFIED
FIXED
Firefox 32
Tracking | Status | |
---|---|---|
fennec | 32+ | --- |
People
(Reporter: aaronmt, Assigned: kats)
References
Details
(Whiteboard: gfx)
Attachments
(2 files)
154.77 KB,
image/png
|
Details | |
1.78 KB,
patch
|
cwiiis
:
review+
|
Details | Diff | Splinter Review |
See screenshot.
On my Nexus 5 (Android 4.4.2), I am frequently seeing artifacts remain on screen after a resize from keyboard focus on the search field.
The only way to repaint the screen is by scrolling.
--
Nightly (05/21)
Assignee | ||
Comment 1•11 years ago
|
||
You're seeing artifacts after putting focus in the search field? Or after removing focus from the search field? (i.e. are the artifacts shown in place of the keyboard?)
Reporter | ||
Comment 2•11 years ago
|
||
When the keyboard is dismissed hitting the back button on my Nexus 5
Assignee | ||
Comment 3•11 years ago
|
||
This appears to be a regression from bug 1001438, I see it as well.
Blocks: 1001438
Keywords: regressionwindow-wanted
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → bugmail.mozilla
Updated•11 years ago
|
tracking-fennec: ? → 32+
Assignee | ||
Comment 4•11 years ago
|
||
green try |
This seems to fix it.
Try push including this change at https://tbpl.mozilla.org/?tree=Try&rev=37a728754cdc
Assignee | ||
Updated•11 years ago
|
Attachment #8427163 -
Flags: review?(chrislord.net)
Comment 5•11 years ago
|
||
Comment on attachment 8427163 [details] [diff] [review]
Patch
Review of attachment 8427163 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM. Interesting artifacts when this is broken, I guess you end up with a valid region that's smaller than the visible region? I'd quite like to know what causes those artifacts...
Attachment #8427163 -
Flags: review?(chrislord.net) → review+
Assignee | ||
Comment 6•11 years ago
|
||
Yeah, the critical displayport ended up being smaller than the viewport, and so it would hit the code at http://mxr.mozilla.org/mozilla-central/source/mobile/android/base/gfx/GeckoLayerClient.java?rev=1b39c3a55620#545 and stop painting the critical area.
Assignee | ||
Comment 7•11 years ago
|
||
landing |
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 32
Reporter | ||
Updated•11 years ago
|
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
Keywords: regressionwindow-wanted
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•