Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obscured controls can't be inspected #59

Open
basilevs opened this issue Mar 26, 2024 · 0 comments
Open

Obscured controls can't be inspected #59

basilevs opened this issue Mar 26, 2024 · 0 comments

Comments

@basilevs
Copy link
Contributor

LazyTreePathContentProvider and similar lazy components do not populate their models until rendered. In some windowsing systems render does not happen if control is overlapped/obscured by another control or window.
RCPTT solved this on Windows by forcefully bringing a window with control under inspection to foreground. Now same problem happens in GTK.

Affected mockup test:
ADI-10_ReadTreeFromBackgroundShell

The solution would be to attempt bringing the window to foreground, but Eclipse SWT does not expose Gtk.Window.present method to Java.

basilevs added a commit to xored/q7.quality.mockups that referenced this issue Mar 30, 2024
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

No branches or pull requests

1 participant