[Koha-bugs] [Bug 12135] New: Pending suggestions table width is wrong

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 24 20:07:01 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12135

            Bug ID: 12135
           Summary: Pending suggestions table width is wrong
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: cbrannon at cdalibrary.org
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

It looks like the table for pending suggestions is out of whack.  All the other
tabs are formatting to a width of 1006px, but the pending request are
formatting the table to a width of 1256px.

Apparently this can't be fixed with jQuery.  I can adjust the widths of the
tables on the other tabs, but for some reason it won't work on this particular
table.  This is the jQuery I used:

$("#ASKEDt").css("width","1006px");

If I change the ID to one of the other tables, it works just fine.  May be part
of the bug.  It looks like it applies, but when you click the tab to look at
this table, the old size appears, which makes me think the style is being
applied when the tab is clicked, and overridden.  The funny thing is that it
doesn't do this with the other tabs.  The jQuery override is applied and
sticks, even after changing between the tabs.

Christopher

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


More information about the Koha-bugs mailing list