Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGZILLA #17851] Beginning of output in Rgui console lost #7025

Open
github-actions bot opened this issue Jul 5, 2020 · 3 comments
Open

[BUGZILLA #17851] Beginning of output in Rgui console lost #7025

github-actions bot opened this issue Jul 5, 2020 · 3 comments

Comments

@github-actions
Copy link

github-actions bot commented Jul 5, 2020

Created attachment 2650 [details]
beginning of the output has disappeared

Start Rgui with shortcut and execute in the R console the following 4 lines:

# output 90 short lines followed by 1 very long line to console
ddd <- array("90 short lines", 91)
ddd[length(ddd)] <- toString(c(seq_len(600)))
print(ddd)

then the R console shows a few lines with no scroll box (screen shot added)

SessionInfo()                                     
R version 4.0.2 (2020-06-22)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18363)
Matrix products: default
locale:
[1] LC_COLLATE=Dutch_Netherlands.1252  LC_CTYPE=Dutch_Netherlands.1252   
[3] LC_MONETARY=Dutch_Netherlands.1252 LC_NUMERIC=C                      
[5] LC_TIME=Dutch_Netherlands.1252    
attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     
loaded via a namespace (and not attached):
[1] compiler_4.0.2

METADATA

  • Bug author - Kees Pippel
  • Creation time - 2020-07-04 14:35:58 UTC
  • Bugzilla link
  • Status - UNCONFIRMED
  • Alias - None
  • Component - Windows GUI / Window specific
  • Version - R 4.0.x
  • Hardware - x86_64/x64/amd64 (64-bit) Windows 64-bit
  • Importance - P5 minor
  • Assignee - R-core
  • URL -
  • Modification time - 2020-07-04 14:59 UTC
@github-actions
Copy link
Author

github-actions bot commented Jul 5, 2020

NA


METADATA

  • Comment author - Kees Pippel
  • Timestamp - 2020-07-04 14:59:17 UTC

@github-actions
Copy link
Author

github-actions bot commented Jul 8, 2020

Thanks, I can reproduce, the scroll box does not appear.


METADATA

  • Comment author - Tomas Kalibera
  • Timestamp - 2020-07-07 10:46:01 UTC

@github-actions
Copy link
Author

github-actions bot commented Jul 8, 2020

NA


METADATA

  • Comment author - Kees Pippel
  • Timestamp - 2020-07-07 11:42:44 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants