View unanswered posts | View active topics It is currently Thu May 15, 2025 4:43 pm



Reply to topic  [ 6 posts ] 
 "This webpages has disabled automatic filling for this form" 
Author Message
User avatar

Joined: Sat May 07, 2011 11:01 am
Posts: 5825
Location: Zolar
Reply with quote
{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.

_________________
ImageImageImageImage


Thu Aug 22, 2013 11:26 pm
Profile WWW

Joined: Fri Jun 25, 2010 1:16 am
Posts: 3824
Reply with quote
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!


Fri Aug 23, 2013 12:08 am
Profile

Joined: Fri Jan 06, 2012 3:10 am
Posts: 1653
Location: Shredding NPCs and fantasizing about natural Dysons in this beefy UFO that I built in my basement
Reply with quote
I'm using Chrome and I don't get the message. There's got to be a setting in Chrome that can be changed (?)

_________________
PLURVION: Immortal GP Jedi and Loyal Distinguished Minion to Ms. T.
ImageImage


Fri Aug 23, 2013 12:17 am
Profile
User avatar

Joined: Sat May 07, 2011 11:01 am
Posts: 5825
Location: Zolar
Reply with quote
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)

_________________
ImageImageImageImage


Fri Aug 23, 2013 12:24 am
Profile WWW
User avatar

Joined: Thu Oct 11, 2012 1:48 pm
Posts: 539
Location: The underside of your ship
Reply with quote
Yup, minor annoyance, but would like to see it go away.

_________________
Image
Image
You're the hero but I'm in charge.


Fri Aug 23, 2013 2:34 pm
Profile
User avatar

Joined: Wed Jul 25, 2012 3:11 am
Posts: 899
Location: Turn Around
Reply with quote
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

_________________
Image
Image


Fri Aug 23, 2013 3:02 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 6 posts ] 

Who is online

Users browsing this forum: No registered users and 55 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.