Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Gecko Bug 1814074] Make AutoDeleteRangesHandler::ExtendOrShrinkRangeToDelete consider whether all list items are selected more carefully #38487

Merged
merged 1 commit into from Feb 14, 2023

Conversation

moz-wptsync-bot
Copy link
Collaborator

It currently check range boundaries are start/end of a list element. However,
there are a lot of cases. E.g., selection can starts and/or ends inner
position due to invisible white-spaces and sub-lists.

The expectations of the new tests are based on Chrome's result. However,
unfortunately, the joining result of sub-lists is different from Chrome.
Therefore, they fail. (Gecko makes each list element has one list item.)

Differential Revision: https://phabricator.services.mozilla.com/D169037

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1814074
gecko-commit: b57b0356d5ddc81da52ec7c81343fb3516c09eaa
gecko-reviewers: m_kato

…whether all list items are selected more carefully

It currently check range boundaries are start/end of a list element.  However,
there are a lot of cases.  E.g., selection can starts and/or ends inner
position due to invisible white-spaces and sub-lists.

The expectations of the new tests are based on Chrome's result.  However,
unfortunately, the joining result of sub-lists is different from Chrome.
Therefore, they fail.  (Gecko makes each list element has one list item.)

Differential Revision: https://phabricator.services.mozilla.com/D169037

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1814074
gecko-commit: b57b0356d5ddc81da52ec7c81343fb3516c09eaa
gecko-reviewers: m_kato
Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The review process for this patch is being conducted in the Firefox project.

@moz-wptsync-bot moz-wptsync-bot merged commit f65f9c4 into master Feb 14, 2023
@moz-wptsync-bot moz-wptsync-bot deleted the gecko/1814074 branch February 14, 2023 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants