Closed
Bug 1403733
Opened 8 years ago
Closed 8 years ago
“Activate now” button does not take full width in CtP doorhanger in Private Browsing
Categories
(Firefox :: Site Identity, defect, P1)
Tracking
()
VERIFIED
FIXED
Firefox 58
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | unaffected |
| firefox56 | --- | unaffected |
| firefox57 | --- | wontfix |
| firefox58 | --- | verified |
People
(Reporter: theo, Assigned: alexical)
References
Details
(Keywords: nightly-community)
Attachments
(2 files)
|
53.32 KB,
image/png
|
Details | |
|
59 bytes,
text/x-review-board-request
|
Felipe
:
review+
ritu
:
approval-mozilla-beta-
|
Details |
In Private Browsing only, when opening the click-to-play doorhanger in Private Browsing, the “Activate now” button is using only half the panel (see attached screenshot).
STR:
- Open a new Private Window
- Open a page with Flash content (e.g. http://get.adobe.com/fr/flashplayer/about/)
- Click the plugin icon in the address bar
I can reproduce with a fresh profile on 57.0b1 and can’t reproduce on 55.0.3.
56.0 is probably unaffected, but I didn’t test.
Comment 1•8 years ago
|
||
Doug, do you think this is a regression from bug 1392979?
Flags: needinfo?(dothayer)
| Assignee | ||
Comment 2•8 years ago
|
||
Yeah, I think so. Taking a look.
Assignee: nobody → dothayer
Status: NEW → ASSIGNED
Flags: needinfo?(dothayer)
| Comment hidden (mozreview-request) |
Comment 4•8 years ago
|
||
Hm this is the corresponding CSS, right?
http://searchfox.org/mozilla-central/rev/31606bbabc50b08895d843b9f5f3da938ccdfbbf/toolkit/themes/shared/popupnotification.inc.css#81
The [default] here is used to set the 50% width, but it's used in other lines too for coloring etc. So I think it's not correct to do this.
I wish we could use some selector like this:
http://searchfox.org/mozilla-central/source/toolkit/themes/osx/global/notification.css#20
but the ~ implies the second element must come after the first one, so it would work for one case but not the other.
So I believe setting an extra class as you said might be best. (Note: it seems way more common to use an attribute rather than a class, so we should probably do that)
Comment 5•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8917611 [details]
Bug 1403733 - Fix single button styling on Flash doorhanger
https://reviewboard.mozilla.org/r/188114/#review194160
Attachment #8917611 -
Flags: review?(felipc)
Updated•8 years ago
|
Priority: -- → P1
Updated•8 years ago
|
| Comment hidden (mozreview-request) |
Comment 7•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8917611 [details]
Bug 1403733 - Fix single button styling on Flash doorhanger
https://reviewboard.mozilla.org/r/188114/#review195480
Attachment #8917611 -
Flags: review?(felipc) → review+
Pushed by dothayer@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ef42d6855193
Fix single button styling on Flash doorhanger r=Felipe
Comment 9•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 58
Comment 10•8 years ago
|
||
I think we can let that ride the train, right?
| Assignee | ||
Comment 11•8 years ago
|
||
I'm fine with it riding the trains. I just got the patch ready in case Bug 1398972 isn't ready by 58 (since that will supersede this), but I think it will be. But, if anyone thinks this regression warrants an uplift, the patch isn't very risky.
Comment 12•8 years ago
|
||
Oh this is a regression from a bug that landed in 57, and the fix is fairly simple. I think we should uplift it.
| Assignee | ||
Comment 13•8 years ago
|
||
Comment on attachment 8917611 [details]
Bug 1403733 - Fix single button styling on Flash doorhanger
Approval Request Comment
[Feature/Bug causing the regression]: Bug 1392979
[User impact if declined]: Users will see bad styling on the Flash CTP doorhanger in private browsing windows.
[Is this code covered by automated tests?]: No.
[Has the fix been verified in Nightly?]: I have tested on latest Nightly.
[Needs manual test from QE? If yes, steps to reproduce]: No.
[List of other uplifts needed for the feature/fix]: None.
[Is the change risky?]: No.
[Why is the change risky/not risky?]: It only affects button styling.
[String changes made/needed]: None.
Attachment #8917611 -
Flags: approval-mozilla-beta?
Comment on attachment 8917611 [details]
Bug 1403733 - Fix single button styling on Flash doorhanger
This is a minor issue, wontfix for 57.
Attachment #8917611 -
Flags: approval-mozilla-beta? → approval-mozilla-beta-
Comment 15•8 years ago
|
||
Reproduced the issue on Nightly (2017-09-27).
Verified fixed using the latest Nightly 58.0a1 (2017-11-06) on Windows 10 x64, Mac OS X 10.12 and Ubuntu 16.04 x64.
Comment 16•8 years ago
|
||
Frankly the doorhanger looks broken in release. So bad this wasn't uplifted.
You need to log in
before you can comment on or make changes to this bug.
Description
•