vi-eclipse / Eclipse-Platform

Umbrella repository for managing a backlog of features/issues related to the Eclipse Platform
2 stars 0 forks source link

Regressions regarding coordinate system change for default scenario #148

Open akoch-yatta opened 1 week ago

akoch-yatta commented 1 week ago
ShahzaibIbrahim commented 1 week ago

Case: Experimental preference inactive, equals autoscale.updateOnRuntime = false && autoscale=int200

Primary Monitor: 200% (Left) Secondary Monitor: 100% (Right)

When moving the workbench on secondary monitor and opening the search window the dialog appears on the far left (should be on center) when the window is maximized. Works fine when it's smaller.

Primary (Maximized) image

Primary (Minimized) image

Secondary (Maximized) image

Secondary (Minimized) image

HeikoKlare commented 1 week ago

Case: Dragging Views

Environment

Example

Start application (with default settings), move to secondary monitor (blurry scaled), drag views/editors. When the workbench window is fully inside the monitor and does not touch its borders (i.e., is not maximized), the view can be attached to a different view stack. When the workbench window is partly outside the windows (in particular, when being outside left for at least 1 pixel or being partly outside to the bottom) or if it is maximed, a view can only be detached.

2024-12-m2-testing_drag_view

fedejeanne commented 1 week ago

Issue

If a receiving view spans over 2 monitors then I can't attach another view to its right. All I can do is detach the view.

cannot_attach_view_multiple_displays

Expected behavior

It should be possible to attach a view to the right side of an area.

Configuration

How to reproduce