Output Scrollbar in Bug Reports
|
|
Resolved
|
Output controls did not recalculate their scrollbars properly after resizing if they had a background image.
|
| BYOND Version: | 489 |
| Operating System: | Windows 7 Pro 64-bit |
| Web Browser: | Chrome 14.0.835.163 |
| Applies to: | Dream Seeker |
|
| Status: |
Resolved (493)
This issue has been resolved.
|
|
|
Descriptive Problem Summary:
Using winset to change the size of an output control doesn't change the scrollbar information.
Numbered Steps to Reproduce Problem:
1. Make a project with an output about say 10 lines high
2. Output 8 or 10 lines worth of text
3. winset change the height so only 5 lines or so are visible
Expected Results:
The scrollbar to update properly. Add a scrollbar if lines get cut off. Remove the scrollbar if new lines appear. Change scroll bar so it doesn't think the old amount of lines are still visible.
Actual Results:
Scrollbar information doesn't update.
Does the problem occur:
Every time? Or how often? All the time.
In other games? Yes.
In other user accounts? Yes.
On other computers? Yes.
When does the problem NOT occur?
Never.
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
Been around awhile.
Workarounds:
Tried many different things, nothing works. Scrollbar information updates fine if the output is anchored and you change the size of the window or something without winset, but using winset doesn't.
|
Outputting new text updates the number of lines to fit max-lines, so that's a workaround.