Closed
Bug 246112
Opened 21 years ago
Closed 20 years ago
"Document: Done" is meaningless and should be removed
Categories
(Camino Graveyard :: Bookmarks, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino0.9
People
(Reporter: timeless, Assigned: jaas)
Details
Attachments
(1 file, 3 obsolete files)
4.61 KB,
application/octet-stream
|
sfraser_bugs
:
superreview+
|
Details |
1. Build Camino or download Camino
2. Run Camino
3. Cmd-B
4. Stare at "Document: Done" at the bottom of the window
Expected results:
Don't show Document: Done at all, it doesn't mean anything useful.
Actual results:
"Document: Done" in the bottom left corner of the window.
Summary: Status line has → Status line has "Document: Done" and the camino droplet
Comment 2•21 years ago
|
||
this is a mozilla artifact. i guess we could remove it.
Summary: Status line has "Document: Done" and the camino droplet → "Document: Done" is meaningless and should be removed
Target Milestone: --- → Camino1.0
i actually have a patch for this, but it's my first real .mm patch, so feel
free to write your own.
Comment on attachment 150538 [details] [diff] [review]
Hide statusbar while showing bookmarks; add show/hide statusbar item Safari parity
Sorry about the borked RCS file lines, that's from a script I used, it's fixed
elsewhere I'll try to get it consistently fixed so that I stop sending bogus
lines.
perl -pi -e 's{/cvsroot//}{/}g' patchfile
should fix it
--
This is my first real mm change, and my first use of IB...
--
The dimensions for the bookmarks manager don't seem to be quit right, i'd want
it to be slightly taller, i'm not sure why they're wrong or how to fix that.
Attachment #150538 -
Flags: review?(camino)
Attachment #150538 -
Flags: review?(camino)
The part of your patch that allows hiding and showing of the status bar belongs
to Bug 159233, so our paperwork is ok.
So what you are doing is just hiding the status bar when in BM mode, sounds like
a plan to me. Guys what do you think.
(sorry I'm not a coder so I can't revew the actual patch)
Attachment #150538 -
Flags: review?(josha)
Comment on attachment 150538 [details] [diff] [review]
Hide statusbar while showing bookmarks; add show/hide statusbar item Safari parity
Whether or not this patch works, it'll need to be updated for review as it is
out of date (the nib file for sure).
Attachment #150538 -
Flags: review?(joshmoz) → review-
Comment 10•20 years ago
|
||
This looks like a one line change to Localizable.strings
-"DocumentDone" = "Document: Done";
+"DocumentDone" = "";
Reporter | ||
Comment 11•20 years ago
|
||
lernean.hydra@gmail.com: the issue isn't that "document: done" is globally
meaningless, the issue is that it's meaningless when the window you're starting
at is *bookmarks* and not something resembling a document.
Comment 12•20 years ago
|
||
It is globally meaningless because blank tells you that nothing is going on just
as much and is easier to tell apart from having loading information. Safari uses
blank.
But I noticed the right fix is really to change
mLoadingStatusString = [NSLocalizedString(@"DocumentDone", @"") retain];
in BrowserWrapper.mm and take away the Localizeable.strings line.
Assignee | ||
Comment 13•20 years ago
|
||
I want this on 0.9 for now. Its quite bad for our UI.
Flags: camino0.9+
Target Milestone: Camino1.0 → Camino0.9
Assignee | ||
Comment 14•20 years ago
|
||
The patch posted by timeless belongs in another bug, as noted earlier in this
bug by jasper. Here is the real fix.
Attachment #150538 -
Attachment is obsolete: true
Attachment #150539 -
Attachment is obsolete: true
Attachment #185728 -
Flags: superreview?(sfraser_bugs)
Attachment #185728 -
Flags: review?(armen52)
Assignee | ||
Comment 15•20 years ago
|
||
Assignee: armen52 → joshmoz
Status: NEW → ASSIGNED
Attachment #185729 -
Flags: superreview?(sfraser_bugs)
Attachment #185729 -
Flags: review?(armen52)
Updated•20 years ago
|
Attachment #185728 -
Flags: superreview?(sfraser_bugs) → superreview+
Updated•20 years ago
|
Attachment #185729 -
Flags: superreview?(sfraser_bugs) → superreview+
Attachment #185728 -
Flags: review?(armen52)
Attachment #185729 -
Flags: review?(armen52)
Assignee | ||
Comment 16•20 years ago
|
||
The patch is actually bad - even the empty string should be retained.
Attachment #185728 -
Attachment is obsolete: true
Attachment #185728 -
Flags: review-
Assignee | ||
Comment 17•20 years ago
|
||
Landed on trunk with empty string retained.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•