Commit 43a22d0
Fix styles tab keyboad navigation failing to focus longhands
When focussing a shorthand value in the styles tab, stepping to the next
property gets blocked if the shorhand tree element is folded, i.e., the
corresponding longhands are not visible. In that case, the next property
to get focussed is the invisible longhand, but the element cannot
actually be focussed meaning stepping just stops.
Bug: 396311936
Change-Id: I1cfde2bde4d7b9b6e51b7f407a194297873db58a
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6680978
Commit-Queue: Changhao Han <changhaohan@chromium.org>
Reviewed-by: Changhao Han <changhaohan@chromium.org>
Auto-Submit: Philip Pfaffe <pfaffe@chromium.org>1 parent 5b9c371 commit 43a22d0
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
525 | | - | |
| 525 | + | |
| 526 | + | |
526 | 527 | | |
527 | 528 | | |
528 | 529 | | |
| |||
0 commit comments