[Webkit-unassigned] [Bug 203116] Native text substitutions interfere with HTML <datalist> options resulting in crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 1 11:00:58 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=203116

--- Comment #8 from Wenson Hsieh <wenson_hsieh at apple.com> ---
- (void)selectedRow:(NSTableView *)sender
{
    _dropdown->didSelectOption(_suggestions.at([sender selectedRow]));
}

-[NSTableView selectedRow] returns -1 here for some reason, causing us to crash.

-- 
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/20191101/97a244d1/attachment-0001.htm>


More information about the webkit-unassigned mailing list