12011-11-15 Rosen Dash <rosen.dash@motorola.com>
2
3 Not able to navigate the Resource tab options properly with arrow keys after adding the sticky-notes.
4 https://bugs.webkit.org/show_bug.cgi?id=72013
5
6 Reviewed by NOBODY (OOPS!).
7
8 * inspector/front-end/DatabaseQueryView.js:
9 (WebInspector.DatabaseQueryView.prototype.afterShow): Caret is moved inside query prompt after tab
10 key pressed on corrresponding Resource Panel Element.
11 * inspector/front-end/ResourcesPanel.js:
12 (WebInspector.DatabaseTreeElement.prototype.onpopulate.tableNamesCallback.get this):
13 (WebInspector.DatabaseTreeElement.prototype.onpopulate): Removing and adding children while populating
14 is done at same place to avoid inconsistent behaviour.
15 (WebInspector.DatabaseTreeElement.prototype.ontab): Added.
16 * inspector/front-end/treeoutline.js:
17 (TreeOutline.prototype._treeKeyDown): Tab key press is handled.
18