VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: Studio 42 on January 30, 2016, 23:01:31 PM

Title: No image modal in VM 3.0.12 Admin.
Post by: Studio 42 on January 30, 2016, 23:01:31 PM
Hi all,
I have tested some site  now and have no modal view and no thumb update on changing image edition, on any edit form having images(product,category ....).
This work perfect in 3.0.9.x old copies

Does have someone tested this ?
for eg.
YOURSITE/administrator/index.php?option=com_virtuemart&view=product&task=edit&virtuemart_product_id=XXX
GO in tab>Product Images click on the thumb(image on the right).
In my case all my test Jump to the image and close the form at the place of open in modal.

If i do same in old copy of vm 3.0.9.X, the modal is working.

I have no javascript errors. Joomla is the last update 3.4.8 and VM 3.0.12

Regards;
Patrick K

This is one of VM release, i tested
      /** @var int Release Number */
      static $RELEASE = '3.0.12';
      /** @var string Development Status */
      static $DEV_STATUS = 'MINOR';
      /** @var string Codename */
      static $CODENAME = 'Blue Corvus';
      /** @var string Date */
      static $RELDATE = 'November 10 2015';
Title: Re: No image modal in VM 3.0.12 Admin.
Post by: Milbo on February 04, 2016, 20:32:32 PM
interesting, maybe the class modal does not work as before? Or maybe we loaded a js, which is missing now? I have also no clue.
Title: Re: No image modal in VM 3.0.12 Admin.
Post by: Studio 42 on February 04, 2016, 22:48:58 PM
Modal is not loaded. But i think it's only a little change in javascript.
I have checked a little but i have see that in developement repo, you changed so many code that in all case, if i provide a solution this perhaps not work at all.
Title: Re: No image modal in VM 3.0.12 Admin.
Post by: Milbo on February 04, 2016, 23:07:48 PM
between 3.0.9.6 and vm3.0.12? that was not a lot, ... hehe check what I changed the last month, any file got changed.
Title: Re: No image modal in VM 3.0.12 Admin.
Post by: Studio 42 on February 04, 2016, 23:13:25 PM
It's not a big bug, but i have see report from some other user in forum (and in french forum).
Another problem is when you want edit another image as the first, this not update the BIG image, but first image stay. I think the problem is in same javascript.
Perhaps you removed modal class because Joomla Bootstrap confilct or similar?
Title: Re: No image modal in VM 3.0.12 Admin.
Post by: Milbo on February 04, 2016, 23:19:42 PM
Hmmm, I dont think so. for the other bug, did you check the vm3.0.12.2?