Skip to content
  • reuk's avatar
    Windows Accessibility: Fixed backspace character reporting under NVDA · 7b1fba4b
    reuk authored
    The change introduced in 92f350e6 led to
    a regression in the MoveEndpointByUnit function. In this case, a
    backward movement by a single character *should* move the endpoint as
    long as it remains within the text range.
    
    The issue addressed by the faulty commit is better fixed by
    special-casing the 'character' unit case in the ExpandToEnclosingUnit
    function.
    7b1fba4b