Closed Bug 1362281 Opened 7 years ago Closed 7 years ago

Forward button looks different

Categories

(Firefox :: Theme, defect, P2)

All
macOS
defect

Tracking

()

RESOLVED FIXED
Firefox 55
Tracking Status
firefox-esr52 --- unaffected
firefox53 --- unaffected
firefox54 --- unaffected
firefox55 + fixed

People

(Reporter: mstange, Assigned: shorlander)

References

Details

(Keywords: regression)

Attachments

(2 files)

[Tracking Requested - why for this release]:

See the screenshot. I think this looked different before, so it's probably an unintended regression.
This was caused by consolidating the button styling to use the Windows style. The urlbar style hasn't been shared and that's conflicting a bit, I guess. We should probably find a way to make the button the same height and remove the top border again.
Blocks: 1352364
Priority: -- → P1
Whiteboard: [photon-visual][p1]
(In reply to Johann Hofmann [:johannh] from comment #1)
> This was caused by consolidating the button styling to use the Windows
> style. The urlbar style hasn't been shared and that's conflicting a bit, I
> guess. We should probably find a way to make the button the same height and
> remove the top border again.

It technically has the same height, the location bar just has an outer box shadow.

I think we should wontfix this. This button in its current form is going away in Firefox 57, and the different look should be acceptable for two release cycles, so it's not worth spending more time on this.
Flags: qe-verify?
Priority: P1 → P2
I think the other reason that this change is so noticeable is that the back button is less opaque when disabled than before.
Should I file a new bug for that?

(In reply to Dão Gottwald [::dao] from comment #2)
> and the different look should be acceptable for two
> release cycles

Shipping unintended visuals for two release cycles doesn't sound very desirable to me. Is it feasible to back out the changes that caused this on Beta?
(In reply to Markus Stange [:mstange] from comment #3)
> I think the other reason that this change is so noticeable is that the back
> button is less opaque when disabled than before.
> Should I file a new bug for that?

Feel free to file a bug, but this is now consistent with what we've been doing on Windows, so this might be wontfix too.

> (In reply to Dão Gottwald [::dao] from comment #2)
> > and the different look should be acceptable for two
> > release cycles
> 
> Shipping unintended visuals for two release cycles doesn't sound very
> desirable to me.

Certainly not desirable, but it's a trade-off that I think is reasonable. FWIW, Johann and I were aware of this change when Johann worked on this patch and deemed it acceptable. If course, we could be wrong. Stephen?

> Is it feasible to back out the changes that caused this on
> Beta?

No, it's too big a change and we're already making further changes on top of it.
Flags: needinfo?(shorlander)
(In reply to Dão Gottwald [::dao] from comment #4)
> (In reply to Markus Stange [:mstange] from comment #3)
> > I think the other reason that this change is so noticeable is that the back
> > button is less opaque when disabled than before.
> > Should I file a new bug for that?
> 
> Feel free to file a bug, but this is now consistent with what we've been
> doing on Windows, so this might be wontfix too.

Filed bug 1362408.
Not part of photon even if we might end up doing something about this for Firefox 55.
Whiteboard: [photon-visual][p1]
It's weird enough that it's probably worth fixing. This approach seems to work.
Assignee: nobody → shorlander
Flags: needinfo?(shorlander) → needinfo?(jhofmann)
Comment on attachment 8865581 [details] [diff] [review]
fix-forward-button-macos.patch

Review of attachment 8865581 [details] [diff] [review]:
-----------------------------------------------------------------

Works for me as a temporary solution until we throw it out 57.

Thanks Stephen!
Attachment #8865581 - Flags: review+
I'll land it for you if you like.
Status: NEW → ASSIGNED
Flags: needinfo?(jhofmann)
Comment on attachment 8865581 [details] [diff] [review]
fix-forward-button-macos.patch

Review of attachment 8865581 [details] [diff] [review]:
-----------------------------------------------------------------

::: browser/themes/osx/browser.css
@@ +587,5 @@
> +  #forward-button > .toolbarbutton-icon {
> +    border-top: none !important;
> +    border-bottom: none !important;
> +    box-shadow: none !important;
> +    box-shadow: 0 .5px 0 0 rgba(0,0,0,0.2) !important;

box-shadow: none !important; can be removed.
Good point.
https://hg.mozilla.org/mozilla-central/rev/d7c6ae95fa02
https://hg.mozilla.org/mozilla-central/rev/7fe0b02d865c
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: