Opacity remains after insert/update/delete

QuestionsOpacity remains after insert/update/delete
Stefano asked 9 years ago

Y'm tring to use the last version phpgrid-free-v1.5.2.
After an insert,update or delete a div with 0.1 of opacity remains until there is a click on it.
The tables is update propery and I can see that behind the div.

1 Answers
Abu Ghufran answered 9 years ago

This is fixed in latest build (full version). For quick fix in free, edit lib/inc/jqgrid_dist.php

Replace:
jQuery("#info_dialog").delay(1000).fadeOut();

With:
jQuery("#info_dialog").delay(1000).fadeOut(); setTimeout('jQuery.jgrid.hideModal("#info_dialog");',1200);

Your Answer

19 + 1 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?