narrator scan mode [ctrl+end] crashes conhost #10915

Closed
opened 2026-01-31 02:33:37 +00:00 by claunia · 5 comments
Owner

Originally created by @DHowett on GitHub (Oct 6, 2020).

Originally assigned to: @carlos-zamora on GitHub.

ut supra

Originally created by @DHowett on GitHub (Oct 6, 2020). Originally assigned to: @carlos-zamora on GitHub. _ut supra_
Author
Owner

@DHowett commented on GitHub (Oct 6, 2020):

09 000000ae`3f4fe7a0 00007ffc`6495acd0     conhost!Microsoft::Console::Types::UiaTextRangeBase::ScrollIntoView+0x2a1 [onecore\windows\core\console\open\src\types\uiatextrangebase.cpp @ 813] 

    FAIL_FAST_IF(!(newViewport.Top >= topRow));
0:009> dv newViewport
    newViewport = {LT(0, 8962) RB(119, 9001) In:[120 x 40] Ex:[119 x 39]}

top=8962

in Vb conhost, ctrl+end moves to the ... top of the buffer :|

@DHowett commented on GitHub (Oct 6, 2020): ``` 09 000000ae`3f4fe7a0 00007ffc`6495acd0 conhost!Microsoft::Console::Types::UiaTextRangeBase::ScrollIntoView+0x2a1 [onecore\windows\core\console\open\src\types\uiatextrangebase.cpp @ 813] ``` ``` FAIL_FAST_IF(!(newViewport.Top >= topRow)); ``` ``` 0:009> dv newViewport newViewport = {LT(0, 8962) RB(119, 9001) In:[120 x 40] Ex:[119 x 39]} ``` top=8962 in Vb conhost, ctrl+end moves to the ... top of the buffer :|
Author
Owner

@DHowett commented on GitHub (Oct 6, 2020):

Oh, it's bottom that's wrong here

@DHowett commented on GitHub (Oct 6, 2020): Oh, it's bottom that's wrong here
Author
Owner

@DHowett commented on GitHub (Oct 6, 2020):

    [+0x048] _start           : {0,9000} [Type: _COORD]
    [+0x04c] _end             : {0,9001} [Type: _COORD]
@DHowett commented on GitHub (Oct 6, 2020): ``` [+0x048] _start : {0,9000} [Type: _COORD] [+0x04c] _end : {0,9001} [Type: _COORD] ```
Author
Owner

@ghost commented on GitHub (Nov 11, 2020):

:tada:This issue was addressed in #7868, which has now been successfully released as Windows Terminal v1.4.3141.0.🎉

Handy links:

@ghost commented on GitHub (Nov 11, 2020): :tada:This issue was addressed in #7868, which has now been successfully released as `Windows Terminal v1.4.3141.0`.:tada: Handy links: * [Release Notes](https://github.com/microsoft/terminal/releases/tag/v1.4.3141.0) * [Store Download](https://www.microsoft.com/store/apps/9n8g5rfz9xk3?cid=storebadge&ocid=badge)
Author
Owner

@ghost commented on GitHub (Nov 11, 2020):

:tada:This issue was addressed in #7868, which has now been successfully released as Windows Terminal Preview v1.5.3142.0.🎉

Handy links:

@ghost commented on GitHub (Nov 11, 2020): :tada:This issue was addressed in #7868, which has now been successfully released as `Windows Terminal Preview v1.5.3142.0`.:tada: Handy links: * [Release Notes](https://github.com/microsoft/terminal/releases/tag/v1.5.3142.0) * [Store Download](https://www.microsoft.com/store/apps/9n8g5rfz9xk3?cid=storebadge&ocid=badge)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#10915