Closed
Bug 70254
Opened 24 years ago
Closed 24 years ago
radio buttons w/ type string crash in SetUnicharPref()
Categories
(SeaMonkey :: Preferences, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: mcafee, Assigned: bugs)
References
Details
From bug 68208, I had to change pref type from string
to int to avoid crashing deep in layout somewhere
(sorry, linux/gdb failed me for libgkcontent.so).
Reporter | ||
Comment 1•24 years ago
|
||
Adding bstell for i18n look.
Comment 2•24 years ago
|
||
At present I have not researched why changing from string to int
fixed bug 68208 but the fix/description makes me very uncomfortable.
Based on the fix it would appear that one part of the code assumes
the data type is string and another part assumes it is int.
Did we understand how confusion between the two parts occurred
before we checked in the fix?
Did we check to see if this problem is not happening in other
areas?
Reporter | ||
Comment 3•24 years ago
|
||
I didn't have time to investigate the problem with the string type,
hence this bug. I got the other bug off of the nsbeta1 radar,
that radio pref should have been an int anyways.
Reporter | ||
Comment 4•24 years ago
|
||
my fault, I incorrectly pointed my finger at xul/radios.
bogus fixed backed out, marking this invalid.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•