Bug 8592

Summary: Pendingreserves.tt is showing "Previous" and "Next" text over the "Previous" and "Next" buttons on the jQuery datatable
Product: Koha Reporter: David Cook <dcook>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: RESOLVED DUPLICATE QA Contact:
Severity: minor    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: 3.8.x - jquery 1.8.1
3.9.x - jquery 1.9.1
3.8.x - template view
3.9.x - template view

Description David Cook 2012-08-08 03:47:45 UTC
On pendingreserves.tt (or the Holds to Pull screen), the Previous and Next buttons now have "Previous" and "Next" link text appearing overtop of them.

In 3.8.0, there are just the buttons and no text overtop. If you look at the element that has the button images, it is a div element with titles for "Previous" and "Next".

In 3.9.0.30, the div elements no longer have titles, but instead of links within them that have link text of "Previous" and "Next" that appear overtop of the button images. 


jquery.dataTables.min.js 1.8.1 - Shows "Previous" and "Next" as titles for the div showing the image

jquery.dataTables.min.js 1.9.1 - Removes the title from the div and adds links which have "Previous" and "Next" as link text.

--

I haven't tested this extensively, but I do wonder why there are links in 3.9.x and not 3.8.x. Since there aren't enough holds to generate another page of results, the earlier behaviour might be the correct one. Or maybe the links weren't showing up and the button images were worthless in 1.8.1. I don't know. I just know that it looks terrible.
Comment 1 David Cook 2012-08-08 03:48:07 UTC
Created attachment 11432 [details]
3.8.x - jquery 1.8.1
Comment 2 David Cook 2012-08-08 03:48:23 UTC
Created attachment 11433 [details]
3.9.x - jquery 1.9.1
Comment 3 David Cook 2012-08-08 03:48:38 UTC
Created attachment 11434 [details]
3.8.x - template view
Comment 4 David Cook 2012-08-08 03:48:52 UTC
Created attachment 11435 [details]
3.9.x - template view
Comment 5 Owen Leonard 2012-08-08 12:27:27 UTC

*** This bug has been marked as a duplicate of bug 8549 ***