Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Report: Application Opens with Fullscreen Dimensions but Offset Position #18

Open
EV-OD opened this issue Jul 16, 2024 · 0 comments
Labels
bug Something isn't working visual bug Bug on visual apperance

Comments

@EV-OD
Copy link
Owner

EV-OD commented Jul 16, 2024

Bug Report: Application Opens with Fullscreen Dimensions but Offset Position

Description:
When the application opens, it appears to be in fullscreen mode with the width and height matching the screen dimensions. However, the top-left position of the window is slightly offset and not at coordinates (0,0).

Steps to Reproduce:

  1. Open the application.
  2. Observe the position of the application window.

Expected Behavior:
The application window should open with its top-left corner at coordinates (0,0), fully occupying the screen without any offset.

Actual Behavior:
The application window opens with width and height equal to the screen dimensions, but the top-left position is slightly offset from (0,0).

Environment:

  • OS: Windows 11

Additional Context:
This issue affects the visual alignment and user experience, especially on devices where precise positioning is important. It may also interfere with multi-monitor setups or window management utilities.

Screenshots or Videos:
image

Possible Solutions:

  • Ensure that the application window is set to (0,0) coordinates when opened in fullscreen mode.
  • Verify and adjust window positioning logic in the code to eliminate any offsets.

Development Notes:

  • Check for any window manager or platform-specific behaviors that might be causing the offset.
  • Test the solution on various operating systems and screen configurations to ensure consistent behavior.
@EV-OD EV-OD added bug Something isn't working invalid This doesn't seem right visual bug Bug on visual apperance and removed invalid This doesn't seem right labels Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working visual bug Bug on visual apperance
Projects
None yet
Development

No branches or pull requests

1 participant