Brief summary of issue / Description of requested feature:
If you shrink the title text too much, it will abbreviate in unexpected ways
Steps to reproduce the issue / Reasons for adding feature:
- Create an adjustable container with the following title text:
TestFrame = Adjustable.Container:new({
name = "Test",
x = 200, y = 200,
padding = 2, width = 240, height = 80,
titleText = " Just a test",
})
- Grab the right edge and start pulling towards the left edge, shrinking the container slowly in size
- Title text will go through multiple stages like:
Just a test
Just a t...
Jus...
J...
...
 ...
&n...
&...
...
- finally no title text is shown
Error output / Expected result of feature
Title text should go straight from V to IX or X but never show VI, VII, VIII and alike
Extra information, such as Mudlet version, operating system and ideas for how to solve / implement:
Current PTB

Brief summary of issue / Description of requested feature:
If you shrink the title text too much, it will abbreviate in unexpected ways
Steps to reproduce the issue / Reasons for adding feature:
Just a testJust a t...Jus...J...... ...&n...&......Error output / Expected result of feature
Title text should go straight from V to IX or X but never show VI, VII, VIII and alike
Extra information, such as Mudlet version, operating system and ideas for how to solve / implement:
Current PTB
