News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Tooltip "Stickyness" fix

Started by Cleanshooter, October 25, 2011, 17:01:57 PM

Previous topic - Next topic

Cleanshooter

Hey to anyone with access to the SVN please add this

.mousedown(
   function(e) {
      this.title = tip.t;
      $("#vtip").fadeOut("slow").remove();
   }
).mouseup(
   function(e) {
      this.title = tip.t;
      $("#vtip").fadeOut("slow").remove();
   }
)

to: administrator/components/com_virtuemart/assets/js/vm2admin.js line 229.

It will fix the stickyness of the tool tips when you click on something or try and drag it.

<3 Cleanshooter

- Cleanshooter

Studio 42

Hi,
Patch added to file.

Greets,

Patrick