ASSIGNED Bug 216738
Change render tree selection painting code to use non-canonicalized points
https://bugs.webkit.org/show_bug.cgi?id=216738
Summary Change render tree selection painting code to use non-canonicalized points
Darin Adler
Reported 2020-09-19 18:38:34 PDT
Selection API: Remove unneeded incorrect code that overwrites the base and extent of a selection based on visibility
Attachments
Patch (6.84 KB, patch)
2020-09-19 18:42 PDT, Darin Adler
ews-feeder: commit-queue-
Darin Adler
Comment 1 2020-09-19 18:42:33 PDT
Darin Adler
Comment 2 2020-09-20 14:36:11 PDT
OK, turns out I misunderstood the code here. It’s calling a setSelection function on the render tree, which should not have any effect on the selection in the DOM. But somehow it did have an effect. Need to restore the old code and figure out what was happening.
Darin Adler
Comment 3 2020-09-20 21:42:14 PDT
Not sure I need to do this any time soon. It’s nice to improve how we tie painting the selection to the DOM to not rely on so much editing strangeness. But not needed for the Selection API project.
Radar WebKit Bug Importer
Comment 4 2020-09-26 18:39:15 PDT
Note You need to log in before you can comment on or make changes to this bug.