Bug 1059877 - Add type=radio to toolbox frame popup menuitems. r=ochameau

This commit is contained in:
Tim Nguyen 2015-07-03 04:33:00 -04:00
Родитель c8e13e64ff
Коммит f91c6be227
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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);