[Webkit-unassigned] [Bug 9596] [Drosera] add a function popup to the source pane

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 2 15:25:23 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=9596





------- Comment #5 from timothy at hatcher.name  2006-11-02 15:25 PDT -------
Xcode selects the function name when you pick one. We should do the same and
not the red highlight.

Here is how in WebKit:

        var selection = window.getSelection();
        var element = document.getElementById("test");
        selection.setBaseAndExtent(element, 0, element, 1);


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



More information about the webkit-unassigned mailing list