[wp-trac] [WordPress Trac] #65104: Screen Options "Number of items per page" input clips last digit for 3-digit values
WordPress Trac
noreply at wordpress.org
Sun Apr 26 21:19:06 UTC 2026
#65104: Screen Options "Number of items per page" input clips last digit for
3-digit values
---------------------------------------+-----------------------
Reporter: shatrumyatra | Owner: audrasjb
Type: defect (bug) | Status: accepted
Priority: normal | Milestone: 7.0
Component: Administration | Version: trunk
Severity: normal | Resolution:
Keywords: has-screenshots has-patch | Focuses: ui
---------------------------------------+-----------------------
Comment (by yusufmudagal):
## Test Report
Patch tested:
https://github.com/WordPress/wordpress-develop/pull/11626
Environment:
WordPress: trunk
PHP: 8.x
Browser: Chrome
OS: macOS
Steps tested:
1. Reproduced the issue before applying the patch.
2. Confirmed that the per-page input clipped larger values such as 1000.
3. Applied the GitHub PR patch successfully using:
npm run grunt patch:https://github.com/WordPress/wordpress-
develop/pull/11626
4. Verified the change in:
src/wp-admin/includes/class-wp-screen.php
5. Re-tested Screen Options on Posts, Pages, Users, Plugins, and Comments.
6. Tested values: 99, 999, 1000, and 10000.
Result:
Before the patch, larger values were clipped inside the input field.
After applying the patch, the full values are visible correctly.
No UI issues observed.
Conclusion:
Patch works as expected.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/65104#comment:16>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list