Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

[[ Bug 22843 ]] Implement modal/sheet without waiting #7404

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

montegoulding
Copy link
Member

This patch implements:

{modal | sheet} <stack> without waiting and go <stack> as {modal | sheet} without waiting

This patch ensures if `MCPlatformWaitForEvent` will return true if either
it found an event in the specified time or it ran a modal session which
will trigger event handling for the target window.
This patch adds the `without waiting` clause to the modal and sheet subwindow
commands.
                                                                                
This patch adds the `without waiting` clause to the go as modal and sheet   
commands.
                                                                                
This patch adds a parameter to `MCStack::openrect` to wait while opening. This
param replaces the previous implicit wait while opening behavior when the
window mode was modal or sheet.
This patch adds a release note for the new `without waiting` clause in the
`modal`, `sheet` and `go` commands.
This patch updates the `go`, `modal` and `sheet` commands to document the new
`without waiting` clause for modal and sheet dialog boxes.
This patch adds  test for the subwindow without waiting clause.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant