You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a multiline textbox which displays an editable string, sometimes updated by my application. When trying to select with the multiline textbox the selection is incorrect.
Using the mouse from the bottom line to the top (selected) line in the screenshot does not select any of the middle lines, and also the top line is selected from the incorrect direction.
This is how the textbox is created: TextBox::multiline().with_text_size(10.0).expand_width().lens(FractalData::temporary_real)
Using the latest version of druid on windows.
The text was updated successfully, but these errors were encountered:
Tracked this down to an issue with not correctly handling selections of lines that are not broken at whitespace; this will be fixed in the next release of piet.
I have a multiline textbox which displays an editable string, sometimes updated by my application. When trying to select with the multiline textbox the selection is incorrect.
Using the mouse from the bottom line to the top (selected) line in the screenshot does not select any of the middle lines, and also the top line is selected from the incorrect direction.
This is how the textbox is created:
TextBox::multiline().with_text_size(10.0).expand_width().lens(FractalData::temporary_real)
Using the latest version of druid on windows.
The text was updated successfully, but these errors were encountered: