TASEmulators / TASEmulators/BizHawk

"Float from Parent" option doesn't update properly

Open
#2,620 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

App: EmuHawk Repro: Affects 2.6 Repro: Could not reproduce
Dominant language
C#
Stars
2.8k
Forks
468
PR merge metrics
No merged PRs in 30d

Description

Summary

In TASStudio and Virtualpad the option "Float from Parent" gets saved, but doesn't update anything when that form opens.

Potential fix

Im guessing you're updating window styles/float from parent thing only on checkbox changed event. Maybe do that in form load event too.

Repro
  1. Open BizHawk (tested; happens on 2.6.0 and 2.4.0)
  2. Open VirtualPad/TASStudio
  3. Turn "float from parent" off
  4. Restart application
  5. Open VirtualPad/TASStudio
  6. Checkbox (menu checkbox) will be checked, but the form will still float from parent
Host env.
  • BizHawk 2.6.0 and 2.4.0 (I didnt test other versions)
  • Windows 10
  • Ryzen 3 3200G
  • 6 gb ram

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in the TASStudio and Virtualpad windows and reproduce the saved "Float from Parent" state across an application restart. Trace where the menu checkbox is restored and where the window behavior is applied when the form opens. Done means the restored checkbox state and actual floating behavior agree in both windows.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.