Skip to content
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

Fix hint tooltip display issues #2017

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bartvanandel
Copy link

Fixes #2016

Move hint tooltip from label to form-group container element. This
ensures that the tooltip is also displayed for form elements with an
inline label, for which pointer-events are disabled (and rightly so)
by Bootstrap Material Design.

Logic applied to arguments of all types to ensure layout consistency.
Move jquery tooltip logic to the buildRecipeOperation function, so it
is called regardless of whether the recipe is loaded from the url
(which already worked correctly) or by dropping ingredients (which
wasn't working before)
@bartvanandel
Copy link
Author

Unit tests failed due to #1706, which is apparently still flaky.

Just ran them locally (after upgrading to [email protected] and [email protected]), all tests pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug report: hint (tooltip) not displayed for text-type inputs
1 participant