[TIMOB-6219] Android: Parity: Map - v8, Rhino not able to have pin as click source in map view
GitHub Issue | n/a |
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2012-02-09T15:22:11.000+0000 |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | n/a |
Components | Android |
Labels | parity |
Reporter | Michael Pettiford |
Assignee | Marshall Culpepper |
Created | 2011-11-17T14:37:33.000+0000 |
Updated | 2017-03-17T18:22:58.000+0000 |
Description
Clicking on a pin in map view brings up an annotation, then clicking the annotation shows click source as being title, which is correct, however the functionality should exist where click source can be pin.
Steps to reproduce
1. Create a new titanium mobile project
2. Replace the app.js just created with the one attached
3. Run the app
4. Click on a red pin
5. Click on the annotation shown
Actual result:
Annotation with title is displayed, but can't get pin as click source
Expected result:
when clicking a red pin, an alert is displayed with pin as click source
Attachments
File | Date | Size |
app.js | 2011-11-17T14:37:33.000+0000 | 736 |
I can't reproduce the failure on master. I'm getting clicksource=pin on both V8 and Rhino.
Closing ticket as the issue cannot be reproduced.