News:

Looking for documentation? Take a look on our wiki

Main Menu

[NOT A BUG] Note pop-up hides automatically

Started by lucato, May 12, 2009, 02:12:19 AM

Previous topic - Next topic

lucato

Description:
In the back-end or front-end, the note pop-ups are hidding automatically instead of waiting fo my click on ok, cancel or whatever button it has. For example in the front-end, if you update a product quantity, it will show the note that the product quantity was updated, and has two buttons options to click, but it hides automatically instead of waiting for my click.

VirtueMart Version:
1.1.3

Joomla/Mambo Version:
Joomla 1.5.10

Steps to replicate:
Go to the front-end shop, update a product quantity and it will show the note that the product quantity was updated, but it will hide automatically instead of waiting for my click.

Proposed fix(es):
Make it wait for my response by clicking on the button OK, Canel, or other.

Bugtracker task #:
none

System info:
PHP 5.2.8, SQL 5.0.77-Community, Apache 2.2.11


lucato

#2
Hey Peter,

Just a comment and another doubt:

Comment:
Even changing the timeout value from 3000 to 9999 or more than that as 100000, that didn't make any difference between them, and the time here of showing the pop-up keeps the same.

I got to workaround removing the time if somebody that is reading is interested in, just add a comment in the line of the timeout:

/**      setTimeout( 'document.boxB.close()', 9999 );<br/>
*/

So, the pop-up will remain opened waiting for your click.

Doubt:
Where do I get to set the Timeout for the pop-up for the Back-end for VM?

Thanks a lot for your reply Peter and for the link. I appreciated that.

Cheers.