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

[Bug : Tour Data] #1189

Closed
stvzldn opened this issue Sep 29, 2023 · 2 comments
Closed

[Bug : Tour Data] #1189

stvzldn opened this issue Sep 29, 2023 · 2 comments
Labels
Milestone

Comments

@stvzldn
Copy link

stvzldn commented Sep 29, 2023

What happened ?

The Tour Data does not respond to the mouse scroll wheel nor to PageUp/PageDown nor Up/Down arrow.
If I mouse click on the first line of the Tour Data (i.e. the "C" of Created), then I get a single mouse wheel scroll or a PageDown. After that all mouse is ignored.
I can use the mouse to LeftClick and drag the scroll bar to any line of the Tour Data window. I find this is the only way to see all Tour Data. I can always copy to clipboard and view with an editor as a workaround.

Version

23.8.0 and prior

System

Windows

Relevant log output

No response

@stvzldn stvzldn added the Bug label Sep 29, 2023
@wolfgang-ch
Copy link
Collaborator

I'm aware of this limitation since 4 years but this is the reason, see line 117

/**
* With a label, the content can easily be scrolled but cannot be selected
*/
// private Label _lblAllFields;
private Text _txtAllFields;

A text field with scrollbars could be used (currently a text field without scrollbars is used) but it would look really ugly when there are two scrollbars on the right side of this view.

There is a workaround, move the mouse over the scrollbar, then the mousewheel works and the content can be scrolled to the bottom

scroll.tour.data.view.mp4

wolfgang-ch added a commit that referenced this issue Sep 30, 2023
@wolfgang-ch wolfgang-ch added this to the 23.next milestone Sep 30, 2023
@wolfgang-ch
Copy link
Collaborator

After thinking more about this issue, I found a solution to scroll the fields with the mouse wheel, page up/down or cursor up/down.

This will be available in the next version b2fc15b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants