Closed
Bug 43490
Opened 24 years ago
Closed 24 years ago
textfields, tooltips and context menus have window's default bg color and font
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
VERIFIED
FIXED
People
(Reporter: doronr, Assigned: attinasi)
References
Details
(Keywords: regression, Whiteboard: [nsbeta2+])
Attachments
(1 file)
the url bar, tooltips, and some form controls have the default windows
background color. context menu too.
Comment 1•24 years ago
|
||
reassigning to ben, this applies to context menus also
Assignee: trudelle → ben
Severity: major → normal
Summary: xul textarea have window's default bg color → tooltips and context menus have window's default bg color
Comment 2•24 years ago
|
||
now that's interesting... cc'ing pink who works on da menus.
Reporter | ||
Comment 3•24 years ago
|
||
small subject change to add textfields too.
Summary: tooltips and context menus have window's default bg color → textfields, tooltips and context menus have window's default bg color
Comment 7•24 years ago
|
||
Crap, sorry for the spam (something seems to be broken with form submission
today, i'm adding this comment with Navigator). 43917 points out something I
should have added to this bug earlier; the font is wrong. In my case it's Arial
instead of Trebuchet.
Assignee | ||
Comment 10•24 years ago
|
||
I'm almost positive this was caused by my recent checkin of some new code to
reduce the size of the style system by sharing style context data. Disabling
that code makes this bug go away.
Taking this over to backout the change...
Assignee: ben → attinasi
Assignee | ||
Comment 11•24 years ago
|
||
Updated summary to include font problems.
Status: NEW → ASSIGNED
Summary: textfields, tooltips and context menus have window's default bg color → textfields, tooltips and context menus have window's default bg color and font
Assignee | ||
Comment 12•24 years ago
|
||
*** Bug 43862 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 13•24 years ago
|
||
One line patch to disable style data sharing fixes this problem. I recommend we
disable the sharing until I can determine why XUL elements are not styling
properly.
Assignee | ||
Comment 14•24 years ago
|
||
Comment 15•24 years ago
|
||
*** Bug 44030 has been marked as a duplicate of this bug. ***
Comment 16•24 years ago
|
||
PDT: can we get this patch checked in? This regression makes it really
difficult to use our UI in the following ways:
* can't edit text since the text is drawn in one size and measured in another
* text is too large; hard to see everything without scrolling both horizontally
and vertically
* hard to select text with the background color since that interferes with the
system selection colors
* other UI elements are also impacted
Updated•24 years ago
|
Assignee | ||
Comment 18•24 years ago
|
||
Fixed. Turned off sharing in nsStyleContext.cpp
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 19•24 years ago
|
||
verified fixed (turned off) in mac/linux/win32 2000063008/9 build.
Status: RESOLVED → VERIFIED
Comment 20•24 years ago
|
||
*** Bug 43685 has been marked as a duplicate of this bug. ***
Comment 21•24 years ago
|
||
*** Bug 44325 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 22•24 years ago
|
||
*** Bug 44550 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•