Dragging a tab in Windows Aero Basic causes the TabsToolbar background to change slightly
Categories
(Firefox :: Theme, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox64 | --- | unaffected |
firefox65 | --- | wontfix |
firefox66 | --- | verified |
firefox67 | --- | verified |
People
(Reporter: mconley, Assigned: dao)
References
Details
(Keywords: regression)
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
lizzard
:
approval-mozilla-beta+
|
Details | Review |
STR: 1) Put Windows 7 into the Windows Aero Basic theme 2) Open Firefox 3) Open several tabs 4) Click and drag at least one tab ER: The tab toolbar background should not change AR: The tab toolbar background subtly changes - it gets slightly darker. See screencapture: https://www.screencast.com/t/9sskHxVQ mozregression says this is a regression from bug 1356920.
Assignee | ||
Comment 1•5 years ago
|
||
This is subtle enough that I would rank this P5, but it would go good to understand what exactly is going on here and if this could cause other problems in other settings.
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
The background is coming from here:
https://searchfox.org/mozilla-central/rev/43bf9e7c8acf042617a1ebc5d2ce540d78f0ce91/browser/themes/windows/browser.css#294-300
The background changes because this gross hack now affects #titlebar's height:
https://searchfox.org/mozilla-central/rev/43bf9e7c8acf042617a1ebc5d2ce540d78f0ce91/browser/base/content/browser.css#256-270
Assignee | ||
Comment 3•5 years ago
|
||
Pushed by dgottwald@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/7fd4818ddfce Stop affecting the titlebar's height while dragging tabs. r=Gijs
Assignee | ||
Updated•5 years ago
|
Comment 5•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 6•5 years ago
|
||
Comment on attachment 9042750 [details]
Bug 1511053 - Stop affecting the titlebar's height while dragging tabs. r=Gijs
Beta/Release Uplift Approval Request
- Feature/Bug causing the regression: bug 1356920
- User impact if declined: see coment 0. bug 1521803 appears to be another symptom of this bug.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: see comment 0. Should also verify that this doesn't regress bug 450915.
- List of other uplifts needed: /
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This code (which goes back to bug 450915) was a bit nonsensical and this basically cleans it up. As far as bug 450915 is concerned it should behave the same. Has baked in Nightly for two weeks.
- String changes made/needed: /
Updated•5 years ago
|
Comment 7•5 years ago
|
||
Hi,
I've managed to reproduce the issue above as seen on the attached screen capture, on Nightly 65.0a1 20181130093534 only on win 7 x32 (I couldn't reproduce it on on x64 ) using a Win 7 base color theme (non Aero).
I've also checked on the latest Nightly 67.0a1 20190225102402, on the same system (win7 x32) and the issue is fixed now. Marking as verified on Nightly.
Will check after it will be uplifted on Beta also.
Comment on attachment 9042750 [details]
Bug 1511053 - Stop affecting the titlebar's height while dragging tabs. r=Gijs
Minor cleanup, not urgent but it looks pretty safe and fixes several other issues.
OK for uplift for beta 12.
Comment 9•5 years ago
|
||
bugherder uplift |
Comment 10•5 years ago
|
||
Checked the above issue again and can confirm that it is not reproducible on Win 7 x32 on Beta 66.0b12. Marking as Verified.
Updated•5 years ago
|
Description
•