Announcement

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

    FormItem.disable() not working on IE.

    Hi isomorphic,

    We are usign GWT 2.8.2 and SmartGWT 6.1-p20180801 power edition.

    Hi we are using .disable() to disable few comboBoxItems in our application.

    On Chrome it works fine. (dropdown not opening and red block image).
    But on IE it doesn't work (some block image is there but still dropdown gets opened on click).

    Please suggest.

    #2
    We're not seeing this behavior in our testing. It's likely there's some configuration in your application which we don't have locally.

    Can you show us a simple test case which demonstrates the problem?
    Ideally this should be a simple EntryPoint class which creates and draws a minimal set of widgets to reproduce the problem (possibly just a DynamicForm with appropriate items)

    Thanks

    Comment


      #3
      We just made a change that fixes a bug we did find in this area - we didn't see the picker opening, but we did see the style incorrectly changing from disabled to "focused" in IE. That's fixed for builds dated September 1 and later.

      On your reported problem, if you really are seeing the picker open, and not just seeing the style change, we'll still need to see a test-case, since that doesn't really make sense and we aren't seeing that behavior in testing.

      Comment

      Working...
      X