[Bug 32577] New: Transactions table overflows window-size
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32577 Bug ID: 32577 Summary: Transactions table overflows window-size Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Fines and fees Assignee: koha-bugs@lists.koha-community.org Reporter: matt.blenkinsop@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org Created attachment 145090 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145090&action=edit Image of issue When a transaction is added to a patron's account the table overflows the div and is cut-off by the window size. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32577 --- Comment #1 from Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> --- Created attachment 145091 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145091&action=edit Bug 32577: Transaction table overflows div The transations table on a patron's account overflows the window and needs to be scrollable Test plan: 1) Add a fine to a patron 2) Navigate to that Patrons detail page and click on the accounting tab from the menu on the left 3) Observe that the table overflows the window as per the image attached to this bug 4) Apply patch 5) Repeat step 2 6) The table should now have a scrollbar and be contained within its div rather than overflowing -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32577 Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |matt.blenkinsop@ptfs-europe |ity.org |.com Status|NEW |Needs Signoff --- Comment #2 from Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> --- There will probably be other examples of this - maybe something needs to be done to the KohaTable wrapper to fix this universally...? I've opted for an overflow scroll here, feedback on other/preferred options is welcome -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32577 Marius <marius.mandrescu@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32577 Marius <marius.mandrescu@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #145091|0 |1 is obsolete| | --- Comment #3 from Marius <marius.mandrescu@inlibro.com> --- Created attachment 145335 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145335&action=edit Bug 32577: Transaction table overflows div The package works well, but we could also put it on the "make a payment" page. Signed-off-by: Marius Mandrescu <marius.mandrescu@inLibro.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32577 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |In Discussion --- Comment #4 from Owen Leonard <oleonard@myacpl.org> --- This problem is true of any table that's wide enough to extend off the page, so any solution we do should be global if possible. I've been thinking about a solution that would add "display:table; width:100%" to .tab-content and .page-section. This would make those containers expand to the width of the table. I'm not a fan of having "overflow:scroll" on the table wrapper because users with a basic mouse will have to scroll all the way down to the bottom of the table to reach the scrollbar. It can also be difficult to tell at first glance that the table is overflowing at all. I think it's better that the page itself have a horizontal scrollbar if necessary. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32577 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I think a horizontal scroll bar was also highlighted as an accessibility issue (bug 33516), so we should avoid it. How can we proceed here? Owen, do you have a patch with your idea for comparison? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32577 Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|matt.blenkinsop@ptfs-europe |koha-bugs@lists.koha-commun |.com |ity.org -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32577 Mathieu Saby <mathsabypro@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathsabypro@gmail.com --- Comment #6 from Mathieu Saby <mathsabypro@gmail.com> --- Same issue as the circulation rules table? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org