Bug 58540

Summary: Disable speech input for readonly and disabled input fields.
Product: WebKit Reporter: Satish Sampath <satish>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: steveblock
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch tkent: review+

Description Satish Sampath 2011-04-14 06:53:08 PDT
The speech input button currently accepts clicks and inserts the recognized string into the input field even if the field was readonly or disabled. This should not be possible.
Comment 1 Satish Sampath 2011-04-14 06:55:47 PDT
Created attachment 89578 [details]
Patch
Comment 2 Kent Tamura 2011-04-14 08:21:09 PDT
Comment on attachment 89578 [details]
Patch

ok
Comment 3 Satish Sampath 2011-04-14 08:52:18 PDT
Committed r83862: <http://trac.webkit.org/changeset/83862>