v8.0.15
Lots of bugs found when using the arrow keys with key modifiers to resize and position components in a coord container.
4 key modifier combinations shown in the screencapture. In all cases there are these common bugs:
- the border that should be fixed in place is not; it moves along with the opposite border while also growing/shrinking in width.
- the border that should be moving in order to grow/shrink the width of the component moves in the wrong direction to what is expected (and would be consistent with Vision).
- using some of the combinations of modifiers, by repeating the reverse key presses, you are not able to revert the component back to its original position and width, indicating that the modifiers are not acting predictably.
- Shift + Left, Left, Left then Shift+Right, Right, Right
- Ctrl+Shift+Left, Left, Left, then Ctrl+Shift+Right,Right,Right.
- Shift+Alt+Left,Left,Left, then Shift+Alt+Right,Right,Right.
- Ctrl+Shift+Left,Left,Left, then Ctrl+Shift+Right,Right,Right.