[rkward-tracker] [ rkward-Bugs-2895332 ] growing input windows

SourceForge.net noreply at sourceforge.net
Tue Nov 10 16:56:42 UTC 2009


Bugs item #2895332, was opened at 2009-11-10 17:56
Message generated for change (Tracker Item Submitted) made by m-eik
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=459007&aid=2895332&group_id=50231

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: user interface
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: m.eik (m-eik)
Assigned to: Nobody/Anonymous (nobody)
Summary: growing input windows

Initial Comment:
i've just discovered a small display bug in 0.5.2: calling "readline()" makes rkward come up with an input window -- that's fine. but if you invoke "readline()" several times, these windows grow in size each time, horizontally as well as vertically.

see for yourself:
a) type "readline()" in the R-konsole repeatedly
b) try a "for" loop:
   for(i in c(1:5)) readline()
c) try with "lapply":
   lapply(c(1:5), readline)
...

in addition, the context segment of that window could probably be tuned a little, try this:

  for(i in c(1:5)){
    cat(i) # just to provoke the context display
    readline()
  }

to me it's a little confusing to have both segments shown with the same style. e.g., would it help to do without the white background for the context output? the window could be a lot smaller as well, but this is probably due to the growing effect described above.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=459007&aid=2895332&group_id=50231




More information about the rkward-tracker mailing list