Closed
Bug 1306670
Opened 8 years ago
Closed 8 years ago
Scrolling in bookmarks menu hides text for 4 seconds and other issues with buttons & menus in Mozilla Firefox Nightly 52.0a1 (2016-09-30)
Categories
(Core :: Graphics: Text, defect)
Tracking
()
VERIFIED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox49 | --- | unaffected |
firefox-esr45 | --- | unaffected |
firefox50 | --- | unaffected |
firefox51 | + | verified |
firefox52 | + | verified |
People
(Reporter: Virtual, Assigned: bas.schouten)
References
(Depends on 1 open bug)
Details
(Keywords: nightly-community, regression)
Attachments
(4 files, 1 obsolete file)
[Tracking Requested - why for this release]: Regression
Regression window (mozilla-central)
Good:
https://ftp.mozilla.org/pub/firefox/nightly/2016/09/2016-09-29-03-04-26-mozilla-central/
Bad:
https://ftp.mozilla.org/pub/firefox/nightly/2016/09/2016-09-30-03-03-15-mozilla-central/
Pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=f7d5008ee2ab9200052e45ad6ecc3f3a348f7f86&tochange=59db3b0781908d9e2145477ff8dc5a85729e25bf
STR:
1. Open bookmarks menu
2. Scroll it to see that text will hide for 4 seconds
Reporter | ||
Comment 2•8 years ago
|
||
I suspect that it was caused by bug #1303570,
as I remember similar issue in the past in bug #626299, which was caused by bug #622482.
Flags: needinfo?(bas)
Reporter | ||
Comment 3•8 years ago
|
||
@ Jonathan Kew (:jfkthame) - Could you please look in your free time on this bug, as it's nearly identical to the bug #626299, which you fixed. Thanks.
Reporter | ||
Updated•8 years ago
|
Flags: needinfo?(jfkthame)
Comment 4•8 years ago
|
||
I can reproduce on Nightly 52.0a1 Windows10 if set layout.css.devPixelsPerPx <> 1.0
Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=22b1e96cfd05eab52fc71c0dd9a846f4cc45f5bf&tochange=f21ffbf119bd6d7084309123be42f97743f1f7e5
Blocks: 1303570
Keywords: regressionwindow-wanted
Reporter | ||
Updated•8 years ago
|
Has Regression Range: --- → yes
Has STR: --- → yes
Reporter | ||
Comment 5•8 years ago
|
||
Also there is some flickering after pressing download button, like just 1 second of not visible text.
Summary: Scrolling in bookmarks menu hides text for 4 seconds in Mozilla Firefox Nightly 52.0a1 (2016-09-30) → Scrolling in bookmarks menu hides text for 4 seconds and text in download button flickers for 1 second after pressing it in Mozilla Firefox Nightly 52.0a1 (2016-09-30)
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → bas
Flags: needinfo?(bas)
Reporter | ||
Comment 6•8 years ago
|
||
Posting how the bug look like.
Source of attachment: bug #1303570 comment #39.
Assignee | ||
Comment 7•8 years ago
|
||
(In reply to Virtual_ManPL [:Virtual] - (ni? me) from comment #5)
> Also there is some flickering after pressing download button, like just 1
> second of not visible text.
I can reproduce this, with a non 1.0 devPixelsPerPx. Not the issue with bookmarks, but let's assume it's the same bug for now.
Updated•8 years ago
|
status-firefox49:
--- → unaffected
status-firefox50:
--- → unaffected
Reporter | ||
Comment 8•8 years ago
|
||
Just FYI, I have by default set "layout.css.devPixelsPerPx" to "-1.0" on Windows 7 (64bit) with Nightly (64bit)
Status: NEW → ASSIGNED
Reporter | ||
Updated•8 years ago
|
status-firefox-esr45:
--- → unaffected
Comment 9•8 years ago
|
||
(In reply to Virtual_ManPL [:Virtual] - (ni? me) from comment #8)
> Just FYI, I have by default set "layout.css.devPixelsPerPx" to "-1.0" on
> Windows 7 (64bit) with Nightly (64bit)
Same here on Win10 and I can reproduce.
I also see other issues that appeared in the same build and are likely related:
1. drag the devtools button to the nav-bar, click on it. The menu paints the previous content for a while, then clears and paints again.
2. Downloads in the downloads panel are missing the status greytext (the text below the file name indicating the host, size and so on).
Reporter | ||
Updated•8 years ago
|
Summary: Scrolling in bookmarks menu hides text for 4 seconds and text in download button flickers for 1 second after pressing it in Mozilla Firefox Nightly 52.0a1 (2016-09-30) → Scrolling in bookmarks menu hides text for 4 seconds and other issues with buttons & menus in Mozilla Firefox Nightly 52.0a1 (2016-09-30)
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Flags: needinfo?(jfkthame)
Comment 12•8 years ago
|
||
mozreview-review |
Comment on attachment 8797195 [details]
Bug 1306670: Properly disable cleartype when the underlying surface indicates it may not be opaque.
https://reviewboard.mozilla.org/r/82796/#review81842
Attachment #8797195 -
Flags: review?(jmuizelaar) → review+
Comment 13•8 years ago
|
||
Pushed by bschouten@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/df26b07efb46
Properly disable cleartype when the underlying surface indicates it may not be opaque. r=jrmuizel
Comment 14•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Comment 15•8 years ago
|
||
The flickring on the panels has gone, thank you.
On the other side, I noticed the status text on the downloads panel is missing cleartype, see the difference compared to the Library window (on the right).
I guess this may be expected based on the name of the patch?
Any ideas on how we can workaround the problem in the UI?
Comment 16•8 years ago
|
||
The downloads details are set as:
.downloadDetails {
opacity: 0.7;
font-size: 95%;
Reporter | ||
Comment 17•8 years ago
|
||
Comment on attachment 8798034 [details]
No Cleartype on downloads panel
(In reply to Marco Bonardo [::mak] from comment #15)
> Created attachment 8798034 [details]
> No Cleartype on downloads panel
>
> The flickring on the panels has gone, thank you.
>
> On the other side, I noticed the status text on the downloads panel is
> missing cleartype, see the difference compared to the Library window (on the
> right).
>
> I guess this may be expected based on the name of the patch?
> Any ideas on how we can workaround the problem in the UI?
+
(In reply to Marco Bonardo [::mak] from comment #16)
> The downloads details are set as:
> .downloadDetails {
> opacity: 0.7;
> font-size: 95%;
Confirmed and reported it here - bug #1307833
Attachment #8798034 -
Attachment is obsolete: true
Reporter | ||
Updated•8 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 20•8 years ago
|
||
[Tracking Requested - why for this release]: Regression
Marking Firefox 51 as affected per uplift to Aurora bug #1303570 comment #56.
tracking-firefox51:
--- → ?
Comment 21•8 years ago
|
||
Track 51+ as regression.
Hi :bas.schouten,
could you please nominate this uplift to Beta51?
Flags: needinfo?(bas)
Comment 22•8 years ago
|
||
Hi Milan,
Can you help find someone to create uplift request for Beta51?
Flags: needinfo?(milan)
Assignee | ||
Comment 24•8 years ago
|
||
Comment on attachment 8797195 [details]
Bug 1306670: Properly disable cleartype when the underlying surface indicates it may not be opaque.
Approval Request Comment
[Feature/regressing bug #]: 1303570
[User impact if declined]: Missing text in some fallback scenarios
[Describe test coverage new/current, TreeHerder]: Aurora
[Risks and why]: Can disable cleartype in some cases where it -could- be used.
[String/UUID change made/needed]: None
Comment 26•8 years ago
|
||
Comment on attachment 8797195 [details]
Bug 1306670: Properly disable cleartype when the underlying surface indicates it may not be opaque.
Fix a regression when scrolling in bookmarks menu. Beta51+. Should be in 51 beta 2.
Attachment #8797195 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 29•8 years ago
|
||
bugherder uplift |
Updated•8 years ago
|
Flags: qe-verify+
Reporter | ||
Updated•8 years ago
|
Reporter | ||
Updated•7 years ago
|
Keywords: nightly-community
Reporter | ||
Updated•7 years ago
|
QA Contact: Virtual
You need to log in
before you can comment on or make changes to this bug.
Description
•