Bug 81944

Summary: [BlackBerry] Add pattern matching for hexadecimal type input fields
Product: WebKit Reporter: Mike Fenton <mifenton>
Component: WebKit BlackBerryAssignee: Mike Fenton <mifenton>
Status: RESOLVED FIXED    
Severity: Normal CC: rwlbuis, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
rwlbuis: review+, rwlbuis: commit-queue-
Updated Patch none

Mike Fenton
Reported 2012-03-22 11:58:47 PDT
If the pattern attribute of a text input field indicates it only accept hexadecimal input it should be treated as a hexadecimal type.
Attachments
Patch (5.67 KB, patch)
2012-03-22 12:02 PDT, Mike Fenton
rwlbuis: review+
rwlbuis: commit-queue-
Updated Patch (5.66 KB, patch)
2012-03-22 12:18 PDT, Mike Fenton
no flags
Mike Fenton
Comment 1 2012-03-22 12:02:03 PDT
Rob Buis
Comment 2 2012-03-22 12:13:34 PDT
Comment on attachment 133311 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=133311&action=review Looks good, with one cleanup possibility. > Source/WebKit/blackberry/WebKitSupport/DOMSupport.cpp:388 > +bool elementPatternIndicatesHexadecimal(const WebCore::HTMLInputElement* inputElement) No need for WebCore:: prefix.
Mike Fenton
Comment 3 2012-03-22 12:18:58 PDT
Created attachment 133321 [details] Updated Patch
WebKit Review Bot
Comment 4 2012-03-22 15:12:40 PDT
Comment on attachment 133321 [details] Updated Patch Clearing flags on attachment: 133321 Committed r111772: <http://trac.webkit.org/changeset/111772>
Note You need to log in before you can comment on or make changes to this bug.