Galaxy Legion Forum
http://galaxylegion.com/forum/

"This webpages has disabled automatic filling for this form"
http://galaxylegion.com/forum/viewtopic.php?f=5&t=37548
Page 1 of 1

Author:  thunderbolta [ Thu Aug 22, 2013 11:26 pm ]
Post subject:  "This webpages has disabled automatic filling for this form"

{Chrome Only}

Hey Dan. Is there any chance you can move the autocomplete="off" attribute from the form field to the text input field? It would stop the ugly message (in the title) from appearing whenever I go to type something in the legion chat. It bugs the heck out of me, and the solution is that simple.

Instead of:
Code:
<form id="chatform" autocomplete="off" style="padding-left:20px;">   
    <input type="text" maxlength="254" size="80" id="commmsg">
    <input id="commsend" type="submit" class="btn blue" style="display:none" value="SEND">
    <img id="sendprogress" style="display: none;" src="https://galaxylegion-erismedia.netdna-ssl.com/galaxylegion/images/icons/blinker.gif"> 
    </form>

It'd be better as:
Code:
<form id="chatform" style="padding-left:20px;">   
    <input type="text" maxlength="254" autocomplete="off" size="80" id="commmsg">
    <input id="commsend" type="submit" class="btn blue" style="display:none" value="SEND">
    <img id="sendprogress" style="display: none;" src="https://galaxylegion-erismedia.netdna-ssl.com/galaxylegion/images/icons/blinker.gif"> 
    </form>


Simple change, easy fix. Kind of a quality of life thing, but hey ho. This only affects Chrome, but it doesn't seem worth changing browsers just for that. It obscures part of the comm, which is a pain if new messages come up.

Author:  ODragon [ Fri Aug 23, 2013 12:08 am ]
Post subject:  Re: "This webpages has disabled automatic filling for this form"

This is a relatively new problem and if that's all it takes for him to fix it, I am aboard. It is minor but fixing easy is good!

Author:  PLURVIOUS [ Fri Aug 23, 2013 12:17 am ]
Post subject:  Re: "This webpages has disabled automatic filling for this form"

I'm using Chrome and I don't get the message. There's got to be a setting in Chrome that can be changed (?)

Author:  thunderbolta [ Fri Aug 23, 2013 12:24 am ]
Post subject:  Re: "This webpages has disabled automatic filling for this form"

Not that I know of at all. Sometimes it doesn't come up, but mostly it does. It's a relatively new problem, so it may be that your Chrome hasn't updated?

EDIT: If you have autofill turned off completely, you won't get this.

EDIT2: Also only if you click twice. (Notice: Different from double clicking)

Author:  Kara Thrace [ Fri Aug 23, 2013 2:34 pm ]
Post subject:  Re: "This webpages has disabled automatic filling for this form"

Yup, minor annoyance, but would like to see it go away.

Author:  Topherousenator [ Fri Aug 23, 2013 3:02 pm ]
Post subject:  Re: "This webpages has disabled automatic filling for this form"

Yup. Clicking once won't trigger it, but if you click again after already clicking the blinking typing thingy, then you'll get the message. It doesn't really bother me, though. :P

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/