VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: man.of.earth on May 02, 2022, 12:59:27 PM

Title: [for the devs] Tooltips missing on the configuration pages
Post by: man.of.earth on May 02, 2022, 12:59:27 PM
Hello to all devs,

I noticed that several options on the configuration page have the tooltip missing, even if it is declared as data-content. Basically, the visible text must also have the class hasPopover in order to display those tooltips.

I see that some have the tooltips between <span class="uk-tooltip"> and </span>.

Some also have the older "hasTooltip" class.

I suppose they will all be converted into uk-tooltip at some point.

Some of the IDs for which the tooltips are not shown are (+ -lbl):
revproxvar
cartCookieExpire
vm_lfbs
forSale_path
forSale_path_thumb
assets_general_path
media_category_path
media_product_path
media_manufacturer_path
media_vendor_path
mediaLimit
llimit_init_BE
pagseq
etc.
Title: Re: [for the devs] Tooltips missing on the configuration pages
Post by: Milbo on May 03, 2022, 22:05:18 PM
Funny, I just fixed that 2 days agooo. Damn, .. :-)
Title: Re: [for the devs] Tooltips missing on the configuration pages
Post by: man.of.earth on May 04, 2022, 02:36:18 AM
I tested it on the last package - VM 4.0.0 10645.

Cool! :-)