04-25-2023, 08:35 PM
I am using Intraweb 15.3.3 with Rad Studio 10.2.3 (C++ Builder)
I copied a small Bootstrap template code to create a login page. It is on Form2 on the attached demo.
If the template is on the main form, it works fine.
But when it is loaded on a second form which is launched from the main form IWButtons are not working as expected!
How to reproduce:
1. Run the application
2. Click on the button to open the Form 2
3. Click on any button on Form 2. No action will be performed!
Only after a second click, then the IWButton action will be performed.
What is weird is that there is no JavaScript code in the template which can interfere with IWButton events.
So, what is causing this weird behaviour? A conflict between Bootstrap codes and Intraweb?
I copied a small Bootstrap template code to create a login page. It is on Form2 on the attached demo.
If the template is on the main form, it works fine.
But when it is loaded on a second form which is launched from the main form IWButtons are not working as expected!
How to reproduce:
1. Run the application
2. Click on the button to open the Form 2
3. Click on any button on Form 2. No action will be performed!
Only after a second click, then the IWButton action will be performed.
What is weird is that there is no JavaScript code in the template which can interfere with IWButton events.
So, what is causing this weird behaviour? A conflict between Bootstrap codes and Intraweb?