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

Wails v2.8.0 Windows bottom edge and right edge off by 1px #3388

Open
Xelus22 opened this issue Apr 10, 2024 · 0 comments
Open

Wails v2.8.0 Windows bottom edge and right edge off by 1px #3388

Xelus22 opened this issue Apr 10, 2024 · 0 comments
Labels
Bug Something isn't working

Comments

@Xelus22
Copy link

Xelus22 commented Apr 10, 2024

Description

In Windows, if you put a 1px border on the most outer div, the bottom edge and right edge will be cut off.

This is not reproducable on Linux with Chrome browser using WSL2.
image
(a bit hard to see)

easier to see dark mode
image

Linux:
image

To Reproduce

Go to https://github.com/Xelus22/wails_svelte_repro/

Build and open. You will instantly see it

Expected behaviour

Expected that the border will be on all edges

Screenshots

(see description)

Attempted Fixes

Attempted to check if it was CSS but it seems it is not.

System Details

xelus:~/wails_svelte_repro$ wails doctor


          Wails Doctor



# Wails
Version         | v2.8.0
Package Manager | apt

# System
┌────────────────────────────────────────────────────┐
| OS           | Ubuntu                              |
| Version      | 22.04                               |
| ID           | ubuntu                              |
| Go Version   | go1.22.1                            |
| Platform     | linux                               |
| Architecture | amd64                               |
| CPU          | AMD Ryzen 9 5900X 12-Core Processor |
| GPU          | Unknown                             |
| Memory       | 16GB                                |
└────────────────────────────────────────────────────┘

# Dependencies
┌──────────────────────────────────────────────────────────────────────────┐
| Dependency | Package Name          | Status    | Version                 |
| *docker    | docker.io             | Available | 24.0.5-0ubuntu1~22.04.1 |
| gcc        | build-essential       | Installed | 12.9ubuntu3             |
| libgtk-3   | libgtk-3-dev          | Installed | 3.24.33-1ubuntu2        |
| libwebkit  | libwebkit2gtk-4.0-dev | Installed | 2.42.5-0ubuntu0.22.04.2 |
| npm        | npm                   | Installed | 10.2.4                  |
| *nsis      | nsis                  | Installed | v3.08-2                 |
| pkg-config | pkg-config            | Installed | 0.29.2-1ubuntu3         |
└──────────────────────── * - Optional Dependency ─────────────────────────┘

# Diagnosis
Optional package(s) installation details:
  - docker: sudo apt install docker.io

Additional context

Could be related to #3260 ? Im unsure

@Xelus22 Xelus22 added the Bug Something isn't working label Apr 10, 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
Projects
None yet
Development

No branches or pull requests

1 participant