Open stijndeschuymer opened 2 years ago
Hi stijndeschuymer! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.
Best regards, Teams Platform
Hello @stijndeschuymer - Thanks for reporting this issue. Are you facing the same issue with Teams Desktop client as well ?
Also, please check if you are facing this issue in Edge browser as well ?
@stijndeschuymer -Did you get chance to check with Edge browser?
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 3 days. It will be closed if no further activity occurs within 3 days of this comment.
The issue doesn't happen on the Desktop client, but is reproducible in Chrome, Chromium, Edge (I tested chromium based version on mac) and a single bounce on firefox. (all tested on a mac)
Please not that I adjusted the sample code to say block: "start"
(failing) instead of `block: "end" (working ok)
@stijndeschuymer - We are able to repro that issue , We have raised bug for the same and concerned team is looking into it. We will inform you once we get any update. Thanks!
@stijndeschuymer - This behavior seems to be controlled by the browser and is part of existing web standards. There doesn't seem to be anything Teams can do to prevent scrollIntoView from causing the jump in the top page.
Please change the way you are using scrollIntoView, use scrollTo, or set scrollTop. Few suggestions here: https://stackoverflow.com/questions/11039885/scrollintoview-causing-the-whole-page-to-move
The issue is not a single 'jump' on the page that is part of web standards.
The issue is continuous jumping, caused by a setContainerBounds
function called every 100ms. This function is part of the teams code bundle!:
@stijndeschuymer -Thank you for your response , We will inform to engineering team and let you know once we get the update.
We are checking the status of the fix release with the engineering team. We will let you know once we have any updates on it. Thanks.
Sorry for delay in response!! We are actively checking the status of bug with engineering team and let you know the updates, if we have any.
hope you are doing well!
I wanted to inform you that we are currently checking the status of the bug with the engineering team. Once we receive any updates, we will promptly inform you.
Thank you!
We are pleased to inform you that the bug has been fixed! We have verified the fix in the following versions: • Web Version : The client version is 1415/24102001309. Please verify on your end and confirm if everything is working as expected.
Thank you for your patience!
Hi, I'm not entirely sure where to report this issue. There seems to be an issue with the Teams web version (tested browser: Chrome Version 103.0.5060.134) where the UI starts jumping or shaking.
Steps to reproduce
1.) Create a custom personal teams app with a manifest loading the following page: 2.) Open the app and click one of the links in the web page, you see the UI starts jumping
Cause
The cause of the issue seems to be a combination of calling
scrollIntoView()
with optionsblock: start
orblock: center
This in combination with some code in the Teams app that seems to calculate the iframe container every 100ms