[SUBMIT] autofill browser login broken in 11.0.24

[SUBMIT] autofill browser login broken in 11.0.24

avatar

I've upgraded my installation to 11.0.24 this morning and found that all my browser sessions configured for auto-login with IE embedded didn't work anymore, if [SUBMIT] was used originally. I've upgraded from 11.0.21, so that regression must have occurred in between.

I was able to "repair" some of them now by replacing [SUBMIT] with [ENTER], but not all. Also, if the "login button ID" required an HTML element ID (i.e. neither were SUBMIT nor ENTER working originally), that ID no longer works in 11.0.21, and ENTER and SUBMIT don't work either. So I'm left with a couple of session which fail to log on with 11.0.24.

In all cases the login form fields (username and password) are being filled correctly. It's only the final SUBMIT that doesn't work. Of course, as a workaround, we can click the login button manually :-)

Best regards, Thomas.

All Comments (6)

avatar

Hi Thomas,
I will ask Hubert to verify this Monday

David Hervieux

avatar

Hi,
I've just tried and it works fine for me. Do you have a public web site url you could give me? I've tried the forum with success.

David Hervieux

avatar

Hi David,

thank your for investigating. I will PM you because all our devices are on private IP addresses and the only public URL we had added before (that fails now) is operated by German Telekom for coordination of phone number transfers.

Best regards, Thomas.

avatar

Hello Thomas,

We had changed the way the [SUBMIT] works due to issues encountered previously. In the next version we will support the previous integration as well as the new one. In Web Browser entries there will be in Login > AutoFill a new option to choose to "Use legacy click". By default it will use the new mode. You can change it per session or change the default value in File > Options > Types > Web too.

If you want to change all the values for your web entries at once, you can execute a custom powershell batch action to change the value. Just select all the entries you want to change the value of, then right click > edit > batch edit > batch action > custom powershell, and enter the following:
$connection.Web.UseLegacyClick = 1;
$RDM.Save();A value of 0 will change the option to "default", 1 to "true" and 2 to "false". I hope this will help your issue starting with the next version.

Regards,

Hubert Mireault

avatar

Just to confirm: Works as you said in 11.1.0 with the power of the mighty legacy click ;-)

Best regards, Thomas.

avatar

Thanks for the feedback Thomas!

Regards,

Hubert Mireault