Closed Bug 1244969 Opened 8 years ago Closed 8 years ago

about:home button "Download", "Bookmarks", "History", "Addons", "Sync", "Options" and "Restore Previous Session" become 2 row (previously showed as 1 row)

Categories

(Firefox :: General, defect)

44 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1244221

People

(Reporter: coolkips, Unassigned)

References

Details

(Keywords: regression)

Attachments

(1 file)

Attached image 2_Rows.png
User Agent: Mozilla/5.0 (Windows NT 6.2; rv:44.0) Gecko/20100101 Firefox/44.0
Build ID: 20160123151951

Steps to reproduce:

Update Firefox from 43.0.4 to Firefox 44.0


Actual results:

about:home button "Download", "Bookmarks", "History", "Addons", "Sync", "Options" and "Restore Previous Session" become 2 row (previously showed as 1 row)

I'm using 1024x600 screen resolution (netbook).


Expected results:

Showed 1 line (1 row) as previously

I'm using 1024x600 screen resolution (netbook)
OS: Unspecified → Windows 8
Hardware: Unspecified → x86
Component: Untriaged → General
So 43 on your resolution was showing one line, 44 shows 2 lines at the same resolution?

Actually the behavior you see (2 rows) is expected on small monitors, I'm not sure what changed from 43 to 44 to change the behavior at the same exact resolution.

The only changeset touching abouthome that could be related is
http://hg.mozilla.org/mozilla-central/rev/c0a884282954
that points to bug 962249.

Indeed it does

-  if (window.scrollMaxX) {
+  if (window.scrollMaxX != window.scrollMinX) {
     document.body.setAttribute("narrow", "true");

I don't know if the new behavior is more correct though, off-hand looks like the page has enough space to avoid going narrow. let's see what xidorn thinks.
Blocks: 962249
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: needinfo?(quanxunzhen)
Keywords: regression
Ah, this is a dupe
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(quanxunzhen)
Resolution: --- → DUPLICATE
(In reply to Marco Bonardo [::mak] from comment #1)
> So 43 on your resolution was showing one line, 44 shows 2 lines at the same
> resolution?
> 
> Actually the behavior you see (2 rows) is expected on small monitors, I'm
> not sure what changed from 43 to 44 to change the behavior at the same exact
> resolution.
> 
> The only changeset touching abouthome that could be related is
> http://hg.mozilla.org/mozilla-central/rev/c0a884282954
> that points to bug 962249.
> 
> Indeed it does
> 
> -  if (window.scrollMaxX) {
> +  if (window.scrollMaxX != window.scrollMinX) {
>      document.body.setAttribute("narrow", "true");
> 
> I don't know if the new behavior is more correct though, off-hand looks like
> the page has enough space to avoid going narrow. let's see what xidorn
> thinks.

YES, before upgraded into FF 44.0 I'm using the same screen resolution AND it was not showed as 2 rows before.
OS: Windows 8 → All
Hardware: x86 → All
You need to log in before you can comment on or make changes to this bug.