Closed Bug 291052 Opened 19 years ago Closed 18 years ago

usaa.com - Submit button non-responsive on click, hitting enter works

Categories

(Tech Evangelism Graveyard :: English US, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED WORKSFORME

People

(Reporter: u88484, Unassigned)

References

()

Details

Happening for past couple of weeks when I try to click on the 'Log On' button,
hitting enter works fine.

Code for the button
<button onclick="return submitDynamicAction('submit','','');"
name="Button[action]submit[/action]" title="Log On"
id="PsButton_[action]submit[/action]" value="Log On" class="action"
type="submit">Log On</button>

script for at least the submitDynamicAction

<script language="JavaScript1.2" type="text/javascript">


	function dynamicAction(Action)
	{
		if (isObject(document.Logon)){

			
			
			if (true)
			{
				
				document.Logon.PS_DYNAMIC_ACTION.value = Action;
				
				
				document.Logon.submit();
			}
		}
		return false;
	}


	function submitDynamicAction(Action,Target,Context)
	{
		return dynamicAction("PsDynamicAction_[action]" + Action + "[/action][target]"
+ Target + "[/target][context]" + Context + "[/context]");
	}

</script>


I tried to make a testcase but way over my head
Summary: Submit button non-responsive on usaa.com → Submit button non-responsive on www.usaa.com
The page is in standards mode. Then these kind of (which is IE scripting) 
things - document.Logon - don't work in Firefox. They would work when the page
was in quirks mode.

So the page should be changed to quirks rendering mode or the page should use
standard dom methods.
Component: General → English US
Product: Firefox → Tech Evangelism
Assignee: firefox → english-us
QA Contact: general → english-us
Summary: Submit button non-responsive on www.usaa.com → usaa.com - Submit button non-responsive on click, hitting enter works
*** Bug 243148 has been marked as a duplicate of this bug. ***
*** Bug 302421 has been marked as a duplicate of this bug. ***
WFM now, donno if my bank changed the way we login becuase I can't remember how
I found out that information last time.
For the record, this works with Camino.

I think we can close this per comment 4 and this comment.

However, before we do, I'd like to take this opportunity to ask all the affected people on the cc list to take a look at a similar bug, bug 344046. We need the help over there. :)

cl
Going to mark this WFM but I'm not sure if this was fixed by USAA.com or a cairo related patch some time ago.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
For the record, I doubt Cairo had anything to do with it, since it's working in Camino 1.0.x, which came out well before the Cairo stuff landed (and is on the 1.8.0.x branch, which it never landed on, IIRC).

cl
Status: RESOLVED → VERIFIED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.