Re: [csswg-drafts] [cssom-view] Add "sticky" to the features argument to the window.open() method (#12361)

Regarding the [crossing display issue](https://github.com/Igalia/explainers/blob/main/window-sticky-feature/README.md#the-multiple-display-problem), we have solved it on our prototype. Like the explainer said, we identify the `display_id` of opener and get the screen rect of opener's. Then check if it is intersected with the new rect that sticky window moving to. If yes, the sticky window will show on the screen with the `display_id`.




-- 
GitHub Notification of comment by cathiechen
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12361#issuecomment-3000078042 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 24 June 2025 12:05:48 UTC