Bug 128721 - view inconsistent with dom for options selected
Summary: view inconsistent with dom for options selected
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: iPhone / iPad iOS 7.0
: P2 Normal
Assignee: Nobody
URL: http://jsfiddle.net/ySmah/16/
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-12 20:22 PST by clkao
Modified: 2022-01-30 08:48 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description clkao 2014-02-12 20:22:51 PST
Please visit the url to reproduce, note that after you select "1" from the dropdown, it becomes "2".  However when you inspect the dom elements, you'll see the "1" option is indeed selected.  This probably have something to do where the empty option is removed by angularjs.  A screenshot of dom in question can be found in https://github.com/angular/angular.js/issues/5132#issuecomment-34842552, which also links back to the original angular issue.

This only happens on iOS on iPhone/iPad.