
I installed first the 1.14 module and then the latest dev version to see if this problem is already fixed, but unfortunately not.
After a fresh install without modifying the text (because this also breaks the module as I use ckeditor - but this is a different ticket!) I see the popup on Windows 10 with IE11. On the same PC with Edge I don´t see the popup. Firefox 47 and Opera 36 also don´t show the popup.
Please fix this as soon as possible as this - and the ckeditor full html problem - makes the module useless at the moment.
brgds Andreas
Comments
Comment #2
svenryen CreditAttribution: svenryen commentedHello Andreas. Do you see any errors in Javascript Console on the browser where it fails?
Comment #3
naveenvalechaPlease provide more information/steps to reproduce see for more information https://www.drupal.org/contributor-tasks/add-steps-to-reproduce
Comment #4
Ireto Okorodudu CreditAttribution: Ireto Okorodudu as a volunteer commentedI had the same problem with the D8 version. I was using a Chrome version.
The fix was to set the Popup height in pixels value. If left blank the pop up would not appear. When I set it to 75px for example it appeared.
Comment #5
sgonzalez11 CreditAttribution: sgonzalez11 commentedI think the problem is when you put the trailing slash at the end of url in the domain list. For instance: http://local.test/
The code compare the domain list with $base_url variable and remember the $base_url does not include the trailing slash
I removed the slash with the following code and works like a charm
Regards!
Comment #7
svenryen CreditAttribution: svenryen at Ramsalt Lab commentedThank you sgonzalez11, I added your patch to -dev.
Comment #8
svenryen CreditAttribution: svenryen at Ramsalt Lab commented