Scroll bars don't work properly in a program
once compiled with the new version of wxHaskell.
Scrollbars do not appear until window is very small,
and then do not allow full range of movement.
Details at https://www.cs.tcd.ie/Andrew.Butterfield/DRAFTS/wxbug1734/
Andrew.Butterfield@cs.tcd.ie
Problem Program
Logged In: YES
user_id=242465
Originator: NO
Here's a screenshot on MacOS X, confirming the bug (if I understand correctly).
Andrew, any chance you could shrink this down some more?
File Added: badscroll-macosx.png
Logged In: YES
user_id=1015006
Originator: NO
This is also a problem on Linux.
Logged In: YES
user_id=1015006
Originator: NO
The scrollbars in samples/wx/ImageViewer.hs do seem to work fine on Linux. However, I have not yet figured out why they work in the ImageViewer example and not in this example.
Logged In: YES
user_id=117160
Originator: NO
I've put a smaller version of the program exhibiting this bug up at
the site https://www.cs.tcd.ie/Andrew.Butterfield/DRAFTS/wxbug1734/,
called BadScroll3.lhs, along with the .BAT file I used to test it
(dint3.bat)
(I can't upload it to SourceForge even though I'm logged in !)