Closed
Bug 69280
Opened 24 years ago
Closed 24 years ago
polish up new bookmarks window
Categories
(SeaMonkey :: Themes, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.8.1
People
(Reporter: dantilkin, Assigned: hewitt)
References
Details
(Keywords: classic, modern)
Attachments
(2 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; 0.8) Gecko/20010215
BuildID: 2001021508
In the modern theme, when you move the mouse over the second row of menus, "New
folder", "New Seperator", "", "Properties",..., you can't tell that you're
actually on that menu item. Every other menu I've found like this in Mozilla
has some indication.
Reproducible: Always
Steps to Reproduce:
1) Open Manage Bookmarks
2) Move mouse over any any item on second row of menus
Actual Results: Nothing
Expected Results: There should be some signal to the user that clicking the
mouse here will select that menu item (item gets brighter, box around item is
raised, etc.
Comment 2•24 years ago
|
||
-> hewitt
Assignee: ben → hewitt
QA Contact: claudius → pmac
Summary: No indication of mouseover for second menu of bookmarks in modern theme → [modern] No indication of mouseover for second menu of bookmarks in modern theme
Comment 3•24 years ago
|
||
Confirming this with
user agent: Mozilla/5.0 (Windows; U; Win98; en-US; 0.8) Gecko/20010217
build: 2001021708
This bug may be an extension (duplicate?) of bug 68548 but I'm not sure.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•24 years ago
|
||
That's correct Janzert, the modern skin currently doesn't have rules for the
toolbar. Marking dependant on bug 68548.
Assignee | ||
Comment 5•24 years ago
|
||
I'm working on this one right now...
Status: NEW → ASSIGNED
Summary: [modern] No indication of mouseover for second menu of bookmarks in modern theme → [modern] new bookmarks window missing lots of styles
Comment 6•24 years ago
|
||
hewitt, any progress on this?
Summary: [modern] new bookmarks window missing lots of styles → new bookmarks window missing lots of styles
Themes Triage Team marking nsbeta1+ and 0.9
Keywords: nsbeta1+
Target Milestone: --- → mozilla0.9
Assignee | ||
Comment 8•24 years ago
|
||
In addition to the known flaws in the bookmarks window using the modern theme,
I've found several imperfections in the classic theme as well. So, I'm
expanding this bug to cover both themes. It's all fixed in my tree, so patch
coming soon.
Keywords: classic
Summary: new bookmarks window missing lots of styles → polish up new bookmarks winodw
Assignee | ||
Comment 9•24 years ago
|
||
The non-modern-specific problems that I fixed are as follows:
1. toolbar buttons in bookmarks.xul should be button-toolbar, not button-toolbar-2
2. the File menubutton should use bookmarkfolder on each menuitem, not
treeitem-bookmark, which is why they are missing icons
3. delay-click-editing on treecells wasn't working due to a minor glitch in
bookmarksTree.js
4. in the classic theme, the alignment of editable-treecells was a bit off
Summary: polish up new bookmarks winodw → polish up new bookmarks window
Assignee | ||
Comment 10•24 years ago
|
||
Comment 11•24 years ago
|
||
I talked with joe on IRC about better factoring of the style rules here to
create a generic .bookmarkitem class, ditching .treeitem-bookmark and
.bookmarkfolder, and sharing all these rules between the tree, the menu and the
personal toolbar.
With these discussed mods, a=ben@netscape.com
Comment 12•24 years ago
|
||
sounds good, but i don't think i can r= it w/o seeing it.
Assignee | ||
Comment 13•24 years ago
|
||
I need an r= for this one to check it in. Beware, it's a big nasty patch.
Assignee | ||
Comment 14•24 years ago
|
||
Assignee | ||
Comment 15•24 years ago
|
||
blake sez r=blake, ben sez sr=ben
Assignee | ||
Comment 16•24 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Target Milestone: mozilla0.9 → mozilla0.8.1
Comment 17•24 years ago
|
||
Marking verified on windows 98 (2001-03-26-09-Mtrunk).
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•