You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A propos #8077, the behavior of the Preferences Widget, and perhaps React widgets more generally, is different in when Theia is run in the browser and when it is run in Electron. Here is an example of the scrollTop of the preferences-editor-widget during switch from that widget to another editor widget and back.
Here's the browser during a show-hide sequence:
And here's Electron with the same code:
Steps to Reproduce:
Running in the browser,
Open the preferences widget
In the main pane, scroll down to an arbitrary point
Open another editor widget and switch focus to that widget (at this point, do not enter Zen mode by double-clicking on a widget tab. If you do that, your scroll will be lost on both platforms)
Switch focus back to the preferences widget.
Observe that your scroll position was preserved
Repeat in Electron, observe that your scroll position was lost.
Additional Information
Operating System: RHEL 7
Theia Version: 1.2.0
The text was updated successfully, but these errors were encountered:
Bug Description:
A propos #8077, the behavior of the Preferences Widget, and perhaps React widgets more generally, is different in when Theia is run in the browser and when it is run in Electron. Here is an example of the
scrollTop
of the preferences-editor-widget during switch from that widget to another editor widget and back.Here's the browser during a show-hide sequence:
And here's Electron with the same code:
Steps to Reproduce:
Additional Information
The text was updated successfully, but these errors were encountered: