Closed
Bug 329792
Opened 19 years ago
Closed 19 years ago
Remove code for old tag-style folder selector in Bookmark Properties dialog (which needlessly set font size)
Categories
(Firefox :: Bookmarks & History, defect, P2)
Tracking
()
RESOLVED
FIXED
Firefox 2 alpha2
People
(Reporter: bugzilla-mozilla-20000923, Assigned: mozilla)
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
|
13.50 KB,
patch
|
annie.sullivan
:
review+
bugs
:
superreview+
|
Details | Diff | Splinter Review |
The properties window for Places sets the font size to 9pt, which totally goes against the point of having standard GUI elements and sizes. I can't even see anything on the dialog that would benefit from a larger-that-I've-set-my-OS-too font size.
| Assignee | ||
Updated•19 years ago
|
Assignee: nobody → joe
Updated•19 years ago
|
Priority: -- → P2
Target Milestone: --- → Firefox 2 alpha2
| Assignee | ||
Comment 1•19 years ago
|
||
Attachment #215680 -
Flags: superreview?(bugs)
| Assignee | ||
Updated•19 years ago
|
Summary: Bookmark Properties dialog needlessly increases GUI font size → Remove code for old tag-style folder selector in Bookmark Properties dialog (which needlessly set font size)
| Assignee | ||
Updated•19 years ago
|
Attachment #215680 -
Flags: review?(annie.sullivan)
Updated•19 years ago
|
Attachment #215680 -
Flags: review?(annie.sullivan) → review+
Comment 2•19 years ago
|
||
Attachment #215680 -
Flags: superreview?(bugs) → superreview+
| Assignee | ||
Comment 3•19 years ago
|
||
Landed on branch & trunk, see 330023 for landed patch containing this fix.
Comment 4•19 years ago
|
||
Part of this, removing portions of the logic in nodeIsRemoteContainer in controller.js, breaks livemark folder display. See bug 329743. Is restoring that (and changing its reference to folders to a reference to containers) going to re-break this?
| Assignee | ||
Comment 5•19 years ago
|
||
Pam: I think you're referring to the change in 330023 rather than on this bug? I took it out because Annie couldn't remember what that logic expressed, and the line:
return asFolder(node).folderType != "";
was giving undefined property errors for folderType.
Now that you've discovered what it's for, feel free to add it back, but make sure that you don't recreate the error. (It would manifest when you right-click to edit the name of a folder.) Also, please add comments to make clear what that branch does.
Comment 6•19 years ago
|
||
Joe, right, sorry, the patch for bug 330023. My patch for bug 329743 fixes the folderType errors and expands comments in a couple of places, including the relevant portions of controller.js and the IDL file. I've verified that folder renaming still works, so I think we're all good. Thanks!
Comment 7•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
•