From eb8a1b53d204c412f017b1cb92afa2170ea33ed0 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Fri, 18 Apr 2025 16:11:14 +1000 Subject: [PATCH 1/3] Fix for input on mac --- v3/internal/templates/lit-ts/frontend/public/style.css | 3 --- v3/internal/templates/lit/frontend/public/style.css | 3 --- v3/internal/templates/preact-ts/frontend/public/style.css | 3 --- v3/internal/templates/preact/frontend/public/style.css | 3 --- v3/internal/templates/qwik-ts/frontend/public/style.css | 3 --- v3/internal/templates/qwik/frontend/public/style.css | 3 --- .../templates/react-swc-ts/frontend/public/style.css | 3 --- v3/internal/templates/react-swc/frontend/public/style.css | 3 --- v3/internal/templates/react-ts/frontend/public/style.css | 3 --- v3/internal/templates/react/frontend/public/style.css | 3 --- v3/internal/templates/solid-ts/frontend/public/style.css | 3 --- v3/internal/templates/solid/frontend/public/style.css | 3 --- v3/internal/templates/svelte-ts/frontend/public/style.css | 3 --- v3/internal/templates/svelte/frontend/public/style.css | 3 --- .../templates/sveltekit-ts/frontend/static/style.css | 3 --- v3/internal/templates/sveltekit/frontend/frontend/style.css | 3 --- v3/internal/templates/sveltekit/frontend/static/style.css | 3 --- v3/internal/templates/vanilla-ts/frontend/public/style.css | 6 +++--- v3/internal/templates/vanilla/frontend/public/style.css | 3 --- 19 files changed, 3 insertions(+), 57 deletions(-) diff --git a/v3/internal/templates/lit-ts/frontend/public/style.css b/v3/internal/templates/lit-ts/frontend/public/style.css index 8403ee0fd..10550a378 100644 --- a/v3/internal/templates/lit-ts/frontend/public/style.css +++ b/v3/internal/templates/lit-ts/frontend/public/style.css @@ -13,9 +13,6 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -} - -* { user-select: none; -webkit-user-select: none; -moz-user-select: none; diff --git a/v3/internal/templates/lit/frontend/public/style.css b/v3/internal/templates/lit/frontend/public/style.css index 8403ee0fd..10550a378 100644 --- a/v3/internal/templates/lit/frontend/public/style.css +++ b/v3/internal/templates/lit/frontend/public/style.css @@ -13,9 +13,6 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -} - -* { user-select: none; -webkit-user-select: none; -moz-user-select: none; diff --git a/v3/internal/templates/preact-ts/frontend/public/style.css b/v3/internal/templates/preact-ts/frontend/public/style.css index 5d7b7e09c..c4f073382 100644 --- a/v3/internal/templates/preact-ts/frontend/public/style.css +++ b/v3/internal/templates/preact-ts/frontend/public/style.css @@ -13,9 +13,6 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -} - -* { user-select: none; -webkit-user-select: none; -moz-user-select: none; diff --git a/v3/internal/templates/preact/frontend/public/style.css b/v3/internal/templates/preact/frontend/public/style.css index 5d7b7e09c..c4f073382 100644 --- a/v3/internal/templates/preact/frontend/public/style.css +++ b/v3/internal/templates/preact/frontend/public/style.css @@ -13,9 +13,6 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -} - -* { user-select: none; -webkit-user-select: none; -moz-user-select: none; diff --git a/v3/internal/templates/qwik-ts/frontend/public/style.css b/v3/internal/templates/qwik-ts/frontend/public/style.css index 2b447c0b6..c1d8d1a2e 100644 --- a/v3/internal/templates/qwik-ts/frontend/public/style.css +++ b/v3/internal/templates/qwik-ts/frontend/public/style.css @@ -13,9 +13,6 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -} - -* { user-select: none; -webkit-user-select: none; -moz-user-select: none; diff --git a/v3/internal/templates/qwik/frontend/public/style.css b/v3/internal/templates/qwik/frontend/public/style.css index 2b447c0b6..c1d8d1a2e 100644 --- a/v3/internal/templates/qwik/frontend/public/style.css +++ b/v3/internal/templates/qwik/frontend/public/style.css @@ -13,9 +13,6 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -} - -* { user-select: none; -webkit-user-select: none; -moz-user-select: none; diff --git a/v3/internal/templates/react-swc-ts/frontend/public/style.css b/v3/internal/templates/react-swc-ts/frontend/public/style.css index a36cce4f8..0ba9cf5cc 100644 --- a/v3/internal/templates/react-swc-ts/frontend/public/style.css +++ b/v3/internal/templates/react-swc-ts/frontend/public/style.css @@ -13,9 +13,6 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -} - -* { user-select: none; -webkit-user-select: none; -moz-user-select: none; diff --git a/v3/internal/templates/react-swc/frontend/public/style.css b/v3/internal/templates/react-swc/frontend/public/style.css index a36cce4f8..0ba9cf5cc 100644 --- a/v3/internal/templates/react-swc/frontend/public/style.css +++ b/v3/internal/templates/react-swc/frontend/public/style.css @@ -13,9 +13,6 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -} - -* { user-select: none; -webkit-user-select: none; -moz-user-select: none; diff --git a/v3/internal/templates/react-ts/frontend/public/style.css b/v3/internal/templates/react-ts/frontend/public/style.css index a36cce4f8..0ba9cf5cc 100644 --- a/v3/internal/templates/react-ts/frontend/public/style.css +++ b/v3/internal/templates/react-ts/frontend/public/style.css @@ -13,9 +13,6 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -} - -* { user-select: none; -webkit-user-select: none; -moz-user-select: none; diff --git a/v3/internal/templates/react/frontend/public/style.css b/v3/internal/templates/react/frontend/public/style.css index a36cce4f8..0ba9cf5cc 100644 --- a/v3/internal/templates/react/frontend/public/style.css +++ b/v3/internal/templates/react/frontend/public/style.css @@ -13,9 +13,6 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -} - -* { user-select: none; -webkit-user-select: none; -moz-user-select: none; diff --git a/v3/internal/templates/solid-ts/frontend/public/style.css b/v3/internal/templates/solid-ts/frontend/public/style.css index 2b7547eb4..892241249 100644 --- a/v3/internal/templates/solid-ts/frontend/public/style.css +++ b/v3/internal/templates/solid-ts/frontend/public/style.css @@ -13,9 +13,6 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -} - -* { user-select: none; -webkit-user-select: none; -moz-user-select: none; diff --git a/v3/internal/templates/solid/frontend/public/style.css b/v3/internal/templates/solid/frontend/public/style.css index 2b7547eb4..892241249 100644 --- a/v3/internal/templates/solid/frontend/public/style.css +++ b/v3/internal/templates/solid/frontend/public/style.css @@ -13,9 +13,6 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -} - -* { user-select: none; -webkit-user-select: none; -moz-user-select: none; diff --git a/v3/internal/templates/svelte-ts/frontend/public/style.css b/v3/internal/templates/svelte-ts/frontend/public/style.css index 259397254..0b9c58279 100644 --- a/v3/internal/templates/svelte-ts/frontend/public/style.css +++ b/v3/internal/templates/svelte-ts/frontend/public/style.css @@ -13,9 +13,6 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -} - -* { user-select: none; -webkit-user-select: none; -moz-user-select: none; diff --git a/v3/internal/templates/svelte/frontend/public/style.css b/v3/internal/templates/svelte/frontend/public/style.css index 259397254..0b9c58279 100644 --- a/v3/internal/templates/svelte/frontend/public/style.css +++ b/v3/internal/templates/svelte/frontend/public/style.css @@ -13,9 +13,6 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -} - -* { user-select: none; -webkit-user-select: none; -moz-user-select: none; diff --git a/v3/internal/templates/sveltekit-ts/frontend/static/style.css b/v3/internal/templates/sveltekit-ts/frontend/static/style.css index 259397254..0b9c58279 100644 --- a/v3/internal/templates/sveltekit-ts/frontend/static/style.css +++ b/v3/internal/templates/sveltekit-ts/frontend/static/style.css @@ -13,9 +13,6 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -} - -* { user-select: none; -webkit-user-select: none; -moz-user-select: none; diff --git a/v3/internal/templates/sveltekit/frontend/frontend/style.css b/v3/internal/templates/sveltekit/frontend/frontend/style.css index 259397254..0b9c58279 100644 --- a/v3/internal/templates/sveltekit/frontend/frontend/style.css +++ b/v3/internal/templates/sveltekit/frontend/frontend/style.css @@ -13,9 +13,6 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -} - -* { user-select: none; -webkit-user-select: none; -moz-user-select: none; diff --git a/v3/internal/templates/sveltekit/frontend/static/style.css b/v3/internal/templates/sveltekit/frontend/static/style.css index 259397254..0b9c58279 100644 --- a/v3/internal/templates/sveltekit/frontend/static/style.css +++ b/v3/internal/templates/sveltekit/frontend/static/style.css @@ -13,9 +13,6 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -} - -* { user-select: none; -webkit-user-select: none; -moz-user-select: none; diff --git a/v3/internal/templates/vanilla-ts/frontend/public/style.css b/v3/internal/templates/vanilla-ts/frontend/public/style.css index 259397254..fda46232a 100644 --- a/v3/internal/templates/vanilla-ts/frontend/public/style.css +++ b/v3/internal/templates/vanilla-ts/frontend/public/style.css @@ -13,15 +13,15 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -} - -* { user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; } +* { +} + @font-face { font-family: "Inter"; font-style: normal; diff --git a/v3/internal/templates/vanilla/frontend/public/style.css b/v3/internal/templates/vanilla/frontend/public/style.css index 259397254..0b9c58279 100644 --- a/v3/internal/templates/vanilla/frontend/public/style.css +++ b/v3/internal/templates/vanilla/frontend/public/style.css @@ -13,9 +13,6 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -} - -* { user-select: none; -webkit-user-select: none; -moz-user-select: none; From f59798ef1dc42407355b0d466f7749fbd54e9536 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Fri, 18 Apr 2025 16:15:39 +1000 Subject: [PATCH 2/3] Update changelog --- docs/src/content/docs/changelog.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/content/docs/changelog.mdx b/docs/src/content/docs/changelog.mdx index 681e3715f..fd584c975 100644 --- a/docs/src/content/docs/changelog.mdx +++ b/docs/src/content/docs/changelog.mdx @@ -115,6 +115,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed icon generation paths by [@robin-samuel](https://github.com/robin-samuel) in [#4125](https://github.com/wailsapp/wails/pull/4125) - Fixed Dialogs runtime function returning escaped paths on Windows by [TheGB0077](https://github.com/TheGB0077) in [#4188](https://github.com/wailsapp/wails/pull/4188) - Fixed Webview2 detection path in HKCU by [@leaanthony](https://github.com/leaanthony). +- Fixed input issue with macOS by [@leaanthony](https://github.com/leaanthony). ### Changed From 0222bfa728fb1b04d972fd2f7677f36035c21542 Mon Sep 17 00:00:00 2001 From: Fabio Massaioli Date: Fri, 18 Apr 2025 10:32:18 +0200 Subject: [PATCH 3/3] Fix empty selector --- v3/internal/templates/vanilla-ts/frontend/public/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/v3/internal/templates/vanilla-ts/frontend/public/style.css b/v3/internal/templates/vanilla-ts/frontend/public/style.css index fda46232a..0b9c58279 100644 --- a/v3/internal/templates/vanilla-ts/frontend/public/style.css +++ b/v3/internal/templates/vanilla-ts/frontend/public/style.css @@ -19,9 +19,6 @@ -ms-user-select: none; } -* { -} - @font-face { font-family: "Inter"; font-style: normal;