Hi All,
I am experiencing a problem in DS1.6 (SP0 and SP1) in M mode with the On Select event for the Dropdown Box.
When an item is selected in the drop down list the On Select event is fired - this is expected - but the very next click anywhere in the application fires the event a second time - this is not expected.
Steps to reproduce:
- Create a blank DS1.6 application in M mode.
- Add a single Dropdown Box component (anywhere).
- Add two or more items to the Dropdown Box (values are not important).
- Add the following code to the On Select event for the Dropdown Box: APPLICATION.alert("Hi");
- Run the application (locally will do).
- Select a new value in the Dropdown Box. The app says "Hi". Close the alert.
- Click anywhere on the app. The app says "Hi". Close the alert.
Is anyone else experiencing the same problem or am I doing something wrong?
PS: I have noted the above behaviour in the BI Mobile App and IE 11. I am unable to test with other browsers.
Regards, Pat