Bug 33166
| Summary: | [Qt] Accepts all the input characters in a field restricted for numbers only | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vikram <vikram.malaiya> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Major | CC: | hausmann, kent.hansen, peojala11, timothy.lu |
| Priority: | P2 | Keywords: | Qt |
| Version: | 528+ (Nightly build) | ||
| Hardware: | S60 Hardware | ||
| OS: | S60 3rd edition | ||
Vikram
STEPS TO REPRODUCE:
1.Open Browser and Load http://waplabdc.nokia-boston.com/browser/users/enterno.html
2.Enter text in the field given
ACTUAL RESULTS:
Accepts all the characters on the keyboard
EXPECTED RESULTS:
Only numeric input should be accepted
Show » STEPS TO REPRODUCE: 1.Open Browser and Load http://waplabdc.nokia-boston.com/browser/users/enterno.html 2.Enter text in the field given ACTUAL RESULTS: Accepts all the characters on the keyboard EXPECTED RESULTS: Only numeric input should be accepted
Internally linked to - https://qtrequirements.europe.nokia.com/browse/BR-976
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Tor Arne Vestbø
Please follow the QtWebKit bug reporting guidelines when reporting bugs.
See http://trac.webkit.org/wiki/QtWebKitBugs
Specifically:
- The 'QtWebKit' component should be used for bugs/features in the public QtWebKit API layer, not to signify that the bug is specific to the Qt port of WebKit
http://trac.webkit.org/wiki/QtWebKitBugs#Component
Kent Hansen
The URL is invalid, closing bug. Please update the URL or attach a testcase.
Timothy Lu
Here is a valid URL. Reopened.
http://waplabdc.nokia-boston.com/browser/users/diana/enterno.html
Simon Hausmann
I think this bug is limited to text input through _input methods_. Through the regular keyboard - using regular key events - this isn't reproducible. But I can very well imagine that it doesn't work when the text comes from the input method as preedit or commit string.
Petri Ojala
Yes, this is a bug in input method handling. See 33165
Please, mark this bug as a duplicate of 33165
Petri Ojala
Marked as duplicate
*** This bug has been marked as a duplicate of bug 33165 ***