gecko-dev/accessible
James Teh 2f2e5d80a2 Bug 1756528: Fix cropping of siblings in TextRange::Crop. r=eeejay
There was already a code path to handle siblings, but this only applied if the boundary child at the range's start/end (often a text leaf) was a sibling of aContainer.
It didn't apply if aContainer was a direct sibling of the range's start/end container.
To fix this, don't restrict the code which handles the case where aContainer does not contain the start/end boundary.
This should always fail to crop, regardless of the ancestry.

Differential Revision: https://phabricator.services.mozilla.com/D139351
2022-02-26 23:01:56 +00:00
..
android Bug 1756323 - Cleanup mouse event coord code. r=jfkthame 2022-02-21 11:53:02 +00:00
aom Bug 1714390 - P2: Use AccAttributes for accessible and text attributes. r=Jamie 2021-06-10 23:07:05 +00:00
atk Bug 1741793 part 5: Update XPCOM, Windows and ATK to support cached text selection querying. r=eeejay 2022-02-26 23:01:56 +00:00
base Bug 1756528: Fix cropping of siblings in TextRange::Crop. r=eeejay 2022-02-26 23:01:56 +00:00
basetypes Bug 1741793 part 4: Implement text selection querying for cached RemoteAccessible. r=eeejay 2022-02-26 23:01:55 +00:00
docs Bug 1732592: Create in-tree accessibility documentation and add Document Accessibility Lifecycle as our first page. r=eeejay 2021-09-30 21:52:54 +00:00
generic Bug 1741793 part 4: Implement text selection querying for cached RemoteAccessible. r=eeejay 2022-02-26 23:01:55 +00:00
html Bug 1755817 - lint fix r=fix CLOSED TREE 2022-02-18 20:46:12 +02:00
interfaces Bug 1741793 part 1: Remove TextRange stuff that was never implemented. r=eeejay 2022-02-26 23:01:54 +00:00
ipc Bug 1741793 part 4: Implement text selection querying for cached RemoteAccessible. r=eeejay 2022-02-26 23:01:55 +00:00
mac Bug 1741793 part 2: Update TextPoint/Range to use base Accessible. r=eeejay 2022-02-26 23:01:54 +00:00
other Bug 1738401 - Remove -Wno-shadow warning suppressions. r=firefox-build-system-reviewers,glandium 2021-12-01 06:40:04 +00:00
tests Bug 1756528: Fix cropping of siblings in TextRange::Crop. r=eeejay 2022-02-26 23:01:56 +00:00
windows Bug 1741793 part 5: Update XPCOM, Windows and ATK to support cached text selection querying. r=eeejay 2022-02-26 23:01:56 +00:00
xpcom Bug 1741793 part 5: Update XPCOM, Windows and ATK to support cached text selection querying. r=eeejay 2022-02-26 23:01:56 +00:00
xul Bug 1755383 - P1: Move SelectAccessible methods to Accessible. r=morgan 2022-02-16 18:42:53 +00:00
moz.build Bug 1755383 - P3: Migrate HTML selection tests from mochitests to browser tests. r=morgan 2022-02-16 18:42:54 +00:00