Opened 18 years ago

Closed 17 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 jackburton)

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 leavengood, 18 years ago

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.

comment:2 by diver, 18 years ago

Cc: diver added

comment:3 by axeld, 18 years ago

Description: modified (diff)
Owner: changed from sikosis to jackburton
Platform: All

comment:4 by jackburton, 17 years ago

Status: newassigned

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 jackburton, 17 years ago

Component: ApplicationsUser Interface/Interface Kit
Version: R1 development

comment:6 by jackburton, 17 years ago

Description: modified (diff)

comment:7 by jackburton, 17 years ago

Resolution: fixed
Status: assignedclosed

Fixed in hrev19824.

Note: See TracTickets for help on using tickets.