Skip to content

Select/option doesn't work in chrome 53 after inspectΒ #8006

@marcoturi

Description

@marcoturi

Short description of the problem:

Select/option doesn't work in chrome 53 after inspect.

What behavior are you expecting?

Open select box and see options list. Instead nothing happens. This issue happens only on chrome 53 desktop.

Steps to reproduce:

  1. Open Chrome and navigate to localhost:8100 after ionic serve
  2. Right click anywhere -> inspect element -> select any device
  3. Be sure to be on a page with a select box. Example:
controller.js
...
$scope.data = {}
$scope.data.list = ['1', '2', '3'];
$scope.data.selected = $scope.data.list[0];


view.html
            <ion-input class="item item-select text-align-left">
                <select
                        ng-options="value for value in data.list"
                        ng-model="data.selected">
                </select>
            </ion-input>

Which Ionic Version? 1.x or 2.x
1.3.1

Run ionic info from terminal/cmd prompt: (paste output below)
Your system information:

Cordova CLI: 6.1.1
Gulp version: CLI version 1.2.1
Gulp local: Local version 3.9.1
Ionic CLI Version: 1.7.16
Ionic App Lib Version: 0.7.3
ios-deploy version: 1.8.5
ios-sim version: 5.0.6
OS: Mac OS X El Capitan
Node Version: v5.6.0
Xcode version: Xcode 7.3.1 Build version 7D1014

Plunker that shows an example of your issue

http://plnkr.co/edit/Ph9G7pDcPtHV6PWvEq4U?p=preview

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions