Closed
Bug 632048
Opened 11 years ago
Closed 11 years ago
Bookmark popup auto hides too quickly on page bookmarked
Categories
(Firefox for Android Graveyard :: Bookmarks, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 5
People
(Reporter: aaronmt, Assigned: mbrubeck)
Details
(Keywords: polish, Whiteboard: [fennec-checkin-postrc])
Attachments
(3 files)
623 bytes,
patch
|
Details | Diff | Splinter Review | |
1.73 KB,
patch
|
mfinkle
:
review+
madhava
:
ui-review+
|
Details | Diff | Splinter Review |
1.47 KB,
patch
|
mbrubeck
:
review+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Android; Linux armv7l; rv:2.0b12pre) Gecko/20110207 Firefox/4.0b12pre Fennec/4.0b5pre Currently when a page is starred, the timeout for auto-hide (if auto-hide is even necessary) is too quick at two seconds. This should be raised to four-seconds or perhaps auto-hide removed. http://mxr.mozilla.org/mobile-browser/source/chrome/content/browser-ui.js#1077 http://mxr.mozilla.org/mobile-browser/source/chrome/content/BookmarkPopup.js#38 Device: HTC Nexus One Android: 2.2.2
Reporter | ||
Updated•11 years ago
|
Priority: -- → P2
Comment 1•11 years ago
|
||
I'm seeing this on build: Mozilla/5.0 (Android; Linux armv71; rv:2.0b13pre) Gecko/20110311 Firefox/4.0b13pre Fennec/4.0b6pre
tracking-fennec: --- → ?
Assignee | ||
Comment 2•11 years ago
|
||
This still has some problems if the UI is bogged down. The first time the popup is shown, it can take close to 5 seconds (or more!) for layout to finish and the popup to actually appear.
Assignee | ||
Comment 3•11 years ago
|
||
I like this better.
Attachment #518809 -
Flags: review?(mark.finkle)
Reporter | ||
Comment 4•11 years ago
|
||
(In reply to comment #3) > Created attachment 518809 [details] [diff] [review] > don't auto-hide bookmark popup > > I like this better. Yes, was wondering why the reason for auto-hide in the first place.
Comment 5•11 years ago
|
||
Comment on attachment 518809 [details] [diff] [review] don't auto-hide bookmark popup We did this originally because the use case was: user wants to bookmark a page and move on So it seemed like auto-hiding the popup was the best choice. Now it is easy to dismiss the popup with a tap, so maybe we don't need the auto-hide. I'd vote to remove it. Madhava needs final say.
Attachment #518809 -
Flags: ui-review?(madhava)
Attachment #518809 -
Flags: review?(mark.finkle)
Attachment #518809 -
Flags: review+
Comment 6•11 years ago
|
||
I think I could live without the timer. At the time, as Mark describes, it was about getting it out of the way -- they're non-primary options, but the dialog helps to explain what you've just done (a lot of people out there still don't understand that starring and bookmarking are the same thing) and shows people that you can actually do these things. BUT, given that the very next step for people is going to be to put a finger down outside the dialog in order to get back to where they were, the tap outside to dismiss isn't really an _extra_ tap/click the way it would be on desktop.
Updated•11 years ago
|
Attachment #518809 -
Flags: ui-review?(madhava) → ui-review+
Assignee | ||
Updated•11 years ago
|
Attachment #518809 -
Flags: approval2.0?
Updated•11 years ago
|
tracking-fennec: ? → ---
Assignee | ||
Updated•11 years ago
|
Attachment #518809 -
Flags: approval2.0?
Assignee | ||
Comment 8•11 years ago
|
||
http://hg.mozilla.org/mobile-browser/rev/502f112e69c3
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 9•11 years ago
|
||
Broke a test... well... made a test irrelevant.
Attachment #520351 -
Flags: review?(mbrubeck)
Assignee | ||
Updated•11 years ago
|
Attachment #520351 -
Flags: review?(mbrubeck) → review+
Comment 10•11 years ago
|
||
Pushed test fix: http://hg.mozilla.org/mobile-browser/rev/3fa9692ebcb4
Comment 11•11 years ago
|
||
(In reply to comment #10) > Pushed test fix: http://hg.mozilla.org/mobile-browser/rev/3fa9692ebcb4 Maybe we should just remove the test altogether.
Comment 12•11 years ago
|
||
Verified on build: Mozilla /5.0 (Android;Linux armv7l;rv:2.2a1pre) Gecko/20110405 Firefox/4.2a1pre Fennec /4.1a1pre Device: Samsung Captivate (Android 2.2 update 1)
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•11 years ago
|
Target Milestone: --- → Firefox 5
You need to log in
before you can comment on or make changes to this bug.
Description
•