Skip to content

fix(tauri-runtime-wry): window prevent overflow monitor check - #13365

Merged
lucasfernog merged 1 commit into
devfrom
fix/position-check
May 3, 2025
Merged

fix(tauri-runtime-wry): window prevent overflow monitor check#13365
lucasfernog merged 1 commit into
devfrom
fix/position-check

Conversation

@lucasfernog

Copy link
Copy Markdown
Member
  • monitor work area are in physical units, so we must convert the window position to physical units instead of logical
  • when position.x == monitor_pos.x+monitor_size.width or position.y == monitor_pos.y+monitor_size.height the window is actually in another monitor (that should conflict with the other checks, but i've changed that just for correctness)

- monitor work area are in physical units, so we must convert the window position to physical units instead of logical
- when position.x == monitor_pos.x+monitor_size.width or position.y == monitor_pos.y+monitor_size.height the window is actually in another monitor (that should conflict with the other checks, but i've changed that just for correctness)
@lucasfernog
lucasfernog requested a review from a team as a code owner May 2, 2025 17:10
@lucasfernog
lucasfernog requested a review from Legend-Master May 2, 2025 17:10
@github-actions

github-actions Bot commented May 2, 2025

Copy link
Copy Markdown
Contributor

Package Changes Through 3b156ef

There are 6 changes which include tauri with minor, @tauri-apps/api with minor, tauri-bundler with patch, tauri-cli with patch, @tauri-apps/cli with patch, tauri-runtime-wry 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
@tauri-apps/api 2.5.0 2.6.0
tauri-bundler 2.4.0 2.4.1
tauri-runtime-wry 2.6.0 2.6.1
tauri 2.5.1 2.6.0
@tauri-apps/cli 2.5.0 2.5.1
tauri-cli 2.5.0 2.5.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

@lucasfernog
lucasfernog merged commit f0662e4 into dev May 3, 2025
@lucasfernog
lucasfernog deleted the fix/position-check branch May 3, 2025 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants