Closed
Bug 13404
Opened 26 years ago
Closed 26 years ago
[blocker] gfx text fields passing **** to server
Categories
(Core :: DOM: Editor, defect, P1)
Tracking
()
VERIFIED
FIXED
People
(Reporter: mcafee, Assigned: buster)
References
()
Details
Linux/WinNT, apprunner.
Can't log into apprunner.
Kin verified with guam that
server is getting the stars,
not the password.
| Reporter | ||
Comment 1•26 years ago
|
||
blocker! bad! gfx-mode turning on tomorrow!
Comment 2•26 years ago
|
||
Note that joe commented out a block of code in nsHTMLEditor::OutputToString in a
recent checkin, that has to do with rules and output text. Could this be the
cause?
| Reporter | ||
Updated•26 years ago
|
Priority: P3 → P1
Hardware: Sun → All
| Reporter | ||
Comment 3•26 years ago
|
||
P1, all.
this was working, because last week I tested logging onto various web sites with
gfx text controls enabled. I'll investigate to see what broke.
| Reporter | ||
Comment 5•26 years ago
|
||
I started seeing login problems yesterday.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Summary: gfx text fields passing **** to server → [blocker] gfx text fields passing **** to server
Comment 6•26 years ago
|
||
And the fix was?.....
Comment 7•26 years ago
|
||
Steve checked in a fix to several files in editor/base. I updated there, and if
this comment gets through, it means the fixed worked. :-)
joe had commented out some code of mine specifically for this case. He did this
trying to get empty html documents to output to html correctly. I commented my
code back in, and added a small amount of code to enable proper html output of
empty docs as well. Currently, the html doc outputs verbatum, so the bogus node
is included. That's joe's issue, separate from this bug.
| Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 10•26 years ago
|
||
Yes this is working, marking verified.
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•