← Back to team overview

phpdevshell team mailing list archive

[Bug 691397] [NEW] jquery show/hide icon gets out of sync

 

Public bug reported:

If you look on the plugins admin page, and click on the show icon of
Pagination, it will open up the div and the icon will change to an UP
arrow. Now leave that open and click on the show icon of Smarty and note
that the icon does not change but stays as a DOWN arrow.

The problem is the is_visible variable in
/themes/cloud/js/showhide/jquery.showhide.js

You need to instead check which icon is being used and toggle the icon.

Attached is patched code with is_visible variable removed.

** Affects: phpdevshell
     Importance: Undecided
         Status: New


** Tags: jquery

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/691397

Title:
  jquery show/hide icon gets out of sync

Status in Open Source PHP RAD Framework with UI.:
  New

Bug description:
  If you look on the plugins admin page, and click on the show icon of Pagination, it will open up the div and the icon will change to an UP arrow. Now leave that open and click on the show icon of Smarty and note that the icon does not change but stays as a DOWN arrow.

The problem is the is_visible variable in /themes/cloud/js/showhide/jquery.showhide.js

You need to instead check which icon is being used and toggle the icon.

Attached is patched code with is_visible variable removed.







Follow ups

References