Closed
Bug 966775
Opened 12 years ago
Closed 11 years ago
Decouple bottom-bar target area from home screen gesture
Categories
(Firefox OS Graveyard :: Gaia::System::Window Mgmt, defect)
Firefox OS Graveyard
Gaia::System::Window Mgmt
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mikehenrty, Assigned: mikehenrty)
References
Details
(Whiteboard: [systemsfe][p=1])
Attachments
(1 file)
Right now the target area (touch listener) for home screen gestures is hidden and displayed in the home screen gesture code. Now the new notification tray will need to use this target area as well, so we have to make sure the home screen gesture code does not modify that area.
| Assignee | ||
Comment 1•12 years ago
|
||
Hi Tim, could you (or someone familiar with the home gesture code) take a look at this? I want to reuse the bottom bar target div for the new notification tray. If you think this is not the best way forward, I'm open for discussion. Interaction between home gesture, and new notification UX will be a little tricky.
Attachment #8369220 -
Flags: review?(timdream)
Comment 2•12 years ago
|
||
Comment on attachment 8369220 [details] [review]
Make home gesture code never hide bottom-bar
George, could you help reviewing this patch? Thanks!
Attachment #8369220 -
Flags: review?(timdream) → review?(gduan)
Comment 3•12 years ago
|
||
Hi Michael,
I don't know how you will implement the new notification tray with the bottom bar.
Basically, this patch has two pbs ,
1. when utility tray shows, it cannot be closed since bottom bar will block the touch area.
2. unit tests failed.
Flags: needinfo?(mhenretty)
| Assignee | ||
Comment 4•12 years ago
|
||
Yup, my bad. I sent PR promptly forgot to follow up. The idea is we want to re-use the bottom bar for swipe gestures for both the homescreen gesture and the new notification tray (which is being moved to the bottom). Since they use the same exact gesture, getting the interaction right between the two is important. In any case, I will fix the two (related) issues you mention and reflag this PR.
Flags: needinfo?(mhenretty)
| Assignee | ||
Updated•12 years ago
|
Attachment #8369220 -
Flags: review?(gduan)
Updated•12 years ago
|
Target Milestone: 1.4 S1 (14feb) → 1.4 S2 (28feb)
Updated•12 years ago
|
Target Milestone: 1.4 S2 (28feb) → ---
| Assignee | ||
Comment 5•11 years ago
|
||
This bug is no longer needed since the notification spec has changed and the toaster will not be located at the bottom of the screen.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•