#3893 closed defect (fixed)
Journal details view scrolled windows for entries don't scroll to follow the cursor
Reported by: | manuq | Owned by: | manuq |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Sugar | Version: | Unspecified |
Severity: | Unspecified | Keywords: | |
Cc: | erikos | Distribution/OS: | Unspecified |
Bug Status: | Unconfirmed |
Description (last modified by manuq)
This was introduced in the hippo removal.
Testcase:
- open Journal entry details
- write enough text in the description entry so the entry box starts to scroll
The text cursor goes down to the non visible places of the entry. The widget should scroll.
Change History (4)
comment:1 Changed 11 years ago by manuq
- Summary changed from Journal details view scrolled windows for entries doesn't follow the typing zone to Journal details view scrolled windows for entries don't scroll to follow the cursor
comment:2 Changed 11 years ago by manuq
- Description modified (diff)
comment:3 Changed 11 years ago by manuq
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fix: we should use ScrolledWindow.add instead of add_with_viewport to add the TextView.
Pushed as 3faef804 .