[Bug 35976] New: Enlarge the text boxes for Barcode Width and Height
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35976 Bug ID: 35976 Summary: Enlarge the text boxes for Barcode Width and Height Change sponsored?: --- Product: Koha Version: 23.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Label/patron card printing Assignee: cnighswonger@foundations.edu Reporter: kelly@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org With the introduction of the barcode width and height options ( bug 10762), a user can now add values to adjust these dimensions. It would be very nice if the boxes for the values were bit bigger or adjustable. The boxes only hold 2 digits, but most libraries will be adding 3 digits in this box, such as 0.02 . To see the value, the cursor needs to be placed in the text box and arrowed over to see the contents. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35976 Laura Escamilla <Laura.escamilla@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff Assignee|chris.nighswonger@veritassu |Laura.escamilla@bywatersolu |peraitsolutions.com |tions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35976 --- Comment #1 from Laura Escamilla <Laura.escamilla@bywatersolutions.com> --- Created attachment 202605 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=202605&action=edit Bug 35976: Increase barcode width and height field sizes To test: Apply the patch 1. Go to Tools > Label creator. 2. Create or edit a barcode layout. 3. Locate the Barcode width and Barcode height fields. 4. Enter values containing more than two characters (for example, 0.02 and 0.03). 5. Confirm that the entire value is visible without needing to scroll within the field. 6. Save the layout. 7. Edit the layout again. 8. Confirm that the saved values are displayed completely in the input fields. 9. Sign off and have a chill day. :) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35976 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35976 Chris Nighswonger <chris.nighswonger@veritassuperaitsolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #202605|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35976 --- Comment #2 from Chris Nighswonger <chris.nighswonger@veritassuperaitsolutions.com> --- Created attachment 202625 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=202625&action=edit Bug 35976: Increase barcode width and height field sizes To test: Apply the patch 1. Go to Tools > Label creator. 2. Create or edit a barcode layout. 3. Locate the Barcode width and Barcode height fields. 4. Enter values containing more than two characters (for example, 0.02 and 0.03). 5. Confirm that the entire value is visible without needing to scroll within the field. 6. Save the layout. 7. Edit the layout again. 8. Confirm that the saved values are displayed completely in the input fields. 9. Sign off and have a chill day. :) Signed-off-by: Chris Nighswonger <chris.nighswonger@veritassuperaitsolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35976 Chris Nighswonger <chris.nighswonger@veritassuperaitsolutions.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=35976 --- Comment #3 from Chris Nighswonger <chris.nighswonger@veritassuperaitsolutions.com> --- Signed off. Tested in koha-testing-docker against current main, with and without the patch applied: - Before: Barcode width/height render with size="2"; a 4-character value such as 0.02 is clipped and requires arrowing within the field to read. - After: both fields render with size="10" and the full saved value is visible. - Saved a layout with scale_width=0.02 / scale_height=0.03; confirmed the values round-trip correctly to creator_layouts (0.020000 / 0.030000) and display in full when the layout is reopened for editing. - koha-qa.pl: PASS. Note for testers following the test plan: step 7 ("Edit the layout again") is reached via label-edit-layout.pl?op=edit_form&layout_id=NN. Using op=edit silently returns a fresh default form rather than the saved layout. Also note the label creator now lives under Cataloging rather than Tools (Bug 31162), so step 1 is Cataloging > Label creator. Verification of this patch was assisted by an AI tool; all testing was performed and reviewed by me. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35976 Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |emily.lamancusa@montgomeryc |y.org |ountymd.gov CC| |emily.lamancusa@montgomeryc | |ountymd.gov -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35976 Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #202625|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35976 --- Comment #4 from Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> --- Created attachment 202735 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=202735&action=edit Bug 35976: Increase barcode width and height field sizes To test: Apply the patch 1. Go to Tools > Label creator. 2. Create or edit a barcode layout. 3. Locate the Barcode width and Barcode height fields. 4. Enter values containing more than two characters (for example, 0.02 and 0.03). 5. Confirm that the entire value is visible without needing to scroll within the field. 6. Save the layout. 7. Edit the layout again. 8. Confirm that the saved values are displayed completely in the input fields. 9. Sign off and have a chill day. :) Signed-off-by: Chris Nighswonger <chris.nighswonger@veritassuperaitsolutions.com> Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35976 Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org