tao icon indicating copy to clipboard operation
tao copied to clipboard

feat(windows): webview window focusable property #11130

Open robertrpf opened this issue 6 months ago • 3 comments

Adds the option to create non focusable windows in Windows.

The feature was requested in https://github.com/tauri-apps/tauri/issues/11130

robertrpf avatar Jun 04 '25 08:06 robertrpf

Package Changes Through a3e0af64e44c0b1d8794a9e95d5fb6852dc5ca60

There are 1 changes which include tao with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tao 0.34.0 0.34.1

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

github-actions[bot] avatar Jun 04 '25 12:06 github-actions[bot]

we should try to implement this for the other platforms too

lucasfernog avatar Jun 24 '25 15:06 lucasfernog

yeah, sooner or later at least. the author asked upfront if windows-only implementation is okay for a start. I said yes, cause it's a start at least. Not sure if one of us can work on linux / macos anytime soon so maybe merge it windows-only for now and add the other platforms later?

gtk seems to be easy* so i can add that right to this pr but i can't spot anything for macos

* if accept-focus is right, weird that electron doesn't support linux

edit: for macos, ~~electron sets setDisableKeyOrMainWindow but i don't find any mention of this anywhere else on the internet.~~ nvm that's a custom setting they use as a return value for the overwritten canBecomeMain|KeyWindow methods.

FabianLars avatar Jun 24 '25 16:06 FabianLars

CI error on Windows has been happening for a while, not related to this PR

lucasfernog avatar Aug 17 '25 14:08 lucasfernog