Closed Bug 359005 Opened 18 years ago Closed 17 years ago

Camino prompts twice to save password

Categories

(Camino Graveyard :: General, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: thbarnes, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1) Gecko/20061031 Camino/1.1a1+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1) Gecko/20061031 Camino/1.1a1+

Camino crashes when using invalid credentials at http://www.myuhc.com 

Camino also requests to save username and password in keychain twice in the process

Reproducible: Always

Steps to Reproduce:
1. Go to https://www.myuhc.com
2. Enter any invalid username or password (invalid)
3. Click 'Login'



Expected Results:  
Website should display login (invalid username/password) error

Talkback Crash ID TB25337653X
I see the double-login problem (which I'm fairly sure is a site issue) but I can't reproduce the crash.

Can you attach a crash log to this bug, please? You should be able to copy and paste it from Console.

cl
Bug (crash) no longer reproducible. Marking 'Works For Me'.

Site error still generates double-login problem.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
I'm curious to know if you did anything (basic troubleshooting sort of stuff) to fix it.

I'm going to re-open this until we figure out what the double-login problem is, though.

cl
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Fixing summary.
Summary: Camino Crashes On Failed Login → Camino prompts twice to save password
It appears to be being doing some JS trickery that ends up with the form actually being submitted twice. I'm not sure there's really much we can do here.
CL: I didn't do much to troubleshoot the crash, I may have reset Camino. I can't reproduce it in the most recently nightly. Maybe it had something to do with the JS trickery?
The double-prompting thing reminds me a bit of bug 177941 (different dialogue though)....

As far as the crash goes, it crashes when you hit return to submit the form, but doesn't when you press the image-button.  That explains the [NSView interpretKeyEvents:] in the stack right before the non-virtual thunk in the stack.

Thread 0 Crashed:
0   libobjc.A.dylib      	0x93f561f4 objc_msgSend + 0x14
1   com.apple.AppKit     	0x981c4e18 -[NSView interpretKeyEvents:] + 0x28
2   org.mozilla.camino   	0x006e4b7c non-virtual thunk to nsChildView::Idle() + 0x2ea0
3   com.apple.AppKit     	0x98126c2c -[NSWindow sendEvent:] + 0x1780
4   com.apple.AppKit     	0x98118c3c -[NSApplication sendEvent:] + 0xebc
5   com.apple.AppKit     	0x9812106c -[NSApplication run] + 0x240
6   com.apple.AppKit     	0x981dd764 NSApplicationMain + 0x1d0
7   org.mozilla.camino   	0x00008810 start + 0x1b0
8   org.mozilla.camino   	0x00008690 start + 0x30

We should probably spin part of this off (unless this thunk is exactly the duplicate of the thunk in bug 333775; I have no idea).
This bug as reported is INVALID, since the site is causing the form to be submitted twice. If the crash can be reproduced, someone can spin that off separately.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago17 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.