Ticket #9967 (closed enhancement: fixed)
Make "About Adium" window scrollable
| Reported by: | David Munch | Owned by: | nobody |
|---|---|---|---|
| Milestone: | Adium 1.4 | Component: | Adium UI |
| Version: | 1.2.5 | Severity: | minor |
| Keywords: | scroll about window moving text | Cc: | |
| Patch Status: | Accepted |
Description
Currently when you scroll in the "About Adium" window, the text speeds up for just a split second.
I would like to be able to either: • Scroll the text so the text moves faster. • Hold down the mouse-button in the window so the text moves faster.
Attachments
Change History
comment:2 Changed 4 years ago by jas8522
- priority changed from normal to lowest
- Severity changed from normal to trivial
- Milestone set to Adium X 1.4
Changed 4 years ago by SimDan
-
attachment
9967.diff
added
Patch for clicking on duck to toggle between normal scroll speed and double speed
comment:4 Changed 4 years ago by Robby
- Patch Status changed from None to Needs Dev Review
- Milestone changed from Adium 1.3.x to Good idea for "later"
comment:5 Changed 4 years ago by zacw
- Patch Status changed from Needs Dev Review to Rejected
I don't think this is an appropriate patch to include; it would be confusing since nobody would know to do it anyway.
Changed 4 years ago by wixardy
-
attachment
aboutBoxChanges.diff
added
patch to enable regular scrolling of the textview
comment:6 Changed 4 years ago by wixardy
I broke the autoscrolling out into a subclass of NSTextView that waits for a mouse scroll event. When the user scrolls on the textView the vertical scrollbar is enabled and the autoscroll stops.
Since the option key was a hidden key anyways I reassigned it to toggle autoscroll.


On a second notice, proton just told me that the 'split second speed up' is actually just a trick of the eye. But the rest of the ticket still applies.