Closed
Bug 946335
Opened 11 years ago
Closed 11 years ago
about:start no longer displays scrollbars
Categories
(Firefox for Metro Graveyard :: Firefox Start, defect, P2)
Tracking
(firefox27 unaffected, firefox28+ verified, firefox29 verified)
VERIFIED
FIXED
Firefox 28
Tracking | Status | |
---|---|---|
firefox27 | --- | unaffected |
firefox28 | + | verified |
firefox29 | --- | verified |
People
(Reporter: jimm, Assigned: mbrubeck)
References
Details
(Keywords: regression, Whiteboard: [beta28] p=1)
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
emtwo
:
review+
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
This regressed in bug 902505. Commenting out updateViewport code fixes it.
Updated•11 years ago
|
Blocks: metrov1backlog
Whiteboard: [triage]
Updated•11 years ago
|
Whiteboard: [triage] → [beta28]
Updated•11 years ago
|
Whiteboard: [beta28] → [beta28] p=0
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Comment 1•11 years ago
|
||
We were setting an incorrect CSS viewport for the start page, because we shrink the browser on about:start to account for the navbar.
While testing this I also noticed that we set "about:home" as an alias for "about:start" in AboutRedirector.js, but weren't treating it like the start page in BrowserUI. This patch also fixes that.
Attachment #8344131 -
Flags: review?(msamuel)
Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8344131 [details] [diff] [review]
patch
There seems to be a timing issue with this patch; it doesn't set the correct viewport when switching from a non-about:start page to an about:start page, probably because the padding hasn't been adjusted yet. Working on a fix.
Attachment #8344131 -
Flags: review?(msamuel)
Assignee | ||
Comment 3•11 years ago
|
||
This adds code to update the viewport after we resize the browser when the start page loads or unloads.
Attachment #8344131 -
Attachment is obsolete: true
Attachment #8344199 -
Flags: review?(msamuel)
Comment 4•11 years ago
|
||
Hey Matt, can you provide a point value.
Flags: needinfo?(mbrubeck)
Priority: -- → P2
QA Contact: jbecerra
Assignee | ||
Comment 5•11 years ago
|
||
(In reply to Marco Mucci [:MarcoM] from comment #4)
> Hey Matt, can you provide a point value.
p=1
Flags: needinfo?(mbrubeck)
Updated•11 years ago
|
Whiteboard: [beta28] p=0 → [beta28] p=1
Comment 6•11 years ago
|
||
Comment on attachment 8344199 [details] [diff] [review]
patch v2
Review of attachment 8344199 [details] [diff] [review]:
-----------------------------------------------------------------
Code looks good to me. Though for some reason, I do see the scrollbar with a pull from this morning without the patch. Not sure if it's perhaps the screen resolution affecting it or something else? But ok if it works for you.
Attachment #8344199 -
Flags: review?(msamuel) → review+
Comment 7•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 29
Assignee | ||
Comment 8•11 years ago
|
||
Comment on attachment 8344199 [details] [diff] [review]
patch v2
[Approval Request Comment]
Bug caused by (feature/regressing bug #): bug 902505
User impact if declined: Can't scroll Metro start page with mouse.
Testing completed (on m-c, etc.): Baked on m-c since 12/9.
Risk to taking this patch (and alternatives if risky): Low-risk Metro-only patch.
String or IDL/UUID changes made by this patch: None.
Attachment #8344199 -
Flags: approval-mozilla-aurora?
Assignee | ||
Updated•11 years ago
|
status-firefox27:
--- → unaffected
status-firefox28:
--- → affected
status-firefox29:
--- → fixed
tracking-firefox28:
--- → ?
Updated•11 years ago
|
Attachment #8344199 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•11 years ago
|
Assignee | ||
Comment 9•11 years ago
|
||
Hardware: x86_64 → All
Reporter | ||
Updated•11 years ago
|
Target Milestone: Firefox 29 → Firefox 28
Comment 10•11 years ago
|
||
Verified using latest nightly and latest aurora builds on Windows 8.1 (32bit and 64bit).
The scrollbars are now shown on about:start.
You need to log in
before you can comment on or make changes to this bug.
Description
•