diff options
author | Bob Arnson <bob@firegiant.com> | 2024-07-09 15:07:48 -0400 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-07-15 15:21:20 -0700 |
commit | 807e41c8de43f3a920e02e7f20f4724e360ae708 (patch) | |
tree | 6ee83e922a2a63dcb97b51e1b6a927eef50f17a1 /.github | |
parent | 0fb9a659a9045279e88fd418fa0342ca2ef7027e (diff) | |
download | wix-807e41c8de43f3a920e02e7f20f4724e360ae708.tar.gz wix-807e41c8de43f3a920e02e7f20f4724e360ae708.tar.bz2 wix-807e41c8de43f3a920e02e7f20f4724e360ae708.zip |
Prevent unnecessary refreshes that move focus.
Spillover from having more interactive controls. In WiX v3, showing a
page moved the focus as a typical person might expect. When WiX v4
added interactivity, the same code was used to update controls (e.g.,
when checking a checkbox set a property used in a `VisibleCondition` or
`EnableCondition` for another control on the same page). This change
prevents the focus-setting behavior if the same page is being shown.
Fixes https://github.com/wixtoolset/issues/issues/8144
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions