Closed
Bug 242650
Opened 21 years ago
Closed 20 years ago
[10.1] "Get Info" on bookmark folders shows black window
Categories
(Camino Graveyard :: Bookmarks, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino0.8
People
(Reporter: druedin, Assigned: stuart.morgan+bugzilla)
Details
Attachments
(3 files)
16.12 KB,
image/png
|
Details | |
9.90 KB,
patch
|
Details | Diff | Splinter Review | |
6.54 KB,
application/zip
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040503 Camino/0.8b
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040503 Camino/0.8b
When I choose "Get Info" for a bookmark folder in the bookmark manager, the
window showed has a black background. "Get Info" for individual bookmarks work fine.
Reproducible: Always
Steps to Reproduce:
1. select bookmark folder
2. choose "Get Info"
Expected Results:
A get info window like for the individual bookmarks, or none at all (if not
applicable to folders)
OS 10.1.5
The screenshot explains what is so hard to put into words.
Assignee | ||
Comment 2•21 years ago
|
||
Wow, it sure does (2004050408 0.8b). WFM in the same build on 10.3.3. I'm
guessing this is another 10.1 bug for me, since we've never head of it before,
but can someone with 10.2 confirm for me?
Putting on the 0.8 list and taking, since it's probably 10.1 (and needs to be
fixed by 0.8 either way).
Mireille, is this a recent regression? Could you possibly check some older
builds to see if/when it used to work?
Assignee: pinkerton → sbm5
Target Milestone: --- → Camino0.8
I've used a nightly from early April before and it was there, too.
Assignee | ||
Updated•21 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Summary: "Get Info" on bookmark folders shows black window → [10.1] "Get Info" on bookmark folders shows black window
Comment 5•20 years ago
|
||
stuart, can you play with the nib at all to see if we can correct this?
Assignee | ||
Comment 6•20 years ago
|
||
This may be overkill, but the code for the info panel was such an ugly hack
that I couldn't help it. Instead of using the add-and-subtract-tabs-on-the-fly
method, this uses two views, one for bookmarks and one for folders, and swaps
them out as a whole.
In addition to fixing the 10.1 black background bug, it also:
-Fixes bug 243246 (as a side-effect)
-Removes code to disable keywords for non-group folders, since there's no
reason not to allow keywords on normal folders (it works just fine) and it was
handled in really inconsistent ways
-Makes the folder info pane look better since it's designed to fit the full
height
-Makes the code cleaner and shorter.
Assignee | ||
Comment 7•20 years ago
|
||
The corresponding new nib. My apologies to the l10n team.
Assignee | ||
Comment 8•20 years ago
|
||
Comment on attachment 150776 [details] [diff] [review]
fix + general cleanup
Josh: the changes are restricted to BookmarkInfoController and the nib, so
hopefully the impact to your upcoming BM patch will be minimal.
Attachment #150776 -
Flags: review?(josha)
Assignee | ||
Updated•20 years ago
|
Attachment #150776 -
Flags: review?(qa-mozilla)
Assignee | ||
Comment 9•20 years ago
|
||
Mireille, thanks for catching this for us!
Comment 10•20 years ago
|
||
landed on trunk & branch
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Attachment #150776 -
Flags: review?(qa-mozilla)
Attachment #150776 -
Flags: review?(josha)
You need to log in
before you can comment on or make changes to this bug.
Description
•