Bug 40645

Summary: When adding to a list the 'list name' field is cut off
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: Staff interfaceAssignee: Nick Clemens (kidclamp) <nick>
Status: Signed Off --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: flaterdavid, gmcharlt
Version: Main   
Hardware: All   
OS: All   
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
Bug 40645: Remove 'rows' class form fieldset
Bug 40645: Prevent 'rows' class fieldset from floating
Bug 40645: Prevent 'rows' class fieldset from floating

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>