Closed
Bug 334669
Opened 19 years ago
Closed 18 years ago
bookmark separators have an icon overlaid over it
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
FIXED
Firefox 3 alpha5
People
(Reporter: regis.caspar+bz, Assigned: tabmix.onemen)
Details
(Keywords: regression)
Attachments
(4 files, 1 obsolete file)
14.01 KB,
image/png
|
Details | |
2.12 KB,
patch
|
asaf
:
review+
|
Details | Diff | Splinter Review |
3.89 KB,
patch
|
moco
:
review+
|
Details | Diff | Splinter Review |
21.38 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060419 Firefox/3.0a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060419 Firefox/3.0a1
In the place window, separators have a "document" icon overlaid over it (see attached screenshot)
Reproducible: Always
Steps to Reproduce:
1. Open place dialog
2. Look for a separator or creates one
3. Look at this separator
Actual Results:
icon overlaid over the separator
Expected Results:
normal separator (i.e. straight line without any icon)
patch for #329367 looks like a good culprit...
Reporter | ||
Comment 1•19 years ago
|
||
screenshot showing the problem
Updated•19 years ago
|
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a4pre) Gecko/20070406 Minefield/3.0a4pre ID:2007040604 [enable-places-bookmarks]
still happens, in Bookmarks Manager and in sidebar-bookmarks.
Blocks: 370099
Assignee | ||
Comment 3•18 years ago
|
||
Attachment #263101 -
Flags: review?(mano)
Comment 4•18 years ago
|
||
Comment on attachment 263101 [details] [diff] [review]
patch for winstripe
Sorry for latency, r=mano.
Attachment #263101 -
Flags: review?(mano) → review+
Updated•18 years ago
|
Assignee: nobody → onemen.one
Target Milestone: --- → Firefox 3 alpha5
Comment 5•18 years ago
|
||
mozilla/browser/themes/winstripe/browser/places/places.css 1.10
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 6•18 years ago
|
||
asaf and onemen.one@gmail.com: I think this regressed the fix for bug #364316.
the fix for that bug included some rules to keep favicons at 16x16 in the bm manager and history sidebar (for example).
Assignee | ||
Comment 7•18 years ago
|
||
Attachment #264386 -
Flags: review?(mano)
Comment 8•18 years ago
|
||
Comment on attachment 264386 [details] [diff] [review]
keep favicons at 16x16
>Index: browser/themes/winstripe/browser/places/places.css
>===================================================================
>+treechildren::-moz-tree-image(title) {
>+ width: 16px;
>+ height: 16px;
>+}
>+
>+treechildren::-moz-tree-image(title, separator) {
>+ width: 0px !important;
>+ height: 0px !important;
>+}
>+
you don't need !important here, I think. also, s/0px/0/.
r=mano otherwise.
Attachment #264386 -
Flags: review?(mano) → review+
Comment 9•18 years ago
|
||
Attachment #264386 -
Attachment is obsolete: true
Attachment #264448 -
Flags: review+
Comment 10•18 years ago
|
||
fixed landed, thanks onemen.one!
Checking in browser/components/places/content/treeView.js;
/cvsroot/mozilla/browser/components/places/content/treeView.js,v <-- treeView.
js
new revision: 1.6; previous revision: 1.5
done
Checking in browser/themes/winstripe/browser/places/places.css;
/cvsroot/mozilla/browser/themes/winstripe/browser/places/places.css,v <-- plac
es.css
new revision: 1.11; previous revision: 1.10
done
Comment 11•18 years ago
|
||
It appears that pinstripe has a similar problem
Comment 12•18 years ago
|
||
> It appears that pinstripe has a similar problem
spun off to bug #380703
Comment 13•16 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•