[Webkit-unassigned] [Bug 96734] Cannot select text within a label element that is linked to an input field
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Oct 29 17:43:39 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=96734
--- Comment #2 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
(In reply to Ahmad Saleem from comment #1)
> This to merge following Blink Commit -
>
> https://src.chromium.org/viewvc/blink?view=revision&revision=174296
>
> In Webkit GitHub source here:
>
> https://github.com/WebKit/WebKit/blob/
> 51974bdf186d0771e79b230316ed0cddc5293f88/Source/WebCore/html/
> HTMLLabelElement.cpp#L136
>
> ___
>
> It fails following test - https://jsfiddle.net/9pznh8ak/show
I tried to merge this:
https://github.com/WebKit/WebKit/pull/5676
and the issue is:
```
auto control = this->control();
```
If I try to change it to RefPtr then it leads to build failures. If I don't then it compiles but crashes on following test:
imported/blink/fast/forms/label/detached-document.html
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221030/476b5122/attachment.htm>
More information about the webkit-unassigned
mailing list