alexeyinkin commented on PR #21959:
URL: https://github.com/apache/beam/pull/21959#issuecomment-1185750095

   Known limitations:
   - **Mid impact:** To avoid text editor inside embedded Playground take over 
focus and scrolling while user intends to scroll web page and bring mouse over 
iframe, implemented an overlay container over embedded Playground leaving only 
top buttons bar (Run, theme, copy, Try Playground) buttons react to the first 
user click. If user wants to interact with the code example, Result, Graph – 
user will first need to click (on the overlay container) that will hide the 
overlay container, and user will be able to interact with Playground code 
editor (scroll, edit, etc.). When mouse pointer leaves iframe (user navigates 
away), the overlay container displayed again so user scrolls web page, as 
intended
   - **Low impact:** On Beam staging, copy button scrolls user to the top of 
web not reproduced on a local environment or in the current production 
environment. Do not expect most users to copy in the scenarios we have for home 
page and try Playground page. Needs more investigate to understand difference 
between local and staging behavior. 
http://apache-beam-website-pull-requests.storage.googleapis.com/21959/index.html
   - **Low impact:** Firefox browser only – selected text from Results does not 
loose selection when user clicks outside of Result edit box
   - **Low impact:** When selecting text in Output window and dragging mouse 
pointer below the field, the selection is lost because the pointer leaves the 
iframe. This is a side effect of the workaround to release the focus.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to