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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to