[Webkit-unassigned] [Bug 104970] Web Inspector: Search by selection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 14 00:22:16 PST 2012


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





--- Comment #4 from Vsevolod Vlasov <vsevik at chromium.org>  2012-12-14 00:24:37 PST ---
(From update of attachment 179365)
View in context: https://bugs.webkit.org/attachment.cgi?id=179365&action=review

Pavel, will platform selection always work properly in text editor?

> Source/WebCore/inspector/front-end/AdvancedSearchController.js:250
> +            this._search.value = selection.toString();

selection.toString().replace(/\r?\n.*/, "") to make sure search query does not have any line feeds.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list