Bug 40645 - When adding to a list the 'list name' field is cut off
Summary: When adding to a list the 'list name' field is cut off
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Nick Clemens (kidclamp)
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-08-13 14:31 UTC by Nick Clemens (kidclamp)
Modified: 2025-08-23 14:06 UTC (History)
2 users (show)

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


Attachments
Bug 40645: Remove 'rows' class form fieldset (1.33 KB, patch)
2025-08-13 14:33 UTC, Nick Clemens (kidclamp)
Details | Diff | Splinter Review
Bug 40645: Remove 'rows' class form fieldset (1.38 KB, patch)
2025-08-13 18:13 UTC, David Flater
Details | Diff | Splinter Review
Bug 40645: Prevent 'rows' class fieldset from floating (1.14 KB, patch)
2025-08-22 11:59 UTC, Nick Clemens (kidclamp)
Details | Diff | Splinter Review
Bug 40645: Prevent 'rows' class fieldset from floating (1.19 KB, patch)
2025-08-23 14:06 UTC, Owen Leonard
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens (kidclamp) 2025-08-13 14:31:35 UTC
To recreate:
1 - In the staff client do a search
2 - Select all results
3 - Add to list -> new list
4 - Scroll down, list name field is cut off
Comment 1 Nick Clemens (kidclamp) 2025-08-13 14:33:07 UTC
Created attachment 185374 [details] [review]
Bug 40645: Remove 'rows' class form fieldset

To test:
1 - In the staff client do a search
2 - Select all results
3 - Add to list -> new list
4 - Scroll down, list name field is cut off
5 - Apply patch
6 - Close the list window and add to list again
7 - List naem field is now visible
Comment 2 David Flater 2025-08-13 18:13:24 UTC
Created attachment 185377 [details] [review]
Bug 40645: Remove 'rows' class form fieldset

To test:
1 - In the staff client do a search
2 - Select all results
3 - Add to list -> new list
4 - Scroll down, list name field is cut off
5 - Apply patch
6 - Close the list window and add to list again
7 - List naem field is now visible

Signed-off-by: David Flater <flaterdavid@gmail.com>
Comment 3 Nick Clemens (kidclamp) 2025-08-22 11:59:46 UTC
Created attachment 185709 [details] [review]
Bug 40645: Prevent 'rows' class fieldset from floating

To test:
1 - In the staff client do a search
2 - Select all results
3 - Add to list -> new list
4 - Scroll down, list name field is cut off
5 - Apply patch
6 - Close the list window and add to list again
7 - List name field is now visible
Comment 4 Nick Clemens (kidclamp) 2025-08-22 12:00:07 UTC
New patch provided based on feedback from Owen
Comment 5 Owen Leonard 2025-08-23 14:06:06 UTC
Created attachment 185725 [details] [review]
Bug 40645: Prevent 'rows' class fieldset from floating

To test:
1 - In the staff client do a search
2 - Select all results
3 - Add to list -> new list
4 - Scroll down, list name field is cut off
5 - Apply patch
6 - Close the list window and add to list again
7 - List name field is now visible

Signed-off-by: Owen Leonard <oleonard@myacpl.org>