Summary: | Tooltip on opac-messaging.pl obscured by table headers | ||
---|---|---|---|
Product: | Koha | Reporter: | Sally <sally.healey> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | andrew, caroline.cyr-la-rose, david, fridolin.somers |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This patch fixes the display of tooltips in a patrons OPAC account for the 'your messaging' section. It corrects which Bootstrap assets are compiled with the OPAC CSS - the file for Bootstrap tooltips should be included.
|
Version(s) released in: |
21.05.00,20.11.03
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 27005 | ||
Attachments: |
Tooltip obscured by table headers
Bug 27543: Tooltip on opac-messaging.pl obscured by table headers Bug 27543: Tooltip on opac-messaging.pl obscured by table headers Bug 27543: Tooltip on opac-messaging.pl obscured by table headers |
Description
Sally
2021-01-25 12:06:42 UTC
Thanks for this report, Sally. I notice this recently too but forgot to file a bug! Created attachment 115761 [details] [review] Bug 27543: Tooltip on opac-messaging.pl obscured by table headers This patch corrects which Bootstrap assets are compiled with the OPAC CSS -- The file for Bootstrap tooltips should be included. To test, apply the patch and rebuild the OPAC CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). 1) Log into the OPAC. 2) Go to 'your messaging' (opac-messaging.pl). 3) Hover over the Digests only tooltip. 4) Note that the tooltip looks correct. Created attachment 115762 [details] [review] Bug 27543: Tooltip on opac-messaging.pl obscured by table headers This patch corrects which Bootstrap assets are compiled with the OPAC CSS -- The file for Bootstrap tooltips should be included. To test, apply the patch and rebuild the OPAC CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). 1) Log into the OPAC. 2) Go to 'your messaging' (opac-messaging.pl). 3) Hover over the Digests only tooltip. 4) Note that the tooltip looks correct. Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> Brilliant, thanks for the quick fix! Works perfectly. Created attachment 115838 [details] [review] Bug 27543: Tooltip on opac-messaging.pl obscured by table headers This patch corrects which Bootstrap assets are compiled with the OPAC CSS -- The file for Bootstrap tooltips should be included. To test, apply the patch and rebuild the OPAC CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). 1) Log into the OPAC. 2) Go to 'your messaging' (opac-messaging.pl). 3) Hover over the Digests only tooltip. 4) Note that the tooltip looks correct. Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> Pushed to master for 21.05, thanks to everybody involved! Pushed to 20.11.x for 20.11.03 Can't recreate on 20.05, therefore not backporting. I looked at this in both Firefox and Chrome and the tooltip is working as intended. Please let me know if you're seeing something else in 20.05. |