Created attachment 17955 [details] item table cut off in marc view See attached. When viewing the marc in the opac when using ccsr the items table goes behind the grey border on the right and there is not right to left scrollbar (not that I want one - but I do want to see the rest of that table).
Created attachment 18083 [details] [review] Bug 10196 - items table partially hidden in marc view in ccsr In the CCSR theme's OPAC MARC view the table of items is truncated because the container div is styled with "overflow:hidden." I think the complete display of information is more important than not seeing a horizontal scrollbar, so this patch removes the style. To test, apply the patch and clear your browser cache. View a MARC detail page for a title which has holdings and confirm that the entire table can be seen. Test other pages to make sure no unwanted layout changes have resulted.
Created attachment 18084 [details] [review] [SIGNED-OFF] Bug 10196 - items table partially hidden in marc view in ccsr In the CCSR theme's OPAC MARC view the table of items is truncated because the container div is styled with "overflow:hidden." I think the complete display of information is more important than not seeing a horizontal scrollbar, so this patch removes the style. To test, apply the patch and clear your browser cache. View a MARC detail page for a title which has holdings and confirm that the entire table can be seen. Test other pages to make sure no unwanted layout changes have resulted. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> all tests pass
Created attachment 18089 [details] [review] [PASSED QA] Bug 10196 - items table partially hidden in marc view in ccsr In the CCSR theme's OPAC MARC view the table of items is truncated because the container div is styled with "overflow:hidden." I think the complete display of information is more important than not seeing a horizontal scrollbar, so this patch removes the style. To test, apply the patch and clear your browser cache. View a MARC detail page for a title which has holdings and confirm that the entire table can be seen. Test other pages to make sure no unwanted layout changes have resulted. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> all tests pass Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Simple CSS change, no string changes.
This is a 3.10.x-only change, as this problem does not exist on 3.12 or 3.14.
With Owen's help I was able to reproduce this problem on master. Resetting version, and pushing shortly.
This patch has been pushed to master and 3.12.x.