[Webkit-unassigned] [Bug 104694] Web Inspector: follow up to r136974: handle visibility shortcut in keydown event of ElementsTreeOutline.element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 12 09:25:56 PST 2012


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





--- Comment #2 from Pavel Feldman <pfeldman at chromium.org>  2012-12-12 09:28:19 PST ---
(From update of attachment 178843)
View in context: https://bugs.webkit.org/attachment.cgi?id=178843&action=review

> Source/WebCore/inspector/front-end/ElementsTreeOutline.js:474
> +    _onkeydown: function(event)

@param {Event} event

> Source/WebCore/inspector/front-end/ElementsTreeOutline.js:478
> +        if (!node || !treeElement)

No need to check for node here.

> Source/WebCore/inspector/front-end/KeyboardShortcut.js:140
> + * @param {KeyboardEvent} event

@return {boolean}

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