Revert "Fix OffsetTextInfo.collapse() and OffsetTextInfo.move() (#18348)"#19203
Revert "Fix OffsetTextInfo.collapse() and OffsetTextInfo.move() (#18348)"#19203nvdaes wants to merge 2 commits into
Conversation
…cess#18348)" This reverts commit 8742b3a.
|
@seanbudd , I've applied your suggestions and updated the PR description. |
|
Can you investigate the test failures? |
|
I'm somewhat confused though, weren't tests passing before #18348? why are they failing after reverting it? |
|
@SaschaCowley , I'll use the revert template to revert the mentioned PRs, so that you can merge this and move forward. |
…ccess#17431)" This reverts commit 70cd311.
|
@LeonarddeR , perhaps this is needed to revert the updated changelog, i.e., so our fixes not applied anymore are removed, and for the maintenance of the project, to track better pull request created and not applied anymore, not in terms of functionality, I gess. Anyway, I'll follow Sascha suggestion, and will merge all reverted pull request into a branch on my fork to see if all test pass as expected. |
|
Then perhaps you should update the changelog, if you think that it's needed. Also, I would like you to include that now the cursor will move to the end of the document, since this is a change or better a bug fix, though an issue is not created for this. What do you think? |
|
@seanbudd and @SaschaCowley , do you still think that the mentioned PRs should be reverted? Otherwise we can close this. |
Fair point, I'll do that |
|
Thanks so much, @LeonarddeR |
|
Closing in favour of #19204 |
Fixes #19152 Fixup for #18348, Supersedes #19203, #19171 Summary of the issue: In LibreOffice, it is not possible to use braille panning since #18348. Description of user facing changes: Panning works again in LibreOffice Description of developer facing changes: removed OffsetsTextInfo.allowMoveToOffsetPastEnd. Description of development approach: Rather than having one allowMoveToOffsetPastEnd class attribute, introduce a allowMoveToUnitOffsetPastEnd method that takes a unit.
This reverts commit 8742b3a.
name: Revert PR
about: Revert an existing pull request
Reverts PR
Partially reverts #18348
Issues fixed
Fixes #19152
Issues reopened
Reopens #18320
Reason for revert
This causes a regression in LibreOffice Writer documents, where braille cannot be moved to the next paragraph by scrolling forward. (issue #19152).
Can this PR be reimplemented? If so, what is required for the next attempt
@LeonarddeR proposed a solution in #19171 PR which would likely fix #17430 and #19152 properly.