зеркало из https://github.com/mozilla/pjs.git
Bug 133842: Accesskey 'B' was incorrectly applied to every item in the View > Use Style menu. Patch by fantasai@escape.com, r=jag, sr=alecf, a=asa.
This commit is contained in:
Родитель
e005fcf041
Коммит
662e182b20
|
@ -1314,7 +1314,8 @@ function stylesheetFillPopup(menuPopup)
|
|||
lastWithSameTitle = currentStyleSheets[currentStyleSheet.title];
|
||||
|
||||
if (!lastWithSameTitle) {
|
||||
var menuItem = itemNoOptStyles.cloneNode(false);
|
||||
var menuItem = document.createElement("menuitem");
|
||||
menuItem.setAttribute("type", "radio");
|
||||
menuItem.setAttribute("label", currentStyleSheet.title);
|
||||
menuItem.setAttribute("data", currentStyleSheet.title);
|
||||
menuItem.setAttribute("checked", !currentStyleSheet.disabled);
|
||||
|
|
Загрузка…
Ссылка в новой задаче