[TIMOB-1730] Android: Number/Punctuation Keyboard doesn't allow Punctuation
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:57:00.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | Android |
Labels | android, defect |
Reporter | Don Thorp |
Assignee | Don Thorp |
Created | 2011-04-15T03:00:43.000+0000 |
Updated | 2011-04-17T01:57:00.000+0000 |
Description
Key filter is probably wrong.
(from [ed4d837742bd613b434d83507e7133a4277b9629]) [#1348 state:fixed-in-qa] [#1730 state:fixed-in-qa] Rewrote the keyboard setup routine to take all modifiers and selectors into consideration when initializing and changing. Add a custom key handler to allow numbers and a set of punctuation chars, when the keyboard was numbers_and_punctuation http://github.com/appcelerator/titanium_mobile/commit/ed4d837742bd613b434d83507e7133a4277b9629"> http://github.com/appcelerator/titanium_mobile/commit/ed4d837742bd6...
Don - the alt chars are failing (KS>controls>textfield>keyboard>tap numbers/Punc>tap the alt key and try things like the euro symbol,yen symbol, pound, trademark copy write etc), new bug or add to this record?
I knew at somepoint some characters wouldn't pass. I'll have to right a new keyboard handler that explicitly denies alpha characters and allows everything else, but even then it's going to be difficult across all languages. Let's open a new ticket regarding international and other non-common punctuation chars.
opening a new record for noted issue, closing this as resolved