[Koha-bugs] [Bug 18551] Hide with CSS dynamic elements in member search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 16 21:56:46 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18551

Philippe Audet-Fortin <philippe.audet-fortin at inlibro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #63314|0                           |1
        is obsolete|                            |
  Attachment #63489|0                           |1
        is obsolete|                            |

--- Comment #16 from Philippe Audet-Fortin <philippe.audet-fortin at inlibro.com> ---
Created attachment 63491
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=63491&action=edit
[SIGNED-OFF] Bug 18551 - Hide with CSS dynamic elements in member search

In member search page, the result table is in Ajax so fully managed by
Javascript. There is also a yellow dialog message prepared in HTML.

Thoses elements are hidden by JS code : ie $("#patron_list_dialog").hide().

The problem is that the static page is first loaded an displayed then the JS
code runs an hides the elements.
On a low performance computer, this action is visible and looks like there is a
blinking yellow message.

I propose to hide with CSS so that thoses elements are not displayed in static
page and are there shown in dynamic JS code.

Test plan :
Check display is unchanged :
- Go to home page /cgi-bin/koha/members/members-home.pl
- Perform patron search from header search box
- Perform patron search by clicking on a letter
- Perform patron search from filters (left of results table)
- Select a patron and add it to a list => you see the yellow message

Yellow message does no longer appear with this patch.
Signed-off-by: Marc Véron <veron at veron.ch>

Signed-off-by: Philippe <philippe.audet-fortin at inlibro.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list