Closed
Bug 236674
Opened 21 years ago
Closed 18 years ago
Separator appearance should be that of a separator in bookmark manager.
Categories
(Camino Graveyard :: Bookmarks, enhancement)
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)
10.97 KB,
image/jpeg
|
Details | |
9.39 KB,
image/png
|
Details | |
5.53 KB,
image/tiff
|
Details | |
2.76 KB,
patch
|
Details | Diff | Splinter Review | |
2.77 KB,
patch
|
Details | Diff | Splinter Review | |
4.92 KB,
patch
|
mikepinkerton
:
superreview+
|
Details | Diff | Splinter Review |
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.
Sure we could, it's just that that would take a whole lot more coding.
Updated•21 years ago
|
Target Milestone: --- → Camino1.1
Comment 4•20 years ago
|
||
(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.
Comment 6•20 years ago
|
||
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.
Assignee | ||
Comment 8•18 years ago
|
||
Fix. It turns out (coincidentally, since I hadn't looked at these screenshots) to look about like comment 7.
Assignee | ||
Comment 9•18 years ago
|
||
The new .tif for the separator.
Attachment #241715 -
Attachment mime type: application/octet-stream → image/tiff
Looks good, Stuart!
Assignee | ||
Updated•18 years ago
|
Attachment #241714 -
Flags: review? → review?(nick.kreeger)
Comment 12•18 years ago
|
||
Comment on attachment 241714 [details] [diff] [review]
fix
Looks good to me.
Attachment #241714 -
Flags: review?(nick.kreeger) → review+
Assignee | ||
Updated•18 years ago
|
Attachment #241714 -
Flags: superreview?(mikepinkerton)
Comment 13•18 years ago
|
||
+ 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?
Assignee | ||
Comment 14•18 years ago
|
||
Attachment #241714 -
Attachment is obsolete: true
Attachment #241943 -
Flags: superreview?(mikepinkerton)
Attachment #241714 -
Flags: superreview?(mikepinkerton)
Comment 15•18 years ago
|
||
Comment on attachment 241943 [details] [diff] [review]
a less magical version
sr=pink
Attachment #241943 -
Flags: superreview?(mikepinkerton) → superreview+
Comment 16•18 years ago
|
||
Checked in on 1.8branch and trunk.
Updated•18 years ago
|
Keywords: fixed1.8.1.1
Updated•18 years ago
|
Keywords: fixed1.8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•