Announcement

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

  • Isomorphic
    replied
    It seems like you're saying that calling isc.say() when you have a modal mask showing for a modal window removes the modal mask. If so, great: as previously indicated:

    Please let us know if you can find a way for this to be reproducible, with specifics about the skin and code used, and make sure it is tested against the latest patched version as well.

    Leave a comment:


  • preeti_kanyal
    replied
    Sorry, SC.say never has modal mask. The modal mask is of Window B.
    In my case there is window's hierarchy.
    there are 2 windows onto above which SC.say is callled.
    Window B opens on top of Window A and Sc.say opens on top of Window B.

    For every first tym when SC.say is called, Window B's modal mask is intact.
    As soon as i click on 'Ok' button of sC.say , modal mask of window B vanishes.
    Attaching screenshot.

    I am using Tahoe Theme.

    Code used for SC.say:
    SC.say(MESSAGES.noOpeningsSelected());
    Attached Files

    Leave a comment:


  • Isomorphic
    replied
    Not reproducible. Please let know if you can find a way for this to be reproducible, with specifics about the skin and code used, and make sure it is tested against the latest patched version as well.

    Leave a comment:


  • For first time modal mask does not comes for SC.say

    Hi,
    I am using <smartgwt.version>12.1-p20210219</smartgwt.version>

    if you call SC.say() first time, it's without ModalMask and for rest of times it shows modal mask.

    For Only first time it does not show modalmask
Working...
X