Problem/Motivation
I have trouble with help tooltips. the icon is displayed correctly , but I move the mouse on on the icon I don't see any help tooltips text on all occurences.
example: on my current development application form: https://www.worldwatercouncil.org/en/BECOME_A_WORLD_WATER_COUNCIL_MEMBER
for information :
-I have tried to do it on another webform and the issue is the same.
-and it's worked on a previous version webform 5.9 on Drupal 8.8.4
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #15 | 3166141-15.patch | 1.39 KB | jrockowitz |
| #14 | 3166141-14.patch | 1.28 KB | jrockowitz |
| #5 | options_sex_do_not_exist.JPG | 81.4 KB | l.grube |
| #3 | query_ui_module.JPG | 26.33 KB | l.grube |
Comments
Comment #2
jrockowitz commentedDid you install the jQuery UI Tooltip module?
Comment #3
l.grube commentedYes it's installed.
Comment #4
jrockowitz commentedIs anything being logged (/admin/reports/dblog)?
Have you tried clearing Drupal's cache a few times?
Comment #5
l.grube commentedClearing the DRUPAL cache is done, I have retried 2 or 3 times, nothing change
and I have done a screenshot of /admin/reports/dblog in attachment.
Comment #6
jrockowitz commentedWhat version of webform and drupal are you using?
Comment #7
l.grube commentedDrupal 8.9.3
Webform 6.0.0 alpha14
Comment #8
jrockowitz commentedI am not able to replicate this issue using the latest 6.x release and Drupal 8.9.3.
Are you able to reproduce the issue using https://simplytest.me or vanilla Drupal site?
Comment #9
l.grube commentedI have try to use https://simplytest.me but I receive an error when I trying to configure a test environment.
on my own site I have tried to do something, to change my custom theme with bartik theme and it worked.
What can I search to find the issue ?
thanks
Comment #10
jrockowitz commentedWhat base theme are you using?
Comment #11
l.grube commentedour theme is based on bootstrap 3.
but for information I have a previous version of my site where I have copied the latest version of my application form, and tooltips are working.
application form on my current version of my website: Tooltips are not working
Drupal 8.9.3
Bootstrap 3.23
Webform 6.0.0.14
application form on previous version of my website: Tooltips are working
Drupal 8.8.4
Bootstrap 3.21
Webform 5.9
may be it can be help.
Comment #12
tip-ok commentedThe same issue with webform 6.0.014, bootstrap 3.23, jquery_ui_tooltip 1.1, drupal 9.0.4.
Comment #13
jrockowitz commentedComment #14
jrockowitz commentedThe attached patch is applicable to 8.x-5.x and 6.x.
Comment #15
jrockowitz commentedHere is a slightly better patch.
Comment #17
jrockowitz commentedSince I am know exactly what the issue is, I committed the patch. Please download the latest dev release to review.
Comment #19
l.grube commentedGreat job jrockowitz,
I have applied dev version and it's working perfectly now.
thanks you
Laurent
Comment #20
tip-ok commentedWorks like a charm! Thank you!