Defect #14460
closedIssue Checklist Strikethrough Style unsynchronized
0%
Description
Version etc: Sorry found this while using hostedredmine.com, which only states they have "Redmine stable 2.3" installed, but it's a js/css client side problem so it should normally not relate to backend (rails v ruby version etc)
Problem: The style of a check item in the issue checklist gets unsychronized if multiple boxes are checked quickly on a slow/busy connection
Expected behaviour:
When on an issue page, after checking a checkbox in the checklist, another one is checked before the submission of the first check has made the server roundtrip. Both checkboxes are checked, and both checkitem texts are strikethourgh. VIce versa for unchecking the boxes.
Actual behaviour:
When on an issue page, after checking a checkbox in the checklist, another one is checked before the submission of the first check has made the server roundtrip. First checkboxes are checked, first item checkitem text is strikethough, the second checkbox is only checked but not strikethrough. When unchecking the box again, the text becomes strikethrough (the styleing is now in an inverse state). Clearly a client-side problem, reloading the page resolves the inconsistency.