Skip to content

Focusing an HTML input field with type="color" causes crash in Android 5.0.2. #86

@TechWizEric

Description

@TechWizEric

Evothings Client version: 1.1.2
Android version: 5.0.2

This issue is caused by an Android bug, whos details can be seen at: https://code.google.com/p/chromium/issues/detail?id=490616

Steps to reproduce:

  1. Add an input field with type="color" to an app, e.g. the Hello World example app. For example, add the following code:
    <input type="color" />
  2. Load the app in Evothings Client.
  3. Click the new input field to focus it.

Actual result:
The app exits with the error message "Unfortunately, Evothings has stopped".

Expected result:
A color selection box is shown.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions