Closed
Bug 500732
Opened 15 years ago
Closed 14 years ago
Facebook bottom bar floats instead of respecting the bottom of the window
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(fennec-)
VERIFIED
DUPLICATE
of bug 607417
Tracking | Status | |
---|---|---|
fennec | - | --- |
People
(Reporter: aakashd, Assigned: stechz)
References
Details
(Whiteboard: [fennectestday])
Build identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090626 Fennec/1.0b2
Steps to Reproduce:
1. Log into www.facebook.com
2. Scroll down.
3. Use the bottom bar functionalities.
Actual Results:
bottom bar floats
Expected Results:
bottom bar "sticks" to the bottom.
Reporter | ||
Updated•15 years ago
|
Severity: major → normal
Whiteboard: [fennectestday]
Comment 1•15 years ago
|
||
verified with 6/26 nightly rc build for maemo (it is difficult to get regular vs. mobile facebook on maemo, but it is possible)
Comment 2•15 years ago
|
||
sounds like bug 475678
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Comment 3•15 years ago
|
||
this is not a dup of bug 475678. On the maemo nightly build from 20090819, I log into facebook and the bar scrolls with me.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Updated•15 years ago
|
tracking-fennec: --- → ?
Updated•15 years ago
|
tracking-fennec: ? → 1.0+
Comment 4•15 years ago
|
||
I seem to remember that romaxa said this bug could be caused by Fennec not setting the right scrollX/scrollY of the browser when we pan the tiles.
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → webapps
Assignee | ||
Comment 5•15 years ago
|
||
Part of this bug is expected, technically speaking. Although we do need to update browser scrollbox, the browser never knows about our zoom level. So at any zoom level that isn't 1.0 Facebook (or any other site) will wrongly assume the viewport is something it is not.
Since Facebook's site is meant to render at a minimum of 1024px width and we zoom the page to fit the width, the bottom bar is shown at the wrong location.
Assignee | ||
Comment 6•15 years ago
|
||
I see nothing we can do about this bug, assuming we continue to zoomToFit and keep our default rendering width as 800. Websites aren't always going to render well on mobile browsers, and Facebook already has a mobile website.
We should probably mark this as not blocking 1.0 or close it as WONTFIX.
Updated•15 years ago
|
tracking-fennec: 1.0+ → 1.0-
Assignee | ||
Updated•15 years ago
|
Assignee: webapps → nobody
Reporter | ||
Comment 7•15 years ago
|
||
This is also found on reuters now
Comment 8•15 years ago
|
||
we should really reconsider this for 1.0. This looks very crappy and it blocks functionality. For example, the bar is floating over a "comment" button, so I can enter the comment into the textarea, but not hit submit.
Reporter | ||
Comment 9•15 years ago
|
||
This is also seen for the feedback button at http://www.teachstreet.com/mountain-view-ca/66908 (it'll be on the right side)
Comment 10•15 years ago
|
||
For Microb I did fixed-Position elements hiding during scrolling...
But this is not very good solution, we should not just hide, but move fixed elements in separate layer, and composite it on top of scrolled area.
Reporter | ||
Comment 11•15 years ago
|
||
Another instance of this issue was reported by a user via http://reporter.mozilla.org/app/report/?report_id=RMO12711700006195&report_product=Fennec%2F1.1a2pre&selected[]=host_hostname&selected[]=report_file_date&show=25&product_family=&page=1 on problem type: "Page Layout"
Reporter | ||
Updated•14 years ago
|
tracking-fennec: 1.0- → ?
Reporter | ||
Comment 13•14 years ago
|
||
Updated•14 years ago
|
Comment 15•14 years ago
|
||
Same issues is on Youtube page as there is Video Queue Panel with fixed position. it does not stick to bottom.
Updated•14 years ago
|
tracking-fennec: 2.0b1+ → 2.0b2+
Comment 17•14 years ago
|
||
This issue is reproducible only when browser.tabs.remote=true on latest nightly build. Checked with browser.tabs.remote=false and it is not reproducible.
I'd like to dup this to bug 607417. Please let me know if there are reasons not to.
Updated•14 years ago
|
Status: REOPENED → RESOLVED
Closed: 15 years ago → 14 years ago
Resolution: --- → DUPLICATE
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•