TWebMainMenu should be disabled when a popup form is active.

I found that while a popup dialog is displayed, the TWebMainMenu at the top of the main page remains accessible (not disabled):

I have attached a demo here:
58. Popup form.zip (3.2 MB)

I was wondering whether TWebMainMenu should be disabled just like the other components on the form. Any advice would be helpful!

We fixed this issue. The upcoming v2.8.0.0 release will address this.

1 Like

Hi Bruno,

I tested the issue under TMS WEB Core 2.8, and it appears to be resolved in most scenarios. However, if I manually disable and then re-enable the TWebMainMenu on the main form after the popup form is created, the issue still occurs.

Here is revised demo project for the reference:
58. Popup form v2.zip (3.3 MB)

After opening the popup form and clicking the "Disable and Enable Components" button, you’ll notice that TWebMainMenu becomes enabled and clickable again, even though it shouldn’t be.

Thanks,

We fixed this rare issue. Next release will have this fix.