Closed Bug 236674 Opened 20 years ago Closed 18 years ago

Separator appearance should be that of a separator in bookmark manager.

Categories

(Camino Graveyard :: Bookmarks, enhancement)

PowerPC
macOS
enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Camino2.0

People

(Reporter: camino, Assigned: stuart.morgan+bugzilla)

Details

(Keywords: fixed1.8.1.1, polish)

Attachments

(6 files, 1 obsolete file)

As it stands the appearance of a separator in the bookmark manager is just like
that of a bookmark. I think we should go for a more functional appearance.

I like the way Firefox makes them look but know that would be rather hard to do
in Camino.
I think that removing the bookmark icon from the separator appearance and
giving it a new title "---------" would make it look and feel more like a
separator.
Why use text dashes? Surely we can draw a real separator there.
Sure we could, it's just that that would take a whole lot more coding.
Target Milestone: --- → Camino1.1
(In reply to comment #3)
> Sure we could, it's just that that would take a whole lot more coding.

This should be fixed as a cosmetic fix when the bookmarks are overhauled. I'd
hope that as Mac users we'd expect someting a bit more better looking than -----
so I agree with Greg's comments about using a "real" seperator.
The idea was to have a better looking separator untill somebody actually took
the time to create a real one. What we do now is way more bad then having ---.

I agree the sperator should look good.
Just what is supposed to "look good"?

I thought that the idea was to make something that was visually obvious that there was a separation 
between different groups of bookmarks.  A line of some sort does this very simply and is sufficiently 
obvious that it passes the "Little Abner Rule" (as any fool can plainly see).  

The present "<Menu Spacer>" is essentially useless as it does not stand out from the bookmarks at all.

Please take a look at the implementation in Mozilla or Firefox to see the difference.
Assignee: mikepinkerton → nobody
Keywords: polish
OS: Mac OS X 10.2 → Mac OS X 10.3
QA Contact: bookmarks
Target Milestone: Camino1.1 → Camino2.0
I like Omniweb's approach, which is just a plain solid line for the width of the 'label' column, rather than Firefox's dotted line.
Attached patch fix (obsolete) — Splinter Review
Fix. It turns out (coincidentally, since I hadn't looked at these screenshots) to look about like comment 7.
Assignee: nobody → stuart.morgan
Status: NEW → ASSIGNED
Attachment #241714 - Flags: review?
Attached image icon
The new .tif for the separator.
Attachment #241715 - Attachment mime type: application/octet-stream → image/tiff
Attachment #241714 - Flags: review? → review?(nick.kreeger)
Comment on attachment 241714 [details] [diff] [review]
fix

Looks good to me.
Attachment #241714 - Flags: review?(nick.kreeger) → review+
Attachment #241714 - Flags: superreview?(mikepinkerton)
+      float fullWidth = [tableColumn width] - 19 - [outlineView indentationPerLevel]*[outlineView levelForItem:item];
+      NSSize imageSize = [mSeparatorImage size];
+      imageSize.width = (fullWidth > 16) ? fullWidth : 16;

any way we can get these magic #s into constants? 
Attachment #241714 - Attachment is obsolete: true
Attachment #241943 - Flags: superreview?(mikepinkerton)
Attachment #241714 - Flags: superreview?(mikepinkerton)
Comment on attachment 241943 [details] [diff] [review]
a less magical version

sr=pink
Attachment #241943 - Flags: superreview?(mikepinkerton) → superreview+
Checked in on 1.8branch and trunk.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Keywords: fixed1.8.1
Resolution: --- → FIXED
Keywords: fixed1.8.1.1
Keywords: fixed1.8.1
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: