What steps will reproduce the problem?
1. Use the example project "allegrowidgets"
2. Change the ImageFont to an AllegroFont, loading the default "font"
global variable (also need to change the name of the local variable "font"
to something else because of the name collision)
*Modified source code attached to post.
What is the expected behaviour? What happens instead?
It's expected that the scroll area will display different portions of the
textbox depending on where the vertical scrollbar is scrolled to.
Instead, the scrollbar has no effect, and the displayed portion of the
textbox is always the top part.
Also, when you edit the textbox and go beyond the bottom, it's supposed to
scroll down, but it doesn't.
Screenshot: http://img16.imageshack.us/img16/5230/textboxscrolldefect.jpg
What version of the product are you using? On what operating system? Which
back-end (SDL/Allegro/OpenGL/other)?
version 8.1, Vista, Allegro.
Original issue reported on code.google.com by taekvi...@gmail.com on 18 Jul 2009 at 5:09
Original issue reported on code.google.com by
taekvi...@gmail.com
on 18 Jul 2009 at 5:09Attachments: