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

git-svn-id: svn://10.0.0.236/trunk@205637 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com 2006-07-29 05:40:33 +00:00
parent 9958bdfb5e
commit 28a8c5c763

View File

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