Atozed Forums
IW 15.1.x error in TIWImageButton - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: IW 15.1.x error in TIWImageButton (/thread-1196.html)



IW 15.1.x error in TIWImageButton - aimpera - 08-20-2019

Hi,

I noticed a strange behavior
in Intraweb 15.1.x when I click on a TIWImageButton with no events defined, the browser does a submit event (a refresh).
Using a previous version (I tested iw 15.0.21) clicking does nothing, as expected.

What's wrong?
(To reproduce It's sufficient to put a TIWImageButton  in a empty form and compile with IW 15.0.x and 15.1.x)

Best Regards, Alfredo


RE: IW 15.1.x error in TIWImageButton - brsoft - 08-20-2019

Hi aimpera,
I have a similar problem with TIWEdit:

"Pressing Enter Causes Two Types of Operating Problems:
1. If ServerController "Users can start multiple independent sessions in browser tabs" = TRUE, the form will close and return to the previous form.
2. If the ServerController "Users can start multiple independent sessions in browser tabs" = FALSE, the OnRender event of the form starts to work. "

I tried with TIWButton and really, if ServerController "Users can start multiple independent sessions in browser tabs" = TRUE then TIWImageButton will close the form as well.

Here is the post:
https://atozed.com/forums/thread-1181-page-2.html


RE: IW 15.1.x error in TIWImageButton - Alexandre Machado - 08-20-2019

I'm testing the provided sample application and I should have an answer soon.


RE: IW 15.1.x error in TIWImageButton - aimpera - 08-21-2019

Hi,
I can confirm: with 15.1.4 version the submit effect is gone.

Best Regards