Closed
Bug 946340
Opened 11 years ago
Closed 11 years ago
Split view about:start pages don't touch scroll
Categories
(Firefox for Metro Graveyard :: Firefox Start, defect, P2)
Tracking
(firefox27 unaffected, firefox28+ verified, firefox29 verified)
RESOLVED
FIXED
Firefox 28
Tracking | Status | |
---|---|---|
firefox27 | --- | unaffected |
firefox28 | + | verified |
firefox29 | --- | verified |
People
(Reporter: jimm, Assigned: mbrubeck)
References
Details
(Whiteboard: [beta28] p=5)
Attachments
(1 file)
1.04 KB,
patch
|
ally
:
review+
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
1/2 split view doesn't seem to scroll via touch, but works with the mouse wheel.
Updated•11 years ago
|
Blocks: metrov1backlog
![]() |
Reporter | |
Comment 1•11 years ago
|
||
I wonder if this has something to do with scroll lock in the apzc. When in split view, I can select tiles horizontally, but can't scroll up/down. Once I resize to normal view, I can vertically select tiles, and can scroll horizontally.
Updated•11 years ago
|
Whiteboard: [triage] → [beta28] p=0
Assignee | ||
Comment 2•11 years ago
|
||
Taking this for iteration 21; estimated effort p=5
Assignee: nobody → mbrubeck
Status: NEW → ASSIGNED
Whiteboard: [beta28] p=0 → [beta28] p=5
Updated•11 years ago
|
Assignee | ||
Comment 3•11 years ago
|
||
Well, that was simpler than I thought. Our stylesheet explicitly disabled vertical scrolling on about:start, but this had no effect on touch scrolling until bug 942995 was fixed.
This patch just swaps the overflow properties when we switch to the vertical layout.
Attachment #8346043 -
Flags: review?(ally)
Comment 4•11 years ago
|
||
Comment on attachment 8346043 [details] [diff] [review]
patch
Review of attachment 8346043 [details] [diff] [review]:
-----------------------------------------------------------------
Easiest patch I've had to review in a long time. ship it
Attachment #8346043 -
Flags: review?(ally) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 29
Assignee | ||
Updated•11 years ago
|
Blocks: 942995
status-firefox27:
--- → unaffected
status-firefox28:
--- → affected
status-firefox29:
--- → fixed
tracking-firefox28:
--- → ?
Assignee | ||
Comment 7•11 years ago
|
||
Comment on attachment 8346043 [details] [diff] [review]
patch
[Approval Request Comment]
Bug caused by (feature/regressing bug #): bug 942995
User impact if declined: Touch-screen users can't scroll the Firefox start page in portrait-oriented windows.
Testing completed (on m-c, etc.): Landed on m-c 12/12.
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 #8346043 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
Attachment #8346043 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•11 years ago
|
Assignee | ||
Comment 8•11 years ago
|
||
![]() |
Reporter | |
Updated•11 years ago
|
Target Milestone: Firefox 29 → Firefox 28
Comment 9•11 years ago
|
||
Went through the following issue for iteration #21 without any issues. Used the following builds:
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014-01-12-00-40-02-mozilla-aurora/
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014-01-12-03-02-04-mozilla-central/
- Ensured that the about:start screen scrolls horizontally when Firefox Metro fills the entire width
- Ensured that the about:start screen scrolls vertically when Firefox Metro fills the screen 1/2
- Ensured that resizing the Firefox Metro window appropriately reshuffles the tiles under about:screen and the correct scrolling is being used (vertical/horizontally)
- Ensured that you can scroll through websites by swiping vertically while Firefox Metro is using 1/2 and other width sizes
- Ensured that scrolling via mouse wheel/touch works without any issues
- Ensured that all of the above test cases work with both left & right sides of the screen
There's several issues/improvements I noticed when resizing the Firefox Metro window when going through this bug. I will create separate tickets as this just concentrates on the scrolling aspect.
You need to log in
before you can comment on or make changes to this bug.
Description
•