Closed
Bug 655361
Opened 14 years ago
Closed 14 years ago
Move the browser too during firstrun sidebar discovery animation
Categories
(Firefox for Android Graveyard :: General, enhancement)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 6
People
(Reporter: mbrubeck, Assigned: mbrubeck)
References
Details
(Keywords: polish)
Attachments
(2 files)
2.21 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
38.18 KB,
image/png
|
Details |
Bug 625229 added a firstrun animation to show the sidebars. However, the sidebars appear over the content area during this animation, instead of panning with the content area. This is different from normal operation, and might be confusing.
This patch makes the content and sidebars animate together. Tested on Galaxy Tab, and it is about as smooth with this patch as without.
If there's a better way of getting it to translate everything by the correct distance, I'd love to hear it. :)
Attachment #530725 -
Flags: review?(mark.finkle)
Comment 1•14 years ago
|
||
Let's get UX to figure out if we care about the "float over" effect
Comment 2•14 years ago
|
||
Adding a screenshot of what I see, tracking to see if the attached patch will resolve that too.
Comment 3•14 years ago
|
||
I think we should land this bug...its too weird to show a state that doesn't happen in the normal usage of the UI
Comment 4•14 years ago
|
||
(In reply to comment #3)
> I think we should land this bug...its too weird to show a state that doesn't
> happen in the normal usage of the UI
sounds good
Comment 5•14 years ago
|
||
Comment on attachment 530725 [details] [diff] [review]
patch
I really dislike the 121px we are using in CSS (not just here). I wonder if we should at least use a @variable@ for it
Attachment #530725 -
Flags: review?(mark.finkle) → review+
Comment 6•14 years ago
|
||
Maybe we should just move this to javascript, where we can be sure we'll have the widths "semi" correct.
Also can't we just animate the entire #controls-scrollbox rather than moving three different boxes?
Comment 7•14 years ago
|
||
(In reply to comment #6)
> Maybe we should just move this to javascript, where we can be sure we'll
> have the widths "semi" correct.
New bug
> Also can't we just animate the entire #controls-scrollbox rather than moving
> three different boxes?
Hmm, this has potential
Assignee | ||
Comment 8•14 years ago
|
||
(In reply to comment #6)
> Also can't we just animate the entire #controls-scrollbox rather than moving
> three different boxes?
Unfortunately, no. #controls-scrollbox is only as wide as the screen; the sidebars are hidden in its overflow normally.
Assignee | ||
Comment 9•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•14 years ago
|
Target Milestone: --- → Firefox 6
Mozilla/5.0 (Android; Linux armv71; rv6.0a1) Gecko/20110513 Firefox/6.0a1 Fennec/6.0a1
Device: Droid 2
OS: Android 2.2
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•