Closed
Bug 483403
Opened 16 years ago
Closed 16 years ago
Temporarily disable tabstrip smooth scrolling when restoring a window
Categories
(Firefox :: Session Restore, enhancement)
Firefox
Session Restore
Tracking
()
RESOLVED
FIXED
Firefox 3.6a1
People
(Reporter: dao, Assigned: dao)
References
Details
(Keywords: fixed1.9.1)
Attachments
(1 file)
2.05 KB,
patch
|
dietrich
:
review+
zeniko
:
review+
beltzner
:
approval1.9.1+
|
Details | Diff | Splinter Review |
When a window is being restored, smooth scrolling in the tabstrip should be disabled, because a) it's actually not smooth and b) it's better to immediately get to the state in which the window was closed, i.e. with the selected tab visible.
Attachment #367380 -
Flags: review?(dietrich)
Comment 1•16 years ago
|
||
Comment on attachment 367380 [details] [diff] [review]
patch
this idea seems ok to me, please get additional review from Simon though. nit: only set smoothScroll if changed from original value?
Attachment #367380 -
Flags: review?(dietrich) → review+
Assignee | ||
Comment 2•16 years ago
|
||
(In reply to comment #1)
> only set smoothScroll if changed from original value?
This seems like an unnecessary complication, e.g. I'd need another variable, or make the smoothScroll variable tri-state, or something like that.
Assignee | ||
Updated•16 years ago
|
Attachment #367380 -
Flags: review?(zeniko)
Updated•16 years ago
|
Attachment #367380 -
Flags: review?(zeniko) → review+
Assignee | ||
Comment 3•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.2a1
Assignee | ||
Updated•16 years ago
|
Attachment #367380 -
Flags: approval1.9.1?
Updated•16 years ago
|
Attachment #367380 -
Flags: approval1.9.1? → approval1.9.1+
Comment 4•16 years ago
|
||
Comment on attachment 367380 [details] [diff] [review]
patch
a=191, but if you could see if you can add a quick test for this (perhaps in some of the other session restore tests?) that would be super awesome.
Assignee | ||
Comment 5•16 years ago
|
||
The test this should probably be added to, the one for bug 480148, is currently disabled...
Flags: in-testsuite?
Keywords: checkin-needed
Assignee | ||
Comment 6•16 years ago
|
||
Keywords: checkin-needed → fixed1.9.1
Assignee | ||
Updated•10 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•