mettli / guichan

Automatically exported from code.google.com/p/guichan
Other
0 stars 0 forks source link

ScrollArea not scrolling inside TabbedArea #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a ScrollArea containing a TextBox. 
2. Place it in a TabbedArea.
3. Place text in the scrollable TextBox and attempt to scroll through it
using the scroll bars.

What is the expected behaviour? What happens instead?

Using the arrows to move through the text works as expected and updates the
position of the scroll bars appropriately.  However attempting to use the
scroll bars to move through the text has no effect. 

What version of the product are you using? On what operating system? Which
back-end (SDL/Allegro/OpenGL/other)?
GUIchan 0.8.1, Windows Vista, SDL

Please provide any additional information below.
Appears to be a focusing issue, I think.  

Original issue reported on code.google.com by guyfollo...@gmail.com on 15 Sep 2008 at 12:49

GoogleCodeExporter commented 9 years ago
Has been fixed in the SVN version of Guichan.
http://guichan.sourceforge.net/forum/read.php?2,2555

Original comment by olof.nae...@gmail.com on 15 Sep 2008 at 9:48