From 16b0944d6a0ad2a57af56fc9fe7ae601cb2c77b8 Mon Sep 17 00:00:00 2001 From: BerndN Date: Mon, 23 Sep 2019 13:11:17 +0200 Subject: [PATCH 1/2] [Bug 22381] SE fix number scroll is in sync on "Select all" --- .../behaviors/revsecommoneditorbehavior.livecodescript | 1 + 1 file changed, 1 insertion(+) diff --git a/Toolset/palettes/script editor/behaviors/revsecommoneditorbehavior.livecodescript b/Toolset/palettes/script editor/behaviors/revsecommoneditorbehavior.livecodescript index b24dd08a36..b13300d47e 100644 --- a/Toolset/palettes/script editor/behaviors/revsecommoneditorbehavior.livecodescript +++ b/Toolset/palettes/script editor/behaviors/revsecommoneditorbehavior.livecodescript @@ -3054,6 +3054,7 @@ command actionSelectAll if word 1 of the name of the focusedObject is "field" then select char 1 to -1 of the focusedObject + send "scrollbarDrag" to the focusedObject end if unlock messages end actionSelectAll From f5666a4603411d331d613a0b5779d1a8aea2fd32 Mon Sep 17 00:00:00 2001 From: BerndN Date: Mon, 23 Sep 2019 13:14:50 +0200 Subject: [PATCH 2/2] Create bugfix-22381.md --- notes/bugfix-22381.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 notes/bugfix-22381.md diff --git a/notes/bugfix-22381.md b/notes/bugfix-22381.md new file mode 100644 index 0000000000..074ddfdfef --- /dev/null +++ b/notes/bugfix-22381.md @@ -0,0 +1 @@ +# SE fix number scroll is in sync on "Select all"