mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-27 02:43:07 +00:00
140262 - context menu for input type=password should include paste. patch by bz. r=biesi sr=me
This commit is contained in:
parent
61ece190e4
commit
85db8f1863
@ -732,7 +732,6 @@ nsContextMenu.prototype = {
|
||||
attrib = type.toUpperCase();
|
||||
|
||||
return( (attrib != "IMAGE") &&
|
||||
(attrib != "PASSWORD") &&
|
||||
(attrib != "CHECKBOX") &&
|
||||
(attrib != "RADIO") &&
|
||||
(attrib != "SUBMIT") &&
|
||||
|
Loading…
Reference in New Issue
Block a user