DescriptionPrecisely account for required buttons in a radio group.
As part of processing the name attribute for a radio button, it is
added to the current radio button group. For buttons that are
additionally "required", that leads to double accounting for the
group's count of such required buttons, as the radio button group
doesn't keep track what has been registered as "required" already
or not.
Address by having the button group track the registered "required"
state of its members/buttons.
R=keishi,tkent
BUG=
Committed: https://crrev.com/41bffb130f01d585117db7569e7fb07429f46461
Cr-Commit-Position: refs/heads/master@{#371476}
Patch Set 1 #Patch Set 2 : fix oilpan compilation #
Messages
Total messages: 12 (5 generated)
|