Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Create and Schedule a report" page missing radio buttons #16983

Closed
Findus23 opened this issue Dec 20, 2020 · 0 comments · Fixed by #16986
Closed

"Create and Schedule a report" page missing radio buttons #16983

Findus23 opened this issue Dec 20, 2020 · 0 comments · Fixed by #16986
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc. Regression Indicates a feature used to work in a certain way but it no longer does even though it should.
Milestone

Comments

@Findus23
Copy link
Member

The page for editing should look like this:

screenshot
(from https://matomo.org/docs/email-reports/)

On both 4.0.5 and 4.x-dev the radio buttons are currently missing:

grafik

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;
}
@Findus23 Findus23 added the Bug For errors / faults / flaws / inconsistencies etc. label Dec 20, 2020
@tsteur tsteur added the Regression Indicates a feature used to work in a certain way but it no longer does even though it should. label Dec 20, 2020
@tsteur tsteur added this to the 4.0.x milestone Dec 20, 2020
@tsteur tsteur self-assigned this Dec 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Regression Indicates a feature used to work in a certain way but it no longer does even though it should.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants