MantisBT - NetSurf | |||||
View Issue Details | |||||
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 | |||||
Priority | normal | 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 | ||||
Fixed in CI build # | |||||
Reported in CI build # | |||||
URL of problem page | |||||
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. | ||||
Relationships | |||||
Attached Files |
There are no notes attached to this issue. |
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2022-01-29 18:39 | person human | New Issue |