[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
Fri Dec 2 16:08:25 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=96734
--- Comment #3 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
(In reply to Ahmad Saleem from comment #2)
> (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
While trying to find equivalent of "LocalFrame.h" header, it seems that Webkit has "Frame.h" as equivalent. I might try to add it and push it again in future but just wanted to comment so if someone else know, they can fix try it.
--
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/20221203/c639aa0f/attachment.htm>
More information about the webkit-unassigned
mailing list