Opened 11 years ago
Closed 10 years ago
#4170 closed defect (fixed)
Text selection handles don't scroll with the text
Reported by: | manuq | Owned by: | garnacho |
---|---|---|---|
Priority: | Low | Milestone: | 0.102.0 |
Component: | Sugar | Version: | 0.97.x |
Severity: | Major | Keywords: | |
Cc: | Distribution/OS: | OLPC | |
Bug Status: | New |
Description
TestCase
- go to My Settings -> About Me, unroll license
- select some text, or place the insertion point handle
- scroll
The handles do not update, they stay in the same screen position.
Change History (6)
comment:1 Changed 11 years ago by erikos
- Bug Status changed from Unconfirmed to Assigned
- Component changed from untriaged to sugar-toolkit-gtk3
- Distribution/OS changed from Unspecified to OLPC
- Priority changed from Unspecified by Maintainer to High
- Severity changed from Unspecified to Major
- Version changed from Unspecified to 0.97.x
comment:2 Changed 11 years ago by garnacho
comment:3 Changed 10 years ago by dnarvaez
- Component changed from sugar-toolkit-gtk3 to Sugar
comment:4 Changed 10 years ago by dnarvaez
- Milestone changed from 0.98 to Unspecified
comment:5 Changed 10 years ago by dnarvaez
- Bug Status changed from Assigned to Unconfirmed
comment:6 Changed 10 years ago by walter
- Bug Status changed from Unconfirmed to New
- Milestone changed from Unspecified to 0.102.0
- Priority changed from High to Low
- Resolution set to fixed
- Status changed from new to closed
Seemed to have been fixed somewhere along the line.
Note: See
TracTickets for help on using
tickets.
Is this scrolledwindow scrollbars policy set to "always"? text handles do scroll if the scrollbars' adjustments change, but that isn't the case when overscrolling, as that's done using rendering tricks within the scrolled window, so the textview is unaware of it being "moved"
If this is the case, I propose to lower the severity of this bug, as it's not hindering real scrolling