-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cookies panel issues #53
Comments
Ok, I looked in the dashboard code and you have three different inputs with the ID
So the cookie panel auto opens because the following line is triggering whenever the cookie scripting writes to input$cookies 1 above, when what you wanted was it to trigger off input$cookies 3:
And I suspect the buttons aren't working because input$cookies 3 is overriding input$cookies 1 when it gets passed to |
There doesn't seem to be a facepalm emoji that I can react with, but if there was I would... I'll have a look into this later this week and then close if you're right @rmbielby! I think there's still something outstanding around the styling and a white bar being left at the top in bslib styled apps, will check that at the same time and raise a new issue if that's still there |
Still issues so have updated the issue to reflect those. The vignette needs updating as well as some of the CSS styling. |
Describe the bug
Three current bugs from following the vignette (potential to split into separate issues):
How to reproduce
Have a draft PR with a branch with the current functions in on the apps provider dashboard - dfe-analytical-services/apprenticeships-provider-dashboard#100
Expected behaviour
Screenshots
Excess whitespace
Lack of margin / padding for cookies banner
Spillover on right hand side causing horizontal scroll bar
Additional context
Suspect we'll want to update the vignette and the code to fix these, some will be bugs with the package, others just a lack of detail in the guidance.
The text was updated successfully, but these errors were encountered: