diff options
author | Bob Arnson <bob@firegiant.com> | 2024-07-09 15:07:48 -0400 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-10-04 12:24:34 -0700 |
commit | 956796ee24804b59f2a4d987103e57e5fb68b11c (patch) | |
tree | c91740ee31c926567d2d16c8249d43a4f0572c8b /README.md | |
parent | 6b0a0837afdcaea5cf6f55832ad88fb147b9860b (diff) | |
download | wix-956796ee24804b59f2a4d987103e57e5fb68b11c.tar.gz wix-956796ee24804b59f2a4d987103e57e5fb68b11c.tar.bz2 wix-956796ee24804b59f2a4d987103e57e5fb68b11c.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 'README.md')
0 files changed, 0 insertions, 0 deletions