Closed Bug 452072 Opened 16 years ago Closed 16 years ago

revised bookmarks list UI

Categories

(Firefox for Android Graveyard :: Bookmarks, defect, P2)

defect

Tracking

(Not tracked)

VERIFIED FIXED
fennec1.0a1

People

(Reporter: madhava, Assigned: enndeakin)

Details

(Whiteboard: UI polish)

Attachments

(2 files, 1 obsolete file)

Finish the revised (simplified) bookmarks list UI, so that it can be built.  For some context, it's mostly like what exists right now in Fennec M7, except without the location bar at the top of the screen.
Whiteboard: UI polish
madhava, can you work with neil on this?
Flags: wanted-fennec1.0+
Priority: -- → P2
Attached image bookmarks screen
This is basically what I'm thinking -- the vertically pannable bookmarks list takes up the whole screen.  There's still some more thinking required about how it's going to be dismissed, exactly.  There's a (x) button shown at the bottom of this panel, but it may be preferable to have some of the content shown and be tappable to dismiss the panel - more on this later.  For the moment, though, this should be workable.
Attached patch minor bookmarks changes (obsolete) — Splinter Review
- bookmarks take up the entire screen
- add a close button
- support key navigation as well
It would make more sense to me though to just show the bookmarks in the content area as currently, and use the bookmarks open button to close it -- it could change to an X.
Attachment #337489 - Flags: review?(mark.finkle)
Comment on attachment 337489 [details] [diff] [review]
minor bookmarks changes

>diff --git a/chrome/content/browser-ui.js b/chrome/content/browser-ui.js

>+    if (aMode != PANELMODE_BOOKMARKLIST)
>+        toolbar.hidden = false;
>+

Do you need this? Don't all the other modes already call this._showToolbar ?

>     }
>     else if (aMode == PANELMODE_BOOKMARKLIST) {
>       this._showToolbar();
>       toolbar.setAttribute("mode", "view");
>+      toolbar.hidden = true;

You should just change the this._showToolbar to this._hideToolbar
Attachment #337489 - Flags: review?(mark.finkle) → review+
Assignee: madhava → enndeakin
Attachment #337489 - Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #337945 - Flags: review?(mark.finkle)
Attachment #337945 - Flags: review?(mark.finkle) → review+
Checked in
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
we have revamped this for beta2 release.
Status: RESOLVED → VERIFIED
Component: General → Bookmarks
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: