Thomas Hendel

Results 7 comments of Thomas Hendel

The problem is IMHO in `AbstractSlider._onThumbMouseMove()` (AbstractSlider.js, line 249) It lacks a check whether or not the main mouse button is pressed; and if that's not the case the scrolling...

I've cloned the RAP repo and committed a change to my clone - see https://github.com/hendeltom/org.eclipse.rap/commit/45a47ec4a0fbd47a9714aa77a1257526aeb93fac If that's ok for you I could create a PR from this. Btw., ECA is...

I've just created the PR - https://github.com/eclipse-rap/org.eclipse.rap/pull/180. How's the reviewer assigned?

I've got a stack trace, unfortunately only as screenshot. I'll attach it anyway. ![2024-02-27-stacktrace-fileupload](https://github.com/eclipse-rap/org.eclipse.rap/assets/7311310/8e22d454-9580-4022-bec2-5145833d90bd)

I'll try to provide a PR, but this might take a few days...

@Witoso but it should be :-) - I also miss this functionality

@dkrahn @Reinmar That's exactly the situation I ran into... And there's one more point: If you have for example content like this: ```html First line Last line ``` then you...