- labels: 626515 --> CharCreator visual problem
Details: Originally noted in v1.1
When choosing what race you'd like to create your character with,
if you click a race, the frame to the right gets updated with that
races information. However the frame is scrolled down half-way or
further, needs to begin at the top of the text.
----------------
Bug Updated On: 2003-08-29 20:47:53 by Mike (shkuey)
Bug reassigned from shkuey (Mike) to garad (Joel Martin) on
Scripting Team
--------
----------------
Bug Updated On: 2003-09-22 15:45:15 by Joel Martin (garad)
Bug's state changed from Open to In Progress
--------
I think there are several issues here. First, the JTextArea,
DescriptionText, should probably be added directly to the
JScrollPane, DescriptionContainer. Second, the call to
scrollRectToVisible should be called by the component contained
within DescriptionContainer (DescriptionText if the above change is
made) rather than by DescriptionContainer itself.
I'll double check this when I'm home and can run everything. I'll
also check the other menus that have scrollpanes like this and see
if they suffer the same problem or not.
----------------
Bug Updated On: 2003-09-30 22:47:13 by Joel Martin (garad)
--------
Further to my update on Sept. 22, it seems that the Race
Description is not the only JScrollPane with this problem. Class is
also very noticeable, and most of the others show signs of it, but
aren't as obvious as most of the text fits on the screen as is.
I'm almost positive that my earlier analysis is correct, but I've yet
to have time to test it. Hopefully this weekend...