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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 23 15:52:12 PDT 2012


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

           Summary: Delete text from password does nothing, proposed fix
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: carloschilazo at gmail.com


>From Chromium bug: http://code.google.com/p/chromium/issues/detail?id=121547

When issuing a delete command to a password textfield does nothing.
Problem is the command is disabled because of enabledDelete in /trunk/Source/WebCore/editing/EditorCommand.cpp

enabledDelete calls for enabledCut

Problem is, when it is a password field we cannot cut and therefore enabledCut returns false.

Proposed change will now call enabledInEditableText (just to make sure we dont run into the same problem as WebKit issue 56771)

-- 
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