? Pending

User tests: Successful: Unsuccessful:

avatar Jovaage
Jovaage
19 Nov 2015

When you select an entry in a list by clicking a checkbox, Joomla.isChecked is called, with the boolean this.checked as its first, and often only, parameter.

It uses that parameter to determine whether it should increase or decrease the count, stored in the hidden input boxchecked.

Instead of actually increasing or decreasing the value. It concatenates "1" or "-1" depending on whether you checked, or unchecked the box.

This fixes this, by using ++ and -- operators instead of += 1 and += -1

avatar Jovaage Jovaage - open - 19 Nov 2015
avatar Jovaage Jovaage - change - 19 Nov 2015
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 19 Nov 2015
Labels Added: ?
avatar Jovaage Jovaage - change - 19 Nov 2015
Title
Chekced checkbox counting bugfix
Checked checkbox counting bugfix
avatar zero-24 zero-24 - change - 25 Nov 2015
Category JavaScript
avatar henkrijneveld henkrijneveld - test_item - 23 Apr 2016 - Tested unsuccessfully
avatar henkrijneveld
henkrijneveld - comment - 23 Apr 2016

I have tested this item :red_circle: unsuccessfully on 03c0a70

issue already solved in an other way in 3.5.2


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8495.

avatar joomla-cms-bot joomla-cms-bot - change - 31 Jul 2016
Category JavaScript
avatar roland-d roland-d - change - 31 Jul 2016
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2016-07-31 22:00:00
Closed_By roland-d
avatar roland-d roland-d - close - 31 Jul 2016
avatar roland-d
roland-d - comment - 31 Jul 2016

I am closing this issue as the core has another fix in place. Thank you for your contribution.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8495.

Add a Comment

Login with GitHub to post a comment