Page 1 of 1

Drop Down Lists with Numeric Values

Posted: Fri Sep 20, 2013 9:15 am
by gerhards
We have been testing our application using Firefox 23.0.1 and recently began testing with IE9.
In Firefox, our drop down lists with numeric values work fine, but in IE9, it will not let us make a selection. The alpha value drop downs work fine. I verified that my fields are initialized correctly.
Any ideas?

FYI - The database driven numeric value dropdowns work fine, the Selection choices are the problem. Here is the choices and values we are using:
Choices = ["Any Physician in Practice","ELLIOT MD, I (89)","ENDOCRINOLOGY-DEXA SCANS (962)"]

Choice values = 0,89,962

Re: Drop Down Lists with Numeric Values

Posted: Fri Sep 20, 2013 9:19 am
by Scott Klement
Hello Gerhards,

Can you send me a JSON dump of the screen that has the dropdown that fails on IE9? To create a JSON dump, navigate to the screen, and press Ctrl-F9. The browser will ask you to save a file named json.txt... save this file, and then send it to me.

You can attach it to a forum post, or e-mail to support@profoundlogic.com

Re: Drop Down Lists with Numeric Values

Posted: Wed Sep 25, 2013 8:21 am
by gerhards
Scott, Did you receive my email with the JSON dump? Any progress. This is also happening in IE10.

Re: Drop Down Lists with Numeric Values

Posted: Wed Sep 25, 2013 9:04 am
by Scott Klement
Yes, I received it. So far, however, it appears to be submitting the value correctly, so I have been unable to reproduce the problem.

Re: Drop Down Lists with Numeric Values

Posted: Wed Sep 25, 2013 10:55 am
by gerhards
Scott, Thanks for looking into this, but we finally found a program problem. We just switched to testing in IE9 and thought that was the issue. We are still dealing with some IE9 dropdown issues, but think we have them figured out. Thanks again.