Closed
Bug 1376249
Opened 8 years ago
Closed 3 years ago
The URL bar is not visible
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: yugiohjcj, Unassigned)
Details
Attachments
(1 file)
|
16.12 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0
Build ID: 20170626031903
Steps to reproduce:
I built and installed Firefox 51.0 on Slackware64 14.2 then I ran it.
Actual results:
The URL bar and its buttons are not visible.
Expected results:
The URL bar and its buttons should be visible.
Details:
I built them from source on the same computer Firefox 50.0.1 and Firefox 51.0.
Here is the user interface on 50.0.1: http://yugiohjcj.free.fr/firefox-gtk2-50.1.0.png
Here is the user interface on 51.0: http://yugiohjcj.free.fr/firefox-gtk2-51.0.png
I am reading the release note: https://www.mozilla.org/en-US/firefox/51.0/releasenotes/
I am not sure what can be the cause.
Maybe the added zoom button in the URL bar.
Any idea?
Thank you.
Best regards.
Updated•8 years ago
|
Component: Untriaged → Location Bar
OS: Unspecified → Linux
I did some more tests :
Here is the user interface on 50.0.1: http://yugiohjcj.free.fr/firefox-gtk2-50.1.0.png
Here is the user interface on 50.0.1 (with gtk3): http://yugiohjcj.free.fr/firefox-gtk2-50.1.0gtk3.png
Here is the user interface on 51.0: http://yugiohjcj.free.fr/firefox-gtk2-51.0.png
Here is the user interface on 51.0 (with gtk3): http://yugiohjcj.free.fr/firefox-gtk2-51.0gtk3.png
Here is the user interface on 54.0 (with gtk3): http://yugiohjcj.free.fr/firefox-gtk2-54.0gtk3.png
So, the user interface is only correct on 50.0.1 (gtk2 and gtk3).
I found how to solve the problem by tweaking my build script for Firefox 54.0:
---
$ diff mozilla-firefox-54.0-1.sh mozilla-firefox-54.0-2.sh
46c46
< ac_add_options --enable-optimize
---
> ac_add_options --enable-optimize=-O1
---
I always used the --enable-optimize option but since Firefox 51.0, for an unknown reason, this option has to be replaced by --enable-optimize=-O1 or you will get this unexpected behavior in the user interface.
Someone can explain that?
Problem solved but explanations are welcome.
Updated•8 years ago
|
Product: Core → Firefox Build System
(In reply to Wayne Mery (:wsmwk) from comment #3)
yugiohjcj, Do you still encounter this issue?
I wrote in my previous message: "Problem solved but explanations are welcome.".
So, you can close the issue.
Flags: needinfo?(yugiohjcj)
Updated•3 years ago
|
Severity: normal → S3
Updated•3 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•