NetTalk Central

Author Topic: NT 12.41 Question  (Read 1304 times)

osquiabro

  • Hero Member
  • *****
  • Posts: 664
    • View Profile
    • Email
NT 12.41 Question
« on: June 30, 2022, 05:35:37 AM »
after update to 12.41 i saw that the autofill don't work, example in login page the username in 12.37 the autofilled working perfectly

is a new setting?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11155
    • View Profile
Re: NT 12.41 Question
« Reply #1 on: June 30, 2022, 08:54:26 PM »
there is an "autocomplete" option you can set for entry fields, and password field, which tells the browser whether you want the field to be filled or not.
That said, from what I can see here, with my own apps, behavior has not changed.

Cheers
Bruce

osquiabro

  • Hero Member
  • *****
  • Posts: 664
    • View Profile
    • Email
Re: NT 12.41 Question
« Reply #2 on: July 01, 2022, 05:45:13 AM »
is very strange if compile in nt 12.37 the autocomplete work without add any code

osquiabro

  • Hero Member
  • *****
  • Posts: 664
    • View Profile
    • Email
Re: NT 12.41 Question
« Reply #3 on: July 01, 2022, 06:03:09 AM »
Bruce in nt 12.37 the code generated by a template is:

loc:autocomplete = 'autocomplete="' & loc:Random.random(4,st:bottom) & '"'

in nt 12.47 it is loc:autocomplete = 'autocomplete=off'

maybe i think this is the problem or the difference between versions

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11155
    • View Profile
Re: NT 12.41 Question
« Reply #4 on: July 03, 2022, 09:40:44 PM »
Exactly as noted in the version release notes;

12.39 - 5 April
Add: AllowAutoComplete checkbox to browse EIP options. 2022
Change: autocomplete="off" attribute generated, not random value.

It's a template setting, so you can generate whatever you like into that field now.