-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
BugFor errors / faults / flaws / inconsistencies etc.For errors / faults / flaws / inconsistencies etc.RegressionIndicates a feature used to work in a certain way but it no longer does even though it should.Indicates a feature used to work in a certain way but it no longer does even though it should.
Milestone
Description
The page for editing should look like this:
(from https://matomo.org/docs/email-reports/)
On both 4.0.5 and 4.x-dev the radio buttons are currently missing:
I see the following CSS , but can't find it in the Matomo source:
[type="radio"]:not(:checked), [type="radio"]:checked {
position: absolute;
opacity: 0;
pointer-events: none;
}
Metadata
Metadata
Assignees
Labels
BugFor errors / faults / flaws / inconsistencies etc.For errors / faults / flaws / inconsistencies etc.RegressionIndicates a feature used to work in a certain way but it no longer does even though it should.Indicates a feature used to work in a certain way but it no longer does even though it should.