Not sure it's IE11 or SGWT issue, Chrome works fine. It's OK if a drop down 's just used for picking values. But when it's value used to drive s logic, the logic got messed up. Say you got on the drop down, change event handler that should never be fired in the case of original screen loading. And in Chrome, it never is because i'st value is never changed when dd is loaded. In IE11, however, the handler reacts to the "Loading..." value that was assumed by the dd and that makes the handler logic give unpredictable result as the value - "Loading..." - is never anticipated by the code
Announcement
Collapse
No announcement yet.
X
Comment