#16568 closed bug (fixed)
Incorrect TextRect size in Vision
Reported by: | pulkomandy | Owned by: | jscipione |
---|---|---|---|
Priority: | critical | Milestone: | R1/beta3 |
Component: | Kits/Interface Kit | Version: | R1/beta2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
In Vision input field, type some long text. When reaching about half of the textview length, the text starts scrolling to the left as you type. This should not happen until reaching the right of the view.
I suspect the text rect is not correctly set?
I think this is a regression from recent BTextView changes?
Change History (5)
comment:1 by , 4 years ago
Priority: | normal → critical |
---|
follow-up: 3 comment:2 by , 4 years ago
comment:4 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with https://review.haiku-os.org/c/haiku/+/3413
comment:5 by , 4 years ago
This bug does seem to be fixed in hrev54736 at least for me, can somebody else confirm? You can type text all the way to the end of the box now. The scrolling is a bit weird once the text view is full of text, although that may have been the case before, I'm not sure...
Another possibly related regression: when you start to edit a long text in Tracker that does not fit in the window, the whole text field seems to be empty; you have to edit the text blindly. If you think this is not related, I can open another ticket for this.