Subj : frame.js scrollbars
To : Nightfox
From : echicken
Date : Thu Nov 26 2015 10:23 am
Re: frame.js scrollbars
By: Nightfox to echicken on Wed Nov 25 2015 20:40:51
Ni>> Another thing I've noticed about using frame.js to display ANSI
Ni>> content is that it doesn't seem to totally refresh the background
Ni>> text when scrolling the ANSI up & down - Some text from some of the
Ni> Is this something that you think would need to be fixed in my script? I'm
Probably an issue with Frame itself. As a workaround you might try using
Frame.invalidate() to force a redraw (on the next .cycle) after the user
scrolls the Frame (but only if they scrolled it - otherwise you'll be
redrawing needlessly.) May or may not make a difference.
Are you dumping that message body to a temp file in order to use it with
Frame.load()? If so, any chance you could post the file somewhere? I'd like
to see if I can reproduce the problem and come up with a fix.