[Bug 3517] New: "More searches" menu options hidden if JavaScript is disabled
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3517 Summary: "More searches" menu options hidden if JavaScript is disabled Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: OPAC AssignedTo: oleonard@myacpl.org ReportedBy: oleonard@myacpl.org Estimated Hours: 0.0 Change sponsored?: --- The "more searches" links are hidden if JavaScript is disabled. The links should be shown by default and hidden via JavaScript (to be displayed in a menu) if JavaScript is present. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3517 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> 2009-08-10 18:54:15 --- Created an attachment (id=1024) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1024) Proposed fix -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3517 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3517 Joe Atzberger <joe.atzberger@liblime.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joe.atzberger@liblime.com --- Comment #2 from Joe Atzberger <joe.atzberger@liblime.com> 2009-08-10 19:05:03 --- I don't see how this would enable the link to display for non-js browsers, since the list element (li) would be suppressed by CSS anyway. Am I missing something? -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3517 --- Comment #3 from Owen Leonard <oleonard@myacpl.org> 2009-08-10 20:57:28 --- -<div id="furtherm" class="yuimenu" style="display: none"> +<div id="furtherm" class="yuimenu"> Before, the list of search links was hidden by default, and shown only when the menu was triggered. This change shows the menu by default. The YUI JS hides it. - <li><a href="#" id="furthersearches">More searches</a></li> + <li style="display:none;"><a href="#" id="furthersearches">More searches</a></li> This hides the "more searches" link with CSS so that non-JavaScript browsers see the list but not the link that triggers the menu. + $("#furthersearches").parent().show(); This reveals the "more searches" menu link for JavaScript-capable browsers. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3517 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gmcharlt@gmail.com Status|NEW |ASSIGNED --- Comment #4 from Galen Charlton <gmcharlt@gmail.com> 2009-08-11 00:43:36 --- Patch pushed to HEAD. Please test and close. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3517 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (2)
-
bugzilla-daemon@kohaorg.ec2.liblime.com -
bugzilla-daemon@liblime.com