BUG: Text Input Box 5.1 Beta 5
I love the ability to add fillable text boxes to a PB. Rather than having to specify a maximum number of lines, would it be possible to get something that has a default minimum (say 1 or 2 lines) and then wraps / scrolls as text is added beyond that number?
Comments
-
Fredc said:
Rather than having to specify a maximum number of lines, would it be possible to get something that has a default minimum (say 1 or 2 lines) and then wraps / scrolls as text is added beyond that number?
lines= is a minimum, not maximum. You can scroll between lines.
width= is a (generous) minimum as well, and text scrolls beyond the boundary (one line).
Dave
===Windows 11 & Android 13
0 -
Are you sure Dave
I entered a test box in a PB last yesterday evening and entered lines=25. When I entered some test text, I was prevented from entering anything beyond 25 lines.
EDIT: I just tested this again and realized that the text is wrapping and scrolling is functional. I guess what confused me was the absence of any visual indication (like a traditional scroll bar) that this was the case. Thanks Dave
0 -
Fredc said:
I guess what confused me was the absence of any visual indication (like a traditional scroll bar) that this was the case.
I know you are on PC, but what OS are you running? OSX 10.8 did away with scroll bars being visible until needed… I know this OS level behavior effects other apps… could that be the issue?
0 -
I think there is a way on Win 7 to turn scroll bars off until needed, I have never played dug into it to figure it out. Scroll bars do appear in all of the programs I use by default.
0 -
Fredc said:
I just tested this again and realized that the text is wrapping and scrolling is functional. I guess what confused me was the absence of any visual indication (like a traditional scroll bar) that this was the case.
I am able to reproduce the issue of scroll bars not showing up on Windows. I will report this to Development.
0 -
-
Fredc said:
I just tested this again and realized that the text is wrapping and scrolling is functional. I guess what confused me was the absence of any visual indication (like a traditional scroll bar) that this was the case.
This will be fixed in 5.1 Release Candidate 1.
0