Closed Bug 258724 Opened 20 years ago Closed 20 years ago

When using ":hover" in a listbox it's impossible to make a selection. Solaris only?

Categories

(Firefox :: General, defect)

Other
Other
defect
Not set
major

Tracking

()

RESOLVED DUPLICATE of bug 163503

People

(Reporter: mrwho, Assigned: bugzilla)

References

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (compatible; Konqueror/3.1; Linux)
Build Identifier: 

If a stylesheet is used that defines a ":hover" property of a class for a 
listbox item, it's impossible to select any of the items in the list. At times 
the browser crashes. 

Reproducible: Always
Steps to Reproduce:
1. Open the attached web page 
2. Try and select an item 
 
Actual Results:  
The items are impossible to select, the listbox seems unresponsive. 

Expected Results:  
It should be possible to select an item. 

 
Test was done on a Solaris 8 machine, using the released Firefox 0.9.3.
*** Bug 258727 has been marked as a duplicate of this bug. ***
This bug also occurs on Linux, Firefox 1.0 gtk build (gtk2 works), built from
the  1.0 source tarball.
Sometimes the selection is selectable, sometimes you have to doubleclick to get
the list, most of the time the the selection list will not be displayed. Strange
that with the gtk2 build this works without any problem.
Removing the :hover from the stylesheet makes the selection working as usually.
(In reply to comment #3)
Just to complete my previous post:
I use gtk 1.2.7 (I know, quite old, maybe this is a gtk-related problem)
The hover I use is for table rows:
.stdtab tr:hover {
    color: #0000c0;
    background-color: white;
}

Some table cells are <SELECT>'s, which unfortunately can be selected only sometimes.

*** This bug has been marked as a duplicate of 163503 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: