answered
2017-01-20 18:25:42 +0200
The select elements on the pandora site have event listeners on them and I wondered whether this stopped it working. So I created a test webpage; I copied one of a selects from the pandora site, and duplicated it. On the second I added an event listener, which alerts with the selection value.
Source: https://gist.github.com/revad/7c22150b83c42681509422e06d4c3fc1#file-jolla_select_test_1-html
I tested it as a local file on my Jolla C 2.0.5.6; opened it in file manager. The first selector works and the second doesn't - it issues the alert without allowing you to select anything. So it looks like the event is firing too soon.
I made an error. I added a 'click' event whereas the pandora site uses a 'change event'. With a 'change' event it does allow selection - but doesn't alert. Which is interesting but doesn't explain the problem :(
Sorry.
@DarkTuring I suggest you raise an issue here, referencing this qn:
https://github.com/sailfishos/sailfish-browser/issues
you mean combos ? yes nor working on that site. elsewhere.it is
pawel ( 2017-01-19 07:36:06 +0200 )editWorks fine in Webcat.
leszek ( 2017-01-20 16:01:53 +0200 )edit