Bug 380743 - growing input windows
Summary: growing input windows
Status: RESOLVED FIXED
Alias: None
Product: rkward
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR normal
Target Milestone: ---
Assignee: RKWard Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-10 15:56 UTC by m.eik michalke
Modified: 2017-06-06 07:13 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description m.eik michalke 2009-11-10 15:56:42 UTC
-- This ticket was imported from http://sourceforge.net/p/rkward/bugs/60 on 2017-05-30 15:26:48 +0100 --
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.-- Labels: user interface, NEEDINFO --
Comment 1 Thomas Friedrichsmeier 2013-03-22 09:35:49 UTC
- **labels**: user interface --> user interface, NEEDINFO
- **milestone**:  --> CRASH
Comment 2 Thomas Friedrichsmeier 2013-03-22 09:35:49 UTC
Hi Meik!

Do you still see this? Seems to work for me.
Comment 3 Thomas Friedrichsmeier 2013-03-22 09:37:28 UTC
- **milestone**: CRASH --> ------
Comment 4 Thomas Friedrichsmeier 2017-06-06 07:13:35 UTC
Does not seem to affect frameworks version. Closing.