-
We had this implemented (#89 and #103) but with the new UIDL structure, this has to be thought differently. Perhaps we can have a step in the resolver that looks at boolean conditionals and decides if…
-
Initially we developed the component generators as async functions, but since the flow is sync, it might not be needed after all.
A resolution would be great before the official release
-
Hi,
we are investigating some random push-related problems in our application; we tried to enable the JVM assertions to check if they could be related to the Vaadin session locking mechanism, but in…
-
### Describe the bug
I have identified a significant bug in our application related to JSON requests. All JSON requests are returning a "for(;;);" prefix, which is causing issues with our Web Appli…
-
It seem like that if you try to use the TinyMCETextField in Vaadin > 7.7.3 in immediate mode, like for instance for on-the-fly validation purposes, that no ValueChange or TextChange is triggered while…
-
Hi, thanks for the project, I'm happy to using it in my project, but currently, I find some problems.
I wanna generate css varibles, but there are some limits for me.
like this:
```json
{
…
-
### Describe your motivation
Every now and then we have a customer who's end users stumble upon a various form of a big ugly "Invalid JSON from server:" error messages. Usually the root cause is p…
-
Based on a discussion in https://stackoverflow.com/a/60389722/2376954, there may be situations where it's not practical to add the `Vaadin-Refresh` token to a redirected or otherwise intercepted respo…
-
My local folder stores mails as maildir, one file per message.
If I export a mail with first option (export directory) all is okay.
If I export a mail with the 5th option (all messages of this direc…
-
Currently, in `DefaultConnectionStateHandler::xhrInvalidContent` , there is a check for `UIDL_REFRESH_TOKEN = "Vaadin-Refresh"` in the response text. If the token is found, there's a redirect to the w…