Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(839)

Issue 2644233007: DevTools: Use real focus in TreeOutline (Closed)

Created:
3 years, 11 months ago by einbinder
Modified:
3 years, 10 months ago
Reviewers:
hans.hillen, hhillen, pfeldman
CC:
aboxhall, aboxhall+watch_chromium.org, apavlov+blink_chromium.org, blink-reviews, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, dmazzoni, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, je_julie, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, nektarios, nektar+watch_chromium.org, pfeldman+blink_chromium.org, yuzo+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Use real focus in TreeOutline BUG=none Review-Url: https://codereview.chromium.org/2644233007 Cr-Commit-Position: refs/heads/master@{#447899} Committed: https://chromium.googlesource.com/chromium/src/+/75dc75e5f12aa17db7d46d999d3029e2c9658a84

Patch Set 1 #

Total comments: 13

Patch Set 2 : changes #

Total comments: 14

Patch Set 3 : restore focus from contentElement #

Patch Set 4 : Add force white icons class on focus #

Patch Set 5 : test results #

Messages

Total messages: 36 (18 generated)
einbinder
ptal
3 years, 11 months ago (2017-01-21 04:34:56 UTC) #2
pfeldman
https://codereview.chromium.org/2644233007/diff/1/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeElement.js File third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeElement.js (right): https://codereview.chromium.org/2644233007/diff/1/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeElement.js#newcode828 third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeElement.js:828: treeOutline.focus(); nit: why did the tree lose focus? (seems ...
3 years, 11 months ago (2017-01-21 04:57:35 UTC) #4
pfeldman
General concern is around nested tree outlines - listItemElements could have nested focusable items in ...
3 years, 11 months ago (2017-01-21 04:58:56 UTC) #5
einbinder
On 2017/01/21 at 04:58:56, pfeldman wrote: > General concern is around nested tree outlines - ...
3 years, 11 months ago (2017-01-21 06:20:03 UTC) #6
einbinder
https://codereview.chromium.org/2644233007/diff/1/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css File third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css (right): https://codereview.chromium.org/2644233007/diff/1/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css#newcode96 third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css:96: background: unset; On 2017/01/21 at 04:57:34, pfeldman wrote: > ...
3 years, 11 months ago (2017-01-21 06:20:32 UTC) #7
hhillen
I Did keyboard testing, focus is correctly tracked in treeoutline. lgtm
3 years, 11 months ago (2017-01-23 21:44:34 UTC) #8
pfeldman
https://codereview.chromium.org/2644233007/diff/20001/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js File third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js (left): https://codereview.chromium.org/2644233007/diff/20001/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js#oldcode44 third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js:44: this.setFocusable(false); I like it the way it was https://codereview.chromium.org/2644233007/diff/20001/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeElement.js ...
3 years, 10 months ago (2017-01-30 18:43:07 UTC) #9
einbinder
https://codereview.chromium.org/2644233007/diff/20001/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js File third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js (left): https://codereview.chromium.org/2644233007/diff/20001/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js#oldcode44 third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js:44: this.setFocusable(false); On 2017/01/30 at 18:43:07, pfeldman wrote: > I ...
3 years, 10 months ago (2017-02-01 22:51:37 UTC) #10
einbinder
3 years, 10 months ago (2017-02-01 22:51:39 UTC) #11
pfeldman
lgtm, please make sure this is in sync with Lusha's icon change. -- You received ...
3 years, 10 months ago (2017-02-01 22:59:54 UTC) #12
pfeldman
lgtm, please make sure this is in sync with Lusha's icon change. -- You received ...
3 years, 10 months ago (2017-02-01 22:59:54 UTC) #13
pfeldman
lgtm
3 years, 10 months ago (2017-02-02 01:17:30 UTC) #14
einbinder
On 2017/02/01 at 22:59:54, pfeldman wrote: > lgtm, please make sure this is in sync ...
3 years, 10 months ago (2017-02-02 02:54:35 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2644233007/60001
3 years, 10 months ago (2017-02-02 06:20:41 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/382416)
3 years, 10 months ago (2017-02-02 07:32:31 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2644233007/60001
3 years, 10 months ago (2017-02-02 18:51:08 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2644233007/80001
3 years, 10 months ago (2017-02-02 22:55:18 UTC) #33
commit-bot: I haz the power
3 years, 10 months ago (2017-02-03 03:25:30 UTC) #36
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/75dc75e5f12aa17db7d46d999d30...

Powered by Google App Engine
This is Rietveld 408576698