[Webkit-unassigned] [Bug 83758] Web Inspector: Node Value should not get corrupt while jump over different matches in search.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 12 01:34:19 PDT 2012


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





--- Comment #1 from sam <dsam2912 at gmail.com>  2012-04-12 01:34:19 PST ---
Constructing highlight node for a matched element requires 2 modes of operations.
"added" -> for adding new span element for matched value with highlight class.
"changed" -> for appending/manipulating  prefix/suffix node to highlight node.

There are cases were there will be multiple instances of matches in a node.
This will follow the same mode of operations for other matches in a node, but now on manipulated nodes.

While exec updateSearchHighlight, for hiding the highlights for cached results, the order in which updateEntryHide is called should then work in rev order to preserve the semantic of node.

I am creating a patch for it. I will upload it soon!!

-- 
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