зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1059877 - Add type=radio to toolbox frame popup menuitems. r=ochameau
This commit is contained in:
Родитель
c8e13e64ff
Коммит
f91c6be227
|
@ -1541,6 +1541,7 @@ Toolbox.prototype = {
|
|||
}
|
||||
if (!item) {
|
||||
item = this.doc.createElement("menuitem");
|
||||
item.setAttribute("type", "radio");
|
||||
item.setAttribute("data-window-id", win.id);
|
||||
if (win.parentID) {
|
||||
item.setAttribute("data-parent-id", win.parentID);
|
||||
|
|
Загрузка…
Ссылка в новой задаче