Closed Bug 677417 Opened 13 years ago Closed 7 years ago

Bring back a way to overlay the right panel in Library window

Categories

(Firefox :: Bookmarks & History, defect)

defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: hultmann, Unassigned)

References

Details

Attachments

(1 file)

Bug 588027 removed <deck id="contentDeck">. That made impossible to replace the right panel in places.xul (at least without ugly workarounds).

http://hg.mozilla.org/mozilla-central/rev/87ce91536b59#l1.119

As an example, this is the overlay that I'm using in my extension (Firefox 3.6-6.0, broken with Firefox 7):

<deck id="contentDeck">
  <vbox id="my-ext">
    <tree/>
    <hbox>
      <vbox><image/></vbox>
      <description/>
    </hbox>
  </vbox>
</deck>
Looking at the new DOM structure, the deck is no longer covering all of the area to the right, only the panel at the bottom right. The new deck id is "detailsDeck".

Does your overlay require to replace the Library tree or just the panel on the bottom right? If it's the latter, then you just need to make a few adjustments. If not, then I agree that you need some ugly tricks to make it work, although I'm not sure how it makes sense to replace the whole Library tree given that it is the primary focus of that window.
Attached image screenshot
My extensions adds an item to the left pane and an entirely new right panel.
With the shift to WebExtensions, altering that UI would need some sort of WebExtension API (if accepted). Closing this as wontfix, if something is still wanted, please discuss with the WebExtension folks / file a bug under web extensions.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: