[wp-trac] [WordPress Trac] #39739: Select All Checkbox Not Working
WordPress Trac
noreply at wordpress.org
Mon Jan 30 16:50:49 UTC 2017
#39739: Select All Checkbox Not Working
--------------------------+------------------------------
Reporter: reldev | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 4.7
Severity: normal | Resolution:
Keywords: | Focuses: javascript
--------------------------+------------------------------
Comment (by afercia):
Changing
`$body.on( 'click', 'tbody .check-column :checkbox', function( event ) {`
in
`$body.on( 'click', 'tbody > .check-column :checkbox', function( event )
{`
should fix it. @reldev could you please check if that addresses your
specific use case?
Even if I'm not sure nested tables are a good thing, if the fix is so
simple I'd be in favor of fixing it ;)
--
Ticket URL: <https://core.trac.wordpress.org/ticket/39739#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list