Announcement

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

    Modal window not covered by 2nd Modal window's modal mask

    Hi Isomorphic,

    I'm using v10.1p_2016-11-25 and have the following minor problem:

    I open a modal window with setModalMaskOpacity(). A button in this window opens another modal window with setModalMaskOpacity().
    The modal mask now covers the same area as before. I'd expect it to cover the (unclickable as expected) 1st window as well.

    I'm not sure if the rest of the window, that is covered by two modal masks should get even darker, but I'd definitely expect the 1st window to be covered.

    Is this a bug or is my expectation wrong here?

    Thank you & Best regards
    Blama

    #2
    We're not reproducing this on our end. In our testing the modal window that was shown first is occluded by the modal mask of a modal window shown afterwards, as it should be.
    There must be something specific about your usage which causes this problem.
    If you can show us a small test case we can run on our end to try to reproduce the problem, we'll take a look.

    Thanks
    Isomorphic Software

    Comment


      #3
      Hi Isomorphic,

      sorry, creating a testcase I noticed it was a stupid mistake on my side - I missed the 2nd setShowModalMask(true) and only used setModalMaskOpacity(70).

      Thank you & sorry for bothering
      Blama

      Comment


        #4
        Thanks for the follow up. It's always nice when we can "fix bugs" by doing nothing! :)

        Comment

        Working...
        X