Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit d7ea71e

Browse files
Merge pull request #6854 from livecodesam/bugfix_18529
Add Known Issue note to moveStack and resizeStack entries
2 parents 748094b + fe63981 commit d7ea71e

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

docs/dictionary/message/moveStack.lcdoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ Description:
3434
Handle the <moveStack> <message> if you want to respond to movement of
3535
the <stack window>.
3636

37-
The <moveStack> <message> is sent only if the user moved the <stack
38-
window>. This <message> is not sent when a <handler> moves the window by
39-
changing its <location>, <rectangle>, or other <properties>.
37+
The <moveStack> <message> is sent only if the user moved the
38+
<stack window>. This <message> is not sent when a <handler> moves the
39+
window by changing its <location>, <rectangle>, or other <properties>.
40+
41+
>*Known issue:* Currently errors in <moveStack> and <resizeStack> are
42+
> ignored, as this was causing a hang in the IDE.
4043

4144
References: grab (command), handler (glossary), current card (glossary),
4245
message (glossary), stack window (glossary), rectangle (glossary),

docs/dictionary/message/resizeStack.lcdoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,10 @@ true.)
6363
> scroll is not included in the <pNewHeight> and <pOldHeight>. This means
6464
> that the <parameter|parameters> of the <resizeStack>
6565
> <message(keyword)> are always equal to the stack's <height> before
66-
> and
67-
> after resizing, regardless of the <vScroll> setting.
66+
> and after resizing, regardless of the <vScroll> setting.
67+
68+
>*Known issue:* Currently errors in <moveStack> and <resizeStack> are
69+
> ignored, as this was causing a hang in the IDE.
6870

6971
References: revChangeWindowSize (command), lock screen (command),
7072
object (glossary), property (glossary), current card (glossary),

0 commit comments

Comments
 (0)