HandyOrg / HandyOrg/HandyControl
Window not dragable after exiting full-screen!
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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