Announcement

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

    isc.say() and isc.warn() dialog height not auto sizing when width is specified

    SmartClient Version: v12.0p_2019-06-12/LGPL Deployment (built 2019-06-12)
    Browser: Chrome Version 79.0.3945.117 (Official Build) (64-bit)

    When I execute isc.say() or isc.warn() and specify a dialog width, the height of the dialog does not auto size to fit the content. Instead, it provides a vertical scrollbar. Is there a way to get it to auto size the height to fit the content when specifying a width? The code sample I am using is the following:

    isc.warn("One<br/>Two<br/>Three<br/>Four", null, {width: 600});

    #2
    Thanks for the notification. This issue has now been resolved.
    The change is already present in the 12.1 branch, and will be in 12.0 builds starting with the next nightly build (Jan 29 2020 and above)

    Regards
    Isomorphic Software

    Comment


      #3
      Thanks!

      Comment

      Working...
      X