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
Let current state be get the client window state with window.
If current state is equal to state, return success with data null.
This behavior prevents resizing or moving a window in the Normal state due to the early return.
A suggestion will be to allow early return only for Fullscreen and Minimized states when the requested state matches the current state. This adjustment ensures flexibility for Normal state operations while optimizing behavior for Fullscreen and Minimized states.
The text was updated successfully, but these errors were encountered:
@Temidayo32 thank you for filing the issue. Would you be interested as well to provide a pull request for it? Therefore you will have to join the W3C group first.
@Temidayo32 thank you for filing the issue. Would you be interested as well to provide a pull request for it? Therefore you will have to join the W3C group first.
Yes, I will. I have created an account. Account awaiting further review/.
Description:
The current BiDi specification states the following in
set the client window state
:This behavior prevents resizing or moving a window in the
Normal
state due to the early return.A suggestion will be to allow early return only for
Fullscreen
andMinimized
states when the requested state matches the current state. This adjustment ensures flexibility forNormal
state operations while optimizing behavior forFullscreen
andMinimized
states.The text was updated successfully, but these errors were encountered: