Closed
Bug 600646
Opened 14 years ago
Closed 14 years ago
Speed up the new tab animation
Categories
(Firefox Graveyard :: Panorama, defect, P2)
Firefox Graveyard
Panorama
Tracking
(blocking2.0 beta8+)
VERIFIED
FIXED
Firefox 4.0
Tracking | Status | |
---|---|---|
blocking2.0 | --- | beta8+ |
People
(Reporter: aza, Assigned: aza)
References
Details
(Whiteboard: [on-panorama-central])
Attachments
(1 file, 1 obsolete file)
3.77 KB,
patch
|
Dolske
:
review+
|
Details | Diff | Splinter Review |
Creating a new tab using the new tab button feels unacceptably slow. We need to chop it down or remove it.
Assignee | ||
Updated•14 years ago
|
Summary: Remove the new tab animation → Speed up the new tab animation
Assignee | ||
Comment 1•14 years ago
|
||
This drastically speeds up the new tab animation. Much nicer now.
Attachment #479567 -
Flags: feedback?(ian)
Assignee | ||
Updated•14 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → Firefox 4.0
Comment 2•14 years ago
|
||
Comment on attachment 479567 [details] [diff] [review]
Patch v1
I love it.
+ //iQ(newItem.container).css({backgroundColor: "white"});
Remove this commented out code.
f+ with that
Attachment #479567 -
Flags: feedback?(ian) → feedback+
Assignee | ||
Comment 3•14 years ago
|
||
Got feedback+ from Ian!
Attachment #479567 -
Attachment is obsolete: true
Attachment #479668 -
Flags: review?(dolske)
Comment 4•14 years ago
|
||
Comment on attachment 479668 [details] [diff] [review]
Patch v2
>+++ b/browser/themes/gnomestripe/browser/tabview/tabview.css
> .thumb {
> box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.2);
>+ background-color: white;
> }
Why the CSS changes? Doesn't seem related -- meant for some other bug?
Attachment #479668 -
Flags: review?(dolske) → review+
Assignee | ||
Comment 5•14 years ago
|
||
I probably should have put this as a comment, but the backgrounds of tabs were clear which meant that if there wasn't a thumbnail (like the first time you made a new tab) all you would get was a bounding box and a clear center. Adding a white background means that a blank tab always is filled in.
Assignee | ||
Updated•14 years ago
|
Attachment #479668 -
Flags: approval2.0?
Comment 6•14 years ago
|
||
We won't take this for b7, but will for b8.
blocking2.0: --- → beta8+
Whiteboard: [can land after b7]
Comment 7•14 years ago
|
||
Comment on attachment 479668 [details] [diff] [review]
Patch v2
Now that it's blocking, it doesn't need approval.
Aza, can you please update the patch for landing and I'll push it to panorama-central?
Attachment #479668 -
Flags: approval2.0?
Assignee | ||
Comment 8•14 years ago
|
||
About to take for Berlin; Ian would you mind updating the patch?
Comment 9•14 years ago
|
||
Pushed to panorama-central:
http://hg.mozilla.org/users/ian_iangilman.com/panorama-central/rev/a44cbf58508b
Whiteboard: [can land after b7] → [on-panorama-central]
Comment 10•14 years ago
|
||
Landed on mozilla-central:
http://hg.mozilla.org/mozilla-central/rev/a44cbf58508b
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 11•14 years ago
|
||
Now there is just a delay then the tab appears with no animation. The delay makes opening a new tab take longer to open then with firefox 3.6.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 12•14 years ago
|
||
(In reply to comment #11)
> Now there is just a delay then the tab appears with no animation. The delay
> makes opening a new tab take longer to open then with firefox 3.6.
I'm not seeing that on the latest mozilla-central... I get a fast animation right away.
Are you clicking the "new tab" button in the lower left of the group, or are you hitting the "new tab" command key?
Comment 13•14 years ago
|
||
(In reply to comment #12)
> (In reply to comment #11)
> > Now there is just a delay then the tab appears with no animation. The delay
> > makes opening a new tab take longer to open then with firefox 3.6.
>
> I'm not seeing that on the latest mozilla-central... I get a fast animation
> right away.
>
> Are you clicking the "new tab" button in the lower left of the group, or are
> you hitting the "new tab" command key?
Sorry, I must have not restarted to apply the update that this changeset was in. For the record I was using ctrl+t
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Comment 14•14 years ago
|
||
(In reply to comment #13)
> Sorry, I must have not restarted to apply the update that this changeset was
> in. For the record I was using ctrl+t
There's no animation for the key combo (just the button), but it should be plenty fast.
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•