perl-tk icon indicating copy to clipboard operation
perl-tk copied to clipboard

[Known issue] Scrolled optional scrollbars

Open chrstphrchvz opened this issue 9 years ago • 1 comments

I recently encountered the long-known Scrolled optional scrollbars issue while using a specific Perl/Tk program: cf. hotwolf/HSW12/issues/10. Previous reports of the issue in general: http://code.activestate.com/lists/perl-tk/6729/ , http://newsgroups.derkeiler.com/Archive/Comp/comp.lang.perl.tk/2005-12/threads.html#00110

Using Scrolled with optional scrollbars on certain widgets such as Text or ROText can cause the scrollbar to rapidly appear and disappear ("oscillate"), where the data requiring a scrollbar gets hidden by it, causing the scrollbar to be taken away, then put back, and so on. The previously suggested workaround has been to not use the optional scrollbars.

I understand if a fix for this is unlikely; just wanted to document it here. At the moment I'm not too familiar with Perl/Tk or its internals.

chrstphrchvz avatar Mar 25 '16 04:03 chrstphrchvz

Also reported at RT: https://rt.cpan.org/Ticket/Display.html?id=114203

eserte avatar May 15 '16 12:05 eserte