Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    IE11 drop down assumes value "Loading..." when loading values

    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

    #2
    Take a look at the FAQ in the forums and the Debugging topic (in the JavaDoc) for how you should report issues and what to include in your post.

    Comment

    Working...
    X