Closed Bug 1468992 Opened 7 years ago Closed 7 years ago

Remove the Library infopane More/Less toggle

Categories

(Firefox :: Bookmarks & History, enhancement, P3)

enhancement

Tracking

()

RESOLVED FIXED
Firefox 63
Tracking Status
firefox63 --- fixed

People

(Reporter: mak, Assigned: dao)

References

Details

(Whiteboard: [fxsearch])

Attachments

(1 file)

The only thing it will be hiding is the keyword field that pretty much takes the same space, so no reason to keep it. This should simplify some of the editBookmark code.
Blocks: 1471546
Assignee: nobody → dao+bmo
Status: NEW → ASSIGNED
Comment on attachment 8988695 [details] Bug 1468992 - Remove the Library infopane More/Less toggle. https://reviewboard.mozilla.org/r/253902/#review260730 ::: browser/components/places/content/places.js (Diff revision 1) > - > - if (infoBox.getAttribute("minimal") == "true") { > - infoBox.removeAttribute("minimal"); > - infoBoxExpanderLabel.value = infoBoxExpanderLabel.getAttribute("lesslabel"); > - infoBoxExpanderLabel.accessKey = infoBoxExpanderLabel.getAttribute("lessaccesskey"); > - infoBoxExpander.className = "expander-up"; I think you can remove the styles for expander-up and expander-down classes from browser/themes/osx/places/organizer.css The expanders there should already pick their style from editBookmark.css, IIRC ::: browser/components/places/content/places.xul:444 (Diff revision 1) > <description id="selectItemDescription"> > &detailsPane.selectAnItemText.description; > </description> > <spacer flex="3"/> > </vbox> > <vbox id="infoBox" minimal="true"> the minimal attribute can go away from here, isn't it?
Attachment #8988695 - Flags: review?(mak77) → review+
Pushed by dgottwald@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/90ac310bc9af Remove the Library infopane More/Less toggle. r=mak
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: