Skip to content

Conversation

@HeikoKlare
Copy link
Contributor

The coordinates for mouse move events in Tracker are currently just scaled via pixel/point conversion methods. However, those are display coordinates which need to take the coordinate system specifics into account and thus have to be converted via the display methods for translating coordinates.

This change adapts the implementation accordingly.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 20, 2025

Test Results

  115 files   -  3    115 suites   - 3   13m 28s ⏱️ - 4m 18s
4 616 tests  - 37  4 599 ✅  - 37  17 💤 ±0  0 ❌ ±0 
  320 runs   - 18    317 ✅  - 17   3 💤  - 1  0 ❌ ±0 

Results for commit 19ad802. ± Comparison against base commit 28bb9b4.

This pull request removes 37 tests.
AllGTKTests Test_GtkConverter ‑ test_HeuristicASCII_dollarSign
AllGTKTests Test_GtkConverter ‑ test_HeuristicASCII_emptyString
AllGTKTests Test_GtkConverter ‑ test_HeuristicASCII_letterA
AllGTKTests Test_GtkConverter ‑ test_HeuristicASCII_letters
AllGTKTests Test_GtkConverter ‑ test_HeuristicUTF16LE_null
AllGTKTests Test_GtkConverter ‑ test_HeuristicUTF16_AsciiLetters
AllGTKTests Test_GtkConverter ‑ test_HeuristicUTF16_Asciiletter
AllGTKTests Test_GtkConverter ‑ test_HeuristicUTF16_LotsOfLetters
AllGTKTests Test_GtkConverter ‑ test_HeuristicUTF16_letter
AllGTKTests Test_GtkConverter ‑ test_HeuristicUTF16_letters
…
This pull request skips 2 tests.
org.eclipse.swt.tests.junit.Test_org_eclipse_swt_browser_Browser_IE ‑ test_setUrl_remote_with_post
org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Shell ‑ test_activateEventSend

♻️ This comment has been updated with latest results.

The coordinates for mouse move events in Tracker are currently just
scaled via pixel/point conversion methods. However, those are display
coordinates which need to take the coordinate system specifics into
account and thus have to be converted via the display methods for
translating coordinates.

This change adapts the implementation accordingly.
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.

GEF: Offset when dragging flyout palette with different monitor zooms

1 participant