HandyOrg / HandyOrg/HandyControl

Window not dragable after exiting full-screen!

Open
#684 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

:bug: bug
Dominant language
C#
Stars
7.2k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

I'm using this.IsFullscreen method to enter and exit full screen mode.
But once I exit the full-screen mode by setting this.IsFullscreen = false the window is no longer dragable. And also the state of the window cannot be changed by double-clicking the title bar.
I suspect there is an issue with the title bar's Double_Click event handler.

Contributor guide

No contributing guide indexed for this repository

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 by reproducing the issue with this.IsFullscreen, then inspect the title bar's Double_Click handler and the IsFullscreen transition when setting it to false. Verify that dragging works again after exit and that double-clicking the title bar changes the window state.

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.