Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikita Nemkin2021-02-16 08:43:42 +0000
committerNikita Nemkin2021-02-16 08:43:42 +0000
commit67b621751358aa50cc6006b7f3b887b3518bb5f8 (patch)
treee00915c3a02e80f28790bb3a021f9f1e18d1b382
parentb04f02b9e0bc69f20b95dfd94e43fb3ab6e169ab (diff)
downloadnews-67b621751358aa50cc6006b7f3b887b3518bb5f8.tar.gz
news-67b621751358aa50cc6006b7f3b887b3518bb5f8.tar.xz
news-67b621751358aa50cc6006b7f3b887b3518bb5f8.zip
Bug 205137 - [Win32] Scrollable does not support horizontal wheel scrolling
Change-Id: I68595187105b6ee3d65b21f2d469e256045c1490 Signed-off-by: Nikita Nemkin <nikita@nemkin.ru>
-rw-r--r--4.19/platform.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/4.19/platform.html b/4.19/platform.html
index 76704cb6..86bddc83 100644
--- a/4.19/platform.html
+++ b/4.19/platform.html
@@ -52,6 +52,13 @@ ul {padding-left: 13px;}
<h2>Text Editors </h2>
</td>
</tr>
+
+ <tr id="editors-horizontal-scroll"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=205137 -->
+ <td class="title">Horizontal Scrolling in Text Editors</td>
+ <td class="content">
+ Text Editors can be scrolled horizontally using Shift+Mouse Wheel and touchpad gestures.
+ </td>
+ </tr>
<!-- ******************* End of Text Editors ************************************* -->
<!-- ****************** Debug ************************************* -->

Back to the top