Closed
Bug 23288
Opened 26 years ago
Closed 26 years ago
Option items are not highlight when mouseover occurs.
Categories
(Core :: Layout: Form Controls, defect, P3)
Core
Layout: Form Controls
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: chrispetersen, Assigned: rods)
Details
Attachments
(1 file)
|
754 bytes,
text/html
|
Details |
Build: Apprunner
Version: 200001515
Platforms: All
Expected Result: In a Optgroup, moving over a option item should cause it to
highlight.
What I got: None of the option items are highlighting.
Steps to reproduce:
1) Open the attached html file in Apprunner.
2) The file contains two select elements which include a single optgroup.
3) The first select element is not using the size attribute: the second select
has been assigned (size=1).
4) Click on the first select element to display the combobox. Notice that none of
the option items are highlighting on a mouseover event.
5) The second select ,which is using size, highlights the menu items correctly.
| Reporter | ||
Comment 1•26 years ago
|
||
Updated•26 years ago
|
Assignee: trudelle → karnaze
Component: XP Toolkit/Widgets → HTML Form Controls
Comment 2•26 years ago
|
||
changing component to HTML Form Controls, reassigning.
Updated•26 years ago
|
QA Contact: paulmac → ckritzer
Updated•26 years ago
|
Assignee: karnaze → rods
Comment 3•26 years ago
|
||
Reassigning to Rod.
| Assignee | ||
Updated•26 years ago
|
Target Milestone: M14
| Assignee | ||
Comment 4•26 years ago
|
||
setting milestone
| Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•26 years ago
|
||
fixed the html.css, I had "select > option" and should have had "select option"
| Reporter | ||
Comment 6•26 years ago
|
||
Fixed in the May 13th build (2000051320).
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•