-
Notifications
You must be signed in to change notification settings - Fork 7
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
Tooltip is not working in SuperLongField #448
Comments
Ok, it's because the tooltip should be attached to the inner field. In AbstractSuperNumberField, if I add this:
It's working as expected. |
@jcgueriaud1 thanks JC! will add that to the next release I think superfields still rely on 23.2, but will upgrade it soon |
Merged
vaadin-miki
pushed a commit
that referenced
this issue
Jan 27, 2023
* Bump the vaadin version to the latest 23.3 Fix the tooltip for the abstractnumberfield Add WithTooltipMixin interface Clean up the pom xml Remove the deprecated setPreventInvalidInput * Remove the deprecated setPreventInvalidInput * Revert the setPreventInvalidInput Author: @jcgueriaud1
vaadin-miki
added a commit
that referenced
this issue
Jan 27, 2023
removed all traces of heroku in the docs
This was referenced Jan 27, 2023
vaadin-miki
added a commit
that referenced
this issue
Jan 27, 2023
* #456 Bump the vaadin version to the latest 23.3 * Fix the tooltip for the abstractnumberfield * Add WithTooltipMixin interface * Clean up the pom xml * #448 tooltip should now work * removed all traces of heroku in the docs * ignoring more than just *.ts in frontend/generated * Javascript error in custom field (#452) * #454 hopefully done Co-authored-by: Jean-Christophe Gueriaud <51313578+jcgueriaud1@users.noreply.github.com>
vaadin-miki
added a commit
that referenced
this issue
Jan 31, 2023
#440 #437 #443 #445 #448 #451 #454 #456 done Co-authored-by: Jean-Christophe Gueriaud <51313578+jcgueriaud1@users.noreply.github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vaadin-miki <vaadin-miki@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jean-Christophe Gueriaud <51313578+jcgueriaud1@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Vaadin 23.3, there is a new Tooltip component.
A SuperLongField is extending CustomField that implements HasTooltip.
When I'm trying to set the tooltip, the tooltip is created as a component but the tooltip overlay is not created.
The text was updated successfully, but these errors were encountered: