On 10/18/15, 10:26 AM, "Frank Dahmen" <[email protected]> wrote:
>callLater doesn't help > >the radiobuttons of each group are in separate HGroups, >which are visible="false" and includeInLayout="false" >and can be shown by a checkbox > >may this cause this behaviour? >although I'm asking for the groups property which is set manually to >selectedIndex=1, as said, >not for the state of a button > >or more precise: >does changing the visibility and "layoutinclusion" of a radiobutton can >have an effect on the selectedIndex of the button's >group..........SOMETIMES? > I took a look at RadioButton. There is some strange code in its updateDisplayList method, so yes, flipping visibility could trigger an updateDisplayList and mess up selection. I suppose that changing visible and includeInLayout on the Hgroup could trigger updateDisplayList on the RadioButtons in certain scenarios, like if the browser is running the app at different sizes on the problem machines and scrollbars are being added/removed or the callout doesn’t display in its usual size and/or position. HTH, -Alex
