[Webkit-unassigned] [Bug 46346] Web Inspector: [REGRESSION] Keyboard-Navigating the dom in the inspector doesn't highlight that dom node in the window anymore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 23 07:18:14 PDT 2010


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





--- Comment #4 from Pavel Podivilov <podivilov at chromium.org>  2010-09-23 07:18:14 PST ---
(In reply to comment #3)
> (From update of attachment 68513 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=68513&action=review
> 
> > WebCore/inspector/front-end/treeoutline.js:797
> > +    this.select(false, true);
> 
> false -> this.

onselect and select functions have different signatures:
onselect: function(treeElement, selectedByUser)
TreeElement.prototype.select = function(supressOnSelect, selectedByUser)

So select method has boolean supressOnSelect as it's first parameter.

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