Closed
Bug 71598
Opened 24 years ago
Closed 24 years ago
over 75 assertions when I change background/foreground color pref
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: aaronlev, Assigned: attinasi)
References
()
Details
In a debug build, load up www.bottomquark.com, go to Preferences - Appearance -
Colors. Then change the background or foreground color, and select "always use
my colors".
You get tons and tons of assertions "Failure to find any context at privided
key" 'PR_FALSE' file nsStyleSet.cpp.
Marc, are all these assertions really necessary?
Do they mean something important? They don't seem to - the colors change just
fine. If so, can we remove them?
Aaron
Comment 1•24 years ago
|
||
Are these Windows2k specific?
Reporter | ||
Comment 2•24 years ago
|
||
I've found some other assertions when I try to change color prefs, also from
nsStyleSet.cpp. It also throws a lot of "Cannot remove context at provided key"
assertions.
I'm also getting assertion overload when I change font preferences. Just about
anything in the appearance prefs.
Reporter | ||
Comment 3•24 years ago
|
||
No these aren't win2k specific, but at least under Linux all the assertions went
to the console. In Win2k I had to click on ignore a zillion times.
Assignee | ||
Comment 4•24 years ago
|
||
This assertion is to point out when a style context is not in the context cache
and it is asked to be removed. I think that when the crash on pref-chages was
fixed, this assertion probably started showing up. I have to find that crash oin
pref-change bug to see what happened, it had nothing to do with me. I'll check
it out.
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•24 years ago
|
||
Related to bug 68208? I was wong, it has not been fixed yet. I think these are
probably the same problem...
Assignee | ||
Comment 6•24 years ago
|
||
Marking as a dup of bug 68208 - they are the same problem.
*** This bug has been marked as a duplicate of 68208 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•