micker / mod_flexiadmin

Module FLEXI admin
11 stars 4 forks source link

POPOVERS Failing #38

Closed iamrobert closed 7 months ago

iamrobert commented 11 months ago

When looking at the editor - the popovers don't seem to work:

If I apply the following it seems usable as a temporary fix:

.rl-admin-popover {
display: none !important;
}
micker commented 11 months ago

Hello on last version (2.9) and in joomla 4.X ?

iamrobert commented 11 months ago

Hi @micker

Isn't the latest version 2.6?

I don't see the 2.9 branch.

Also - the icon finder tool isn't working for me:

https://youtu.be/1KheCrboprM

Joomla 4.3.3

micker commented 11 months ago

yes i am agree mistake lastest version in 2.6 but i couldn't reproduce it ... i will search more => i will prepare a new module version:

iamrobert commented 11 months ago

@micker

I've investigated further. The popover is related to advanced to Advanced Module Manager.

If I load it through the default com_modules - it works.

But - I can't solve the icon finder tool.

From my research - it only works if you put this code under the body or load it window onload like this:


                        var element = document.createElement("script");
                        element.src = "https://cdnjs.cloudflare.com/ajax/libs/bootstrap-iconpicker/1.9.0/js/bootstrap-iconpicker.min.js";
                        document.body.appendChild(element);
                    };```  

                 But I can't get it to work with your JS code. 
micker commented 11 months ago

its only work after save module (you add 1 value, save and after it will works) did you test it ?

iamrobert commented 11 months ago

@micker

Here's the steps I'm following https://youtu.be/D3F-yXllPSo

Perhaps there is something wrong with my setup?

Its working now.

iamrobert commented 11 months ago

Wait it seems to work! On the 7th try

micker commented 11 months ago

ah ??? in you video i think you have an js in console error => check if js file ar create in media/mod_flexiadmin in my dev site and some prod site all seems good very strange