Closed Bug 726487 Opened 12 years ago Closed 11 years ago

Widgets of the same add-on have to be placed under the same toolbaritem node

Categories

(Add-on SDK Graveyard :: General, enhancement, P3)

enhancement

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: whimboo, Unassigned)

References

()

Details

As given by the MDN any items in a toolbar should be grouped per add-on inside a toolbaritem node. For example:

<toolbaritem id="test-jetpack">
  <label>Whatever I will show here</label>
  <toolbarbutton id="myext-button1" class="toolbarbutton-1" label="Label1" />
</toolbaritem>

That way widgets of the same add-on can moved around together.
Severity: normal → enhancement
Priority: -- → P3
When Australis lands widget will be deprecated so we won't be working on this.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.