Bug 39696 - Low contrast for claim return date in circulation overdue report
Summary: Low contrast for claim return date in circulation overdue report
Status: Needs Signoff
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Laura Escamilla
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-22 12:27 UTC by Laura Escamilla
Modified: 2025-04-22 13:06 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 39696: Enhanced text contrast by changing it to black (1.71 KB, patch)
2025-04-22 13:06 UTC, Laura Escamilla
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Laura Escamilla 2025-04-22 12:27:27 UTC
Steps to Reproduce:
1. Enable the ability to mark items as "Claimed Returned" by setting the ClaimReturnedLostValue system preference.
2. Check out an item to a patron, and backdate the due date so that it becomes overdue.
3. Navigate to: /cgi-bin/koha/circ/overdue.pl to view the overdue item.
4. Mark the item as "Claims Returned".
5. Observe the display: the claim return date text uses #fff (white), which is not visible on white table rows and has poor contrast on grey rows.
Comment 1 Laura Escamilla 2025-04-22 13:06:33 UTC
Created attachment 181261 [details] [review]
Bug 39696: Enhanced text contrast by changing it to black

Steps to test:
1. Enable the ability to mark items as "Claimed Returned" by setting the ClaimReturnedLostValue system preference.
2. Check out an item to a patron, and backdate the due date so that it becomes overdue.
3. Navigate to: /cgi-bin/koha/circ/overdue.pl to view the overdue item.
4. Mark the item as "Claims Returned".
5. Observe the display: the claim return date text uses #fff (white), which is not visible on white table rows and has poor contrast on grey rows.
6. Apply the patch
7. Yarn build
8. Clear cache in browser and observe the display: the claim return date text is now #000 (black).
9. Sign off and have an amazing day! :D