Page 1 of 1

[BUG] MultiLineEditBox Vertical Scrollbar Obscures Text

Posted: Tue Jul 26, 2011 02:55
by Leftium
Repro steps:
1. Run FalagardDemo1
2. Enter some new lines to force the vertical scrollbar to appear

Expected:
- Scrollbar does not obscure text in 'history' area

Actual:
- Scrollbar covers about last 2-3 characters at end of a long/wrapped line of text

Environment:

Code: Select all

26/07/2011 11:29:45 (Std)    ---- Version 0.7.5 (Build: Nov 19 2010 Microsoft Windows MSVC++ 9.0 32 bit) ----
26/07/2011 11:29:45 (Std)    ---- Renderer module is: CEGUI::OpenGLRenderer - Official OpenGL based 2nd generation renderer module.  TextureTarget support enabled via FBO extension. ----
26/07/2011 11:29:45 (Std)    ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
26/07/2011 11:29:45 (Std)    ---- Image Codec module is: SILLYImageCodec - Official SILLY based image codec ----
26/07/2011 11:29:45 (Std)    ---- Scripting module is: None ----

Re: [BUG] MultiLineEditBox Vertical Scrollbar Obscures Text

Posted: Tue Jul 26, 2011 16:23
by Jamarr
This sounds similar to an issue CEGUI had a few years ago. Although I specifically recall CE having fixed this in v0.6 and v0.7. A very similar issue was recently brought up for the StaticText widget as well. It seems like this bug may have been reintroduced at some point...

Thanks for the report.