[wp-trac] [WordPress Trac] #51256: Duplicate HTML IDs for checkboxes in Plugins list table
WordPress Trac
noreply at wordpress.org
Fri Oct 16 18:56:03 UTC 2020
#51256: Duplicate HTML IDs for checkboxes in Plugins list table
----------------------------+-----------------------------
Reporter: SergeyBiryukov | Owner: SergeyBiryukov
Type: defect (bug) | Status: reviewing
Priority: normal | Milestone: 5.6
Component: Plugins | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses: administration
----------------------------+-----------------------------
Changes (by Hareesh Pillai):
* keywords: has-patch needs-refresh => has-patch
Comment:
Sharing the test results -
Before patch:
{{{
<input type="checkbox" name="checked[]" value="debug-bar/debug-bar.php"
id="checkbox_7723712c996358d091e67d12c55e0c79">
<input type="checkbox" name="checked[]" value="debug-bar-old/debug-
bar.php" id="checkbox_7723712c996358d091e67d12c55e0c79">
}}}
After patch:
{{{
<input type="checkbox" name="checked[]" value="debug-bar/debug-bar.php"
id="checkbox_3181a37392941a47d4bf52bcd57f8c31">
<input type="checkbox" name="checked[]" value="debug-bar-old/debug-
bar.php" id="checkbox_197a0c40d6f1064ea9fb5f9fa449cc19">
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/51256#comment:8>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list