2024-03-29 04:53 UTC

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0002835NetSurfLayoutpublic2022-01-29 18:39
Reporterperson human 
Assigned To 
SeveritymajorReproducibilityhave not tried 
StatusnewResolutionopen 
PlatformTested on Windows and GTK+OSDebian 11 and Windows 10OS Version
Product Version3.10 
Target VersionFixed in Version 
Summary0002835: CSS pseudo classes are not working
DescriptionI 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 InformationThe 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.
TagsNo tags attached.
Fixed in CI build #
Reported in CI build #
URL of problem page
Attached Files

-Relationships
+Relationships

-Notes
There are no notes attached to this issue.
+Notes

-Issue History
Date Modified Username Field Change
2022-01-29 18:39 person human New Issue
+Issue History