-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
View Container Model does not fire events to update UI when views are moved #89170
Comments
I hate the bot. |
@sandy081 pushed commands for this. as discussed, the model does not fire events to update UI with changes meaning reload is required |
Great for pushing commands for this, but if a reload is required then the experience is not that good. What would be needed that we update the views as soon as the commands are executed? Can I help somehow here? |
This is same as #93909 This has to be fixed in the model which need some deep knowledge. I will take care of this in this milestone. |
Great, thanks @sandy081 |
We closed this issue because we don't plan to address it in the foreseeable future. If you disagree and feel that this issue is crucial: we are happy to listen and to reconsider. If you wonder what we are up to, please see our roadmap and issue reporting guidelines. Thanks for your understanding, and happy coding! |
Currently it is only possible to re-arrange the views inside the split view using drag and drop.
We should introduce commands so this feature is available to keyboard users.
Ideally this would work the following way: there is a command "Move View" , user executes that command and than can use up / down keybdingin to move the view inside the split view. Or left / right if the split view is horisontal.
fyi @sandy081 @alexdima @joaomoreno
The text was updated successfully, but these errors were encountered: