You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 21:40:28 UTC

[GitHub] [beam] damccorm opened a new issue, #21132: [Playground] Unable to scroll code editor in selecting the text

damccorm opened a new issue, #21132:
URL: https://github.com/apache/beam/issues/21132

   How to reproduce:
   
   
   1. Open Playground page with code that takes more than 1 page.
   2. Put carriage at the end of visible code
   3. Press the SHIFT button on the keyboard
   4. Click the DOWN button on the keyboard
   
   The editor isn't scrolled down. The same behavioral using mouse selecting.
   
   Imported from Jira [BEAM-13047](https://issues.apache.org/jira/browse/BEAM-13047). Original Jira may contain additional context.
   Reported by: IKozyrev.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] alexeyinkin commented on issue #21132: [Playground] Unable to scroll code editor in selecting the text

Posted by GitBox <gi...@apache.org>.
alexeyinkin commented on issue #21132:
URL: https://github.com/apache/beam/issues/21132#issuecomment-1185306696

   For the keyboard, I filed a Flutter issue: https://github.com/flutter/flutter/issues/107707


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] alexeyinkin commented on issue #21132: [Playground] Unable to scroll code editor in selecting the text

Posted by GitBox <gi...@apache.org>.
alexeyinkin commented on issue #21132:
URL: https://github.com/apache/beam/issues/21132#issuecomment-1185249784

   Mouse selection currently works with this use case:
   1. Open Playground page with code that takes more than 1 page.
   2. Click near the bottom of the text field and and drag below.
   
   The code field scrolls down following the pointer.
   
   ![vokoscreen-2022-07-15_11-08-48](https://user-images.githubusercontent.com/44893228/179171105-2e3b6300-eaa3-495f-826f-63a1f1bbbd9e.gif)
   
   If anything else is a concern with a mouse, please describe.


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org