Skip to content

Immediate Mode seem not working correctly #4

Description

@GhostOlli

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 typing.

I am not an expert, but debugging the client code of TinyMCEConnector::updateFromUIDL(...) shows that immediate = uidl.getBooleanAttribute("immediate");.

is always false because immediate flag is now bound to the state instead. I am not sure if fixing the immediate flag is sufficient enough to solve the whole issue. What's your opinion about this?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions