private handleDividerKeydown_(e: KeyboardEvent) {Brijesh GiriI wonder what should be a good place to explain the keyboard shortcuts used for resizing, along with other ways of interacting with the UI?
As of now, the only keyboard shortcuts supported are to move the divider of our split pane to the left or to the right via keyboard, assuming it is the currently selected element.
In future, we could potentially document it with an information icon that lets the user know about all the available shortcuts, in-case we do end-up adding more.
However, given that our UI is just a read-only view, I do not forsee us adding more shortcuts. Please let me know in-case my assumption is incorrect.
observer(change);Brijesh Girisame comment as the previous CL, this is essentially a callback being run, not a Observer class.
Have updated it.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Darryl James removed net-r...@chromium.org, feature-me...@chromium.org, chrome-intell...@chromium.org, fgal...@chromium.org, penghuan...@chromium.org, fuzzin...@chromium.org, jz...@chromium.org, eme-r...@chromium.org, mar...@chromium.org and chrome-intelligence-te...@google.com from reviewers of this change.
[DebugUITabStrip] TabStripInternals UI state storage
This CL introduces Phase 3 of the 'tab-strip-internals' page, a debug
WebUI intended to visualize the live state of the TabStrip model.
Changes:
- Updated `tab_strip_internals_view.ts` to add event listeners
for resizing the left/right pane
- Updated `tab_strip_internals_viewmodel.ts` to add support for
savinga and restoring UI state from local storage
- Updated `tab-strip-internals.html` with new CSS styles
Project doc:
https://docs.google.com/document/d/1EKJicM4grBpp2nA4SOPzUvsKVLa_Ndj5L0HrIsGJNUI
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |