Closed
Bug 8239
Opened 26 years ago
Closed 26 years ago
When cursor over objects, ALL objects are underlined
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
VERIFIED
WORKSFORME
M11
People
(Reporter: cpratt, Assigned: don)
Details
Build ID: 1999061409
Platform: Windows NT (but presumably happens on all platforms)
To reproduce:
- Launch apprunner.
- Pass the cursor over various things in the window. Things that are "clickable"
such as Print, Home, etc. are then displayed with an underline to indicate that
you can do something with them.
- However, other things that shouldn't do anything such as the status indicator
("Document: Done") also display with underlines when they receive mouse focus.
This is (I think) wrong.
In xul.css, add the lines
box#status-bar titledbutton{border:none;}
box#status-bar titledbutton:hover{text-decoration:none;color:black;}
Voila, no more borders and underlining on the status bar.
Comment 3•26 years ago
|
||
This seems to require changing to [WORKSFORME]. Anyone confirm? Mozilla
Engeneers?
Updated•26 years ago
|
Assignee: joki → hyatt
Comment 4•26 years ago
|
||
Dave, I'm sending this your way as you know way more about the intent in the
xul.css file than I do.
Comment 5•26 years ago
|
||
Sorry, bad me. This is still broken.
I tried this in Linux, and NOTHING underlines (PP bug?). In the Win32 version
under Win95, EVERYTHING underlines.
Comment 6•26 years ago
|
||
Moving to M10.
Updated•26 years ago
|
Assignee: hyatt → don
Status: ASSIGNED → NEW
Comment 7•26 years ago
|
||
Giving this to Don and XPApps, since it's general cleanup that should be done
for their UI elements.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Comment 10•26 years ago
|
||
BULK MOVE: Changing component from XUL to XP Toolkit/Widgets: XUL. XUL
component will be deleted.
Component: XUL → XP Toolkit/Widgets: XUL
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jcarpenter0524 → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•