HiltonRoscoe / RemoteBallotMarking

Remote Ballot Marker
GNU Affero General Public License v3.0
0 stars 0 forks source link

Toggling review checkbox causes undesired blue flash #4

Closed JDziurlaj closed 6 years ago

JDziurlaj commented 6 years ago

Overview of Problem

When checking the Reviewed checkbox (i.e. entering the "checked" state), the contest "failure" highlight will briefly display.

Cause

The cause appears to be related to the review button being under BallotChoices, which has a calculate event on it that will fire on any change.

Resolution

Proposed resolution is to move the Reviewed field to its own subform above BallotChoices, avoiding participating in the BallotChoices calculation event's trigger.