Opened 19 years ago
Closed 18 years ago
#571 closed bug (fixed)
[StyledEdit] possible to scroll below end of file
Reported by: | johndrinkwater | Owned by: | jackburton |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Interface Kit | Version: | R1/pre-alpha1 |
Keywords: | Cc: | diver | |
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
open a long file, scroll to the bottom of the file, and resize the window to be larger. Area beyond the end of TextView doesnt invalidate (lots of resizing artifacts are left) until the user forces redraw in the usual method - another window/offscreen/minimizing. It shows up only if word wrapping is enabled.
Change History (7)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Cc: | added |
---|
comment:3 by , 18 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Platform: | → All |
comment:4 by , 18 years ago
Status: | new → assigned |
---|
The real problem is that the window is not updated. Looks like the implementation of BTextView::SetTextRect is not sufficient. I'll take care of it.
comment:5 by , 18 years ago
Component: | Applications → User Interface/Interface Kit |
---|---|
Version: | → R1 development |
comment:6 by , 18 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
I could not reproduce this on R5. Is this possibly only a Haiku issue? If so it might be a bug in the Haiku TextView since the R5 one seems to work fine.