Announcement

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

    Filter search and the filter drop down icons overlap

    I upgraded Smart Client libraries to Version 10.0 from 8.2; After upgrade; Filter search and the filter drop down icons overlapping making it uncomfortable view on the UI.
    Please refer to the attachment for the exact image as displayed on the browser. The same issue is seen on both IE and FireFox.

    The issue here is : Its a ListGrid component, we use filter inside the ListGrid and we have no control over the size of the components in it. However on the Browser it appears to have overlapped and no clarity is seen.

    Please investigate this and let us know by when a fix can be provided

    Regards,
    Harish
    Attached Files

    #2
    We'll check this one out too. This is the third issue from using an obsolete skin. Also, these older skins don't provide mobile support.

    Comment


      #3
      We've made a change to resolve this issue (will be present in the next nightly build (June 5) and above.

      Note that due to cacheing settings, which are typically aggressive for the skin files, you may not see the fix show up right away. You can clear your browser cache to ensure you pick up the latest skin files, or you can reiterate the change in your application code by adding the following line:
      Code:
      isc.ComboBoxItem.addProperties({textBoxStyle:"textItem"});
      Regards
      Isomorphic Software

      Comment

      Working...
      X