hi i've been having this issue eversince I upgraded to 4.1.10
When I open a forum (on forumdisplay.php), and try to make selection using "Inline Mod",
all these options are not working: Select All, Deselect All, Invert Selection
The error returned on javascript console are:
I have tried on VB default styles, and different browser client. No luck.
How to fix this? (other than upgrading of course)
When I open a forum (on forumdisplay.php), and try to make selection using "Inline Mod",
all these options are not working: Select All, Deselect All, Invert Selection
The error returned on javascript console are:
Code:
#Select All# TypeError: Cannot set property 'checked' of null [[URL="https://www.vbulletin.com/forum/view-source:http://localhost/clientscript/vbulletin-core.js?v=4110"]http://localhost/clientscript/vbulletin-core.js?v=4110:11[/URL]] #Deselect All# TypeError: Cannot set property 'checked' of null [[URL="https://www.vbulletin.com/forum/view-source:http://localhost/clientscript/vbulletin-core.js?v=4110"]http://localhost/clientscript/vbulletin-core.js?v=4110:11[/URL]] #Invert Selection# TypeError: Cannot read property 'checked' of null [[URL="https://www.vbulletin.com/forum/view-source:http://localhost/clientscript/vbulletin-core.js?v=4110"]http://localhost/clientscript/vbulletin-core.js?v=4110:11[/URL]]
How to fix this? (other than upgrading of course)
Comment