[Bug 4302] New: shouldn't have to scroll left to right on z search results
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4302 Summary: shouldn't have to scroll left to right on z search results Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: minor Priority: P5 Component: Templates AssignedTo: oleonard@myacpl.org ReportedBy: nengard@gmail.com Estimated Hours: 0.0 Change sponsored?: --- When z39.50 search results are returned the results do not conform to the window size and so I have to scroll left to right to see the title and then the import link and then back to the title if it's the wrong one - making it hard to import the right record - plus having a left to right scroll bar is just bad :) -- 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=4302 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> 2010-03-05 15:09:40 --- Created an attachment (id=1733) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1733) Screenshot after proposed change As it happens I've been working on this issue for the last couple of days. Attached is the solution I propose. It uses an in-table pop-up menu similar to the one recently added to the add item screen. It's not possible to force the table to fit within the window: in the example pictured in the attachment the horizontal scrollbar didn't disappear until the window was over 1000x900 pixels. The cause is usually the concatenated ISBN data: 9789004161801(hardback:alkpaper)|9004161805(hardback:alkpaper) ...which doesn't allow any line breaks. My solution doesn't eliminate the horizontal scrollbar but at least it reduces the necessity of scrolling. -- 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=4302 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Platform|PC |All -- 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=4302 --- Comment #2 from Nicole C. Engard <nengard@gmail.com> 2010-03-05 17:37:48 --- I love it!!! -- 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=4302 Jane Wagner <jwagner@ptfs.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jwagner@ptfs.com --- Comment #3 from Jane Wagner <jwagner@ptfs.com> 2010-03-05 19:57:47 --- I did some modifications on this page for one of my sites, but Owen's solution is more elegant. I did a brute-force change to a full screen, and also moved the Preview/Import/etc. column to earlier in the table. -- 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=4302 --- Comment #4 from Owen Leonard <oleonard@myacpl.org> 2010-04-13 19:49:26 --- Created an attachment (id=1807) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1807) Proposed fix Adds inline pop-up menu for each row of Z39.50 search results, similar to the one recently added to the additem screen. This allows the user to click anywhere in the row to display the menu and access the preview/import links. -- 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=4302 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=4302 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gmcharlt@gmail.com --- Comment #5 from Galen Charlton <gmcharlt@gmail.com> 2010-04-23 11:11:06 --- Patch pushed. 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=4302 --- Comment #6 from Nicole C. Engard <nengard@gmail.com> 2010-04-23 12:44:27 --- The patch works, but if there is a way to eliminate the scroll bar that would actually fix this bug ... not sure if it should be closed since the original issue isn't resolved. -- 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=4302 --- Comment #7 from Owen Leonard <oleonard@myacpl.org> 2010-04-30 19:37:48 --- If someone else would like to take over this bug I think the next step would be to add some processing to the script to replace the "|" in the ISBN string with a space so that field could break onto multiple lines. I think that's the only way to approach "fixed" here. -- 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 (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com