[TIMOB-4535] Android: Focus Search Bar/Blur Search Bar (KitchenSink) have delayed log
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-02T22:03:16.000+0000 |
Affected Version/s | Release 1.7.1, Release 1.7.2 |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Alan Vaghti |
Assignee | Ingo Muschenetz |
Created | 2011-06-30T14:09:42.000+0000 |
Updated | 2017-05-02T22:03:16.000+0000 |
Description
1) Controls>Search bar
Pressing Focus does not do anything in the log.
Pressing Blur does both Focus then Blur in log in that order:
I/TiAPI (25237): (kroll$80: app://examples/searchbar.js) [9405,1704906] search bar: focus received
I/TiAPI (25237): (kroll$80: app://examples/searchbar.js) [3,1704909] search bar:blur received
EDIT: Not Xoom specific, reproducible on Android Emulator 2.3.3
Bug still occurs on: SDK build: 2.0.0.v20120328183230 Runtime: v8 Titanium Studio, build: 2.0.0.201203291340 Device: HTC Amaze 4G (2.3.4) Note: Did not test on rhino.
Bug now occurs with a slight order change of logs. Pressing Focus does not do anything in the log. Pressing Blur fires both Blur then Focus in log in that order: 12-13 15:17:19.283: I/TiAPI(25493): search bar:blur received 12-13 15:17:19.283: I/TiAPI(25493): search bar: focus received Titanium SDK:3.0.0.v20121211174657 Titanium Studio:3.0.0.201212071410 Device : Nexus 7 Android 4.1
Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.