140262 - context menu for input type=password should include paste. patch by bz. r=biesi sr=me

This commit is contained in:
blakeross%telocity.com 2002-05-05 20:39:50 +00:00
parent 61ece190e4
commit 85db8f1863

View File

@ -732,7 +732,6 @@ nsContextMenu.prototype = {
attrib = type.toUpperCase();
return( (attrib != "IMAGE") &&
(attrib != "PASSWORD") &&
(attrib != "CHECKBOX") &&
(attrib != "RADIO") &&
(attrib != "SUBMIT") &&