Closed
Bug 270373
Opened 20 years ago
Closed 12 years ago
Thunderbird needs smooth scrolling
Categories
(Thunderbird :: Mail Window Front End, enhancement)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 16.0
People
(Reporter: gabrielseah, Assigned: mkmelin)
Details
Attachments
(2 files)
|
6.17 KB,
patch
|
bwinton
:
review+
bwinton
:
ui-review+
|
Details | Diff | Splinter Review |
|
76.67 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 StumbleUpon/1.999 Build Identifier: Thunderbird version 0.9 (20041103) There should be an option to enable smooth scrolling in Thunderbird Reproducible: Always Steps to Reproduce: 1. 2. 3.
Comment 1•20 years ago
|
||
I agree - Thunderbird needs to have smooth scrolling: 1. Implemented. 2. A UI ported across from Firefox.
Comment 2•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
| Reporter | ||
Comment 3•19 years ago
|
||
Thunderbird Branch 20050928: Still doesn't have smooth scrolling.
Updated•18 years ago
|
QA Contact: general
Comment 4•16 years ago
|
||
version 3.0a2pre (2008071003) general.smoothScroll - doesn't exist in config editor need to be ported
Status: UNCONFIRMED → NEW
Ever confirmed: true
Version: unspecified → Trunk
Updated•16 years ago
|
Assignee: mscott → nobody
Component: General → Mail Window Front End
OS: Windows XP → All
QA Contact: general → front-end
Hardware: PC → All
Comment 5•15 years ago
|
||
The smooth scrolling feature has no user interface checkbox in preferences of Thunderbird 2.0.0.23. Even if not set by default, it would help a lot.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → mkmelin+mozilla
Status: NEW → ASSIGNED
| Assignee | ||
Comment 6•12 years ago
|
||
Talk about low handing fruit. Didn't realize this existed until ff13 enabled it by default. This patch also adds ui for autoscrolling (that thing middle-clicking the mouse wheel does), and indents the "info about telemetry" link properly. Screenshot coming up.
Attachment #631649 -
Flags: ui-review?(bwinton)
Attachment #631649 -
Flags: review?(bwinton)
| Assignee | ||
Comment 7•12 years ago
|
||
| Assignee | ||
Comment 8•12 years ago
|
||
For reference, bug 710372 is the smooth-scroll-by-default-tracking-bug for firefox.
Comment 9•12 years ago
|
||
The lack of smooth scrolling has been a serious and noticeable deficiency for years --> flag=? for next releases.
blocking-basecamp: --- → ?
blocking-kilimanjaro: --- → ?
Comment 10•12 years ago
|
||
I'm pretty sure Thunderbird isn't part of the Kilimanjaro goals or Basecamp milestone, but thank you for thinking so highly of us. :) (Also, I'll be reviewing this on Monday, I hope, so it should land reasonably soon.) Thanks, Blake.
blocking-basecamp: ? → ---
blocking-kilimanjaro: ? → ---
Comment 11•12 years ago
|
||
Comment on attachment 631649 [details] [diff] [review] proposed fix >diff --git a/mail/components/preferences/advanced.xul b/mail/components/preferences/advanced.xul >--- a/mail/components/preferences/advanced.xul >@@ -139,16 +147,30 @@ >+ <!-- Browsing --> >+ <groupbox id="browsingGroup"> >+ <caption label="&browsing.label;"/> >+ >+ <checkbox id="useAutoScroll" >+ label="&useAutoScroll.label;" >+ accesskey="&useAutoScroll.accesskey;" >+ preference="general.autoScroll"/> >+ <checkbox id="useSmoothScrolling" >+ label="&useSmoothScrolling.label;" >+ accesskey="&useSmoothScrolling.accesskey;" >+ preference="general.smoothScroll"/> >+ </groupbox> Do these prefs only apply to Browsing? (I'm compiling on my Windows box, so that I can see what they actually do, cause it's hard to tell on the Mac's trackpad…) Other than that, it looks good to me. r=me, ui-r=me. Thanks, Blake.
Attachment #631649 -
Flags: ui-review?(bwinton)
Attachment #631649 -
Flags: ui-review+
Attachment #631649 -
Flags: review?(bwinton)
Attachment #631649 -
Flags: review+
Comment 12•12 years ago
|
||
Right, so the smooth scrolling also happens for email messages, the start page, the chat tab, etc... So I think we should maybe call the groupbox "Scrolling", or something, but ui-r=me with that change. Thanks again, Blake.
| Assignee | ||
Comment 13•12 years ago
|
||
http://hg.mozilla.org/comm-central/rev/397a74ee1e00 ->FIXED
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 16.0
You need to log in
before you can comment on or make changes to this bug.
Description
•