[AC-3139] When event is attached to parent, webView is freeze
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-07-17T11:34:30.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Quang Pham |
Assignee | Mauro Parra-Miranda |
Created | 2012-07-11T23:20:38.000+0000 |
Updated | 2016-03-08T07:48:12.000+0000 |
Description
Steps to Reproduce
Titanium.UI.setBackgroundColor('#000'); var win = Titanium.UI.createWindow({ title:'Tab 1', backgroundColor:'#fff' }); var web = Ti.UI.createWebView({ url: 'http://maps.google.com' }); win.add(web); // /* Bug gone when comment this event win.addEventListener('click', function () { Ti.API.log('Here'); }); // */ win.open();Actual Result
can't do anything within webViewExpected Result
google maps is pinch, drag ableAttachments
File | Date | Size |
---|---|---|
.log | 2012-07-11T23:21:18.000+0000 | 7276874 |
diagnostic4097847541750139491.log | 2012-07-11T23:21:29.000+0000 | 3825 |
DUP issue.