Closed
Bug 76576
Opened 24 years ago
Closed 24 years ago
Focus not being set in the text field for password dialogs
Categories
(Core :: XUL, defect)
Tracking
()
People
(Reporter: mscott, Assigned: trudelle)
Details
Not sure what component to file this under. I couldn't find one for focus or
dialog issues. Feel free to change it.
Focus is not set inside text field for password dialogs anymore. Try opening up
your mail account. The password dialog comes up and it has focus. Try typing in
your password. NOthing happens. You can hit OK though 'cause the dialog does
have focus. You have to manually click inside the text field before it becomes
active and you can type in a password.
This started happening with a checkin after 5pm last night. I didn't see it in
my 5pm buld. But I did see it in today's builds.
Reporter | ||
Comment 1•24 years ago
|
||
Maybe this is an editor problem and not a focus/dialog issue? I'm not sure though.
Comment 2•24 years ago
|
||
This logic is in commonDialog.js; maybe it needs to be changed in light of the
recent prompt work. Conrad, do these still use commonDialogs.xul/js?
Comment 3•24 years ago
|
||
Yes, it goes through nsPromptService.cpp which still uses commonDialogs.xul.
Only difference is that these things used to go through UniversalDialog, wheras
now they go though promptPassword, etc.
Assignee | ||
Comment 4•24 years ago
|
||
*** This bug has been marked as a duplicate of 76746 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•