Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7881] Android: Gingerbread 2.3.X: Emulator: WebView html property crashes app

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionDuplicate
Resolution Date2012-03-14T15:45:37.000+0000
Affected Version/sRelease 1.8.1
Fix Version/sn/a
ComponentsAndroid
Labelsmodule_webview, qe-testadded, regression
ReporterDustin Hyde
AssigneeMarshall Culpepper
Created2012-03-05T12:05:46.000+0000
Updated2013-05-01T20:08:37.000+0000

Description

When the html property of a WebView is accessed, the app will crash. Log attached. Steps to Reproduce: 1. Run code on 2.3.3 Emulator. Note: This is a minimum fail case. TIMOB-974 sample code can be used for a more realistic example.
var webView = Ti.UI.createWebView();

webView.html;
Expected Result: App should not crash. Actual Result: Crash.

Attachments

FileDateSize
1.8.1+ v8-rhino android webview crash log.txt2012-03-05T12:05:46.000+000010565

Comments

  1. Bill Dawson 2012-03-14

    Duplicates TIMOB-2682. The Gingerbread emulator is buggy wrt WebView.
  2. Dustin Hyde 2013-05-01

    Closing.

JSON Source