[Webkit-unassigned] [Bug 92040] Delete text from password does nothing, proposed fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 25 01:12:59 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=92040





--- Comment #10 from Carlos <carloschilazo at gmail.com>  2012-07-25 01:13:02 PST ---
Previous patches added regression, specifically for editor test "enabling-and-selection" and "enabling-and-selection2" because we were providing always or editable enabled on the field.

New patch provides desired functionality of allowing delete from context menu on password fields and I dont get any regression from it.

Check for password field makes sure we have a valid range, we have a root and we can edit it, test mentioned above now gets enabledWithEditableRange which is the expected result for that test.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list