View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0002835 | NetSurf | Layout | public | 2022-01-29 18:39 | 2022-01-29 18:39 | ||||||||
Reporter | person human | ||||||||||||
Assigned To | |||||||||||||
Severity | major | Reproducibility | have not tried | ||||||||||
Status | new | Resolution | open | ||||||||||
Platform | Tested on Windows and GTK+ | OS | Debian 11 and Windows 10 | OS Version | |||||||||
Product Version | 3.10 | ||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0002835: CSS pseudo classes are not working | ||||||||||||
Description | I found the file libcss/src/select/select.c, which had a list of pseudo-classes defined in it. When I tested some, I found that none of them worked. | ||||||||||||
Steps To Reproduce | <!DOCTYPE html> <html> <style> button { cursor: pointer; border-color: black; } button:hover { border-color: yellow; } button:active { border-color: blue; } button:active { border-color: red; } button:enabled { border-color: green; } </style> <head> <title>Page Title</title> </head> <body> <button>button</button> <button>button2</button> </body> </html> | ||||||||||||
Additional Information | The part that scares me the most about this bug is that the code for these pseudo-classes in the file I mentioned was written in 2009, and I really hope this project isn't dead. | ||||||||||||
Tags | No tags attached. | ||||||||||||
Fixed in CI build # | |||||||||||||
Reported in CI build # | |||||||||||||
URL of problem page | |||||||||||||
Attached Files |
|
Issue History | |||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-01-29 18:39 | person human | New Issue |