dotvvm icon indicating copy to clipboard operation
dotvvm copied to clipboard

Postbacks inside postbacks

Open tomasherceg opened this issue 5 years ago • 0 comments

During the execution of a postback or static command, another postback/static command can be invoked (either by a postback handler or from a JS function...).

There are several combinations that can happen (postback inside postback, postback inside a static command, and so on).

We need to further investigate it. Based on what we find, we should:

  • make sure it works and is covered by tests
  • disable the particular combinations if they cannot be supported

tomasherceg avatar Nov 07 '20 16:11 tomasherceg