Closed
Bug 1513249
Opened 7 years ago
Closed 7 years ago
Overlapping GMail labels
Categories
(Core :: Graphics: Text, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1515823
People
(Reporter: overholt, Unassigned)
References
(Blocks 2 open bugs)
Details
Attachments
(2 files)
I have GMail's labels auto-hide (they slide in from the left when you mouse over them). On a Lenovo Yoga 630 with an Adreno 630 GPU, the text of the labels looks like it gets painted over itself a few times during the hide/unhide animation and remains that way.
| Reporter | ||
Updated•7 years ago
|
OS: Unspecified → Windows 10
Hardware: Unspecified → ARM64
| Reporter | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Andrew, it sounds like this a Windows on ARM64 only issue?
If you set 'gfx.direct2d.disabled=true' does this still reproduce? Or 'layers.acceleration.disabled=true'?
I don't have an ARM64 device, so I can't try and reproduce it.
Flags: needinfo?(overholt)
Updated•7 years ago
|
Priority: -- → P3
| Reporter | ||
Comment 3•7 years ago
|
||
(In reply to Ryan Hunt [:rhunt] from comment #2)
> Andrew, it sounds like this a Windows on ARM64 only issue?
>
> If you set 'gfx.direct2d.disabled=true' does this still reproduce?
That does appear to fix it.
Flags: needinfo?(overholt)
| Reporter | ||
Comment 4•7 years ago
|
||
(In reply to Andrew Overholt [:overholt] from comment #3)
> (In reply to Ryan Hunt [:rhunt] from comment #2)
> > Andrew, it sounds like this a Windows on ARM64 only issue?
I haven't seen it on an x86_64 machine so I guess so. This machine has an Adreno GPU.
| Reporter | ||
Updated•7 years ago
|
Blocks: arm64-windows-bugs
Comment 5•7 years ago
|
||
I'm hitting this on the same ARM64 Windows laptops using searchfox
STR:
- https://searchfox.org/mozilla-central/search?q=symbol:_ZN2js8frontend19TokenStreamSpecific24getStringOrTemplateTokenEcNS0_5Token8ModifierEPNS0_9TokenKindE&redirect=false
- Click the first link to source (TokenStreamSpecific)
Result is similarly overlapped and is fixed as a switch tabs.
Updated•7 years ago
|
Blocks: gfx-win-arm64
Is this still reproducible with bug 1515823 fixed?
Flags: needinfo?(overholt)
| Reporter | ||
Comment 7•7 years ago
|
||
I've been running with direct2d1.1 out of gfx..azure.backends for a while which 'fixes' this. I just reset those prefs now that bug 1515823 is fixed, restarted, and it looks like I can go back to the defaults of gfx..azure.backends now \o/.
Should we dupe this to bug 1515823?
Flags: needinfo?(overholt)
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•