-
Notifications
You must be signed in to change notification settings - Fork 193
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The 24.5-strict-csp branch was really hopeful for getting started with CSP. However when I start to add some backend navigation, it throws client-side errors and the url is not updated.
Steps to reproduce:
- In
DashboardView
, add a button for backend navigation,add(new Button("Go to List", buttonClickEvent -> UI.getCurrent().navigate(ListView.class)));
- Start the application, and open the Chrome Dev Tools.
- Observe that upon clicking the button, it throws the errors in the Chrome Dev console, and the url is not updated.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
🔖 Normal Priority (P2)
Status
🅿️Parking lot