Window AutoClose - Bug

0
0

Hi!

When I open a modal window, it is possible to close the first window by clicking outside the screen.

Could you check it, please?

Thanks,
Ulisses.

Attachment
  • You must to post comments
0
0

You have Me.AutoClose = True. AutoClose = “Automatically closes the form or dialog when the user clicks anywhere on the browser outside of the form.”

  • Ulisses
    Luca, but shouldn’t that be avoided because there is a modal window at the front?
  • Ulisses
    And setting AutoClose = False before calling the modal window does not work either.
  • Luca (ITG)
    Call form.Update() after setting AutoClose = false (will add a bug for this). The concept of modal doesn’t exist in the browser, the AutoClose property registers an event for the form and closes it so it should be used with care. It is meant to be used with modal dialogs (that do not create other modal dialogs) that allow the user to tap or click outside to dismiss the dialog. I will add an enhancement request to see if it’s possible to control the sequence.)
  • Ulisses
    Thanks!
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.