You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to a regression on the following issue #19868
Example uses Vaadin 24.7.0, when building a production JAR of the application when switching between the different views (empty and hello-world) and then using the browser history to navigate back and forward the title of the browser tab is out of sync as described in the related issue.
Bug is only present on Chromium based browsers, Firefox does not suffer from the issue.
Disabling the react integration by excluding the flow-react dependency from the project and setting the necessary configuration flags fixes the issue.
Expected behavior
Tab titles should always display correctly, regardless of browser of how the page is navigated to.
Description of the bug
There seems to a regression on the following issue #19868
Example uses Vaadin 24.7.0, when building a production JAR of the application when switching between the different views (empty and hello-world) and then using the browser history to navigate back and forward the title of the browser tab is out of sync as described in the related issue.
Bug is only present on Chromium based browsers, Firefox does not suffer from the issue.
Disabling the react integration by excluding the
flow-react
dependency from the project and setting the necessary configuration flags fixes the issue.Expected behavior
Tab titles should always display correctly, regardless of browser of how the page is navigated to.
Minimal reproducible example
Forked from the original example in the bug, updated to the latest version of Vaadin https://github.com/gert-dubois/vaadinHistoryBug
mvn clean install -Pproduction
vaadin-demo-1.0-SNAPSHOT.jar
Versions
The text was updated successfully, but these errors were encountered: