Closed
Bug 218006
Opened 21 years ago
Closed 21 years ago
charset auto-detection disables keychain auto-completion
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Camino0.8
People
(Reporter: sbwoodside, Assigned: mikepinkerton)
References
Details
I'm running my own build from about 2 weeks ago. Investigating Bug 180461, I
find that if I comment out this line in all-chimera.js :
// turn on universal character detection
pref("intl.charset.detector", "universal_charset_detector");
then keychain auto-completion for my passwords stops working. It no longer
prompts or fills in the passwords.
Assignee | ||
Comment 1•21 years ago
|
||
can someone else confirm this?
Blocks: 180461
Target Milestone: --- → Camino0.8
Can't repro this. I did a few tests and everything was fine.
Simon: can you confirm that removing that prefs line is the direct cause of
keychain autocompletion not working, and that its not an issue with the page
coding (i.e. is it just breaking in some weird case)?
I can't repro it either.
Josh and I did how ever figured out that that removing that same line would fix
most acoun1ts where charset auto-detection wasn't working. In other words this
lin seems to disable charset-autodetection.
Assignee | ||
Comment 4•21 years ago
|
||
i can't repro this either.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•