Closed
Bug 946406
Opened 11 years ago
Closed 9 years ago
[B2G][Browser][Quora]Quora displays overlapping/cluttered formatting.
Categories
(Web Compatibility :: Mobile, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rkuhlman, Assigned: karlcow)
References
()
Details
(Whiteboard: Dogfood1.2 [country-all][sitewait][css])
Attachments
(7 files)
Quora.com does not display appropriately for users. The search bar at the top of the page overlaps the user's profile icon, preventing the user from accessing any profile specific features. Also, when creating a new profile, Quora displays cluttered text while selecting interests.
Default Repro Steps:
1) Updated Buri to Build ID: 20131126004001
2) Launch Browser app and navigate to www.quora.com.
3) Sign into a profile.
4) Observe Search bar at top of screen.
Profile Creation Repro Steps:
1) Updated Buri to Build ID: 20131126004001
2) Launch Browser and navigate to www.quora.com.
3) Begin creating a new profile.
4) Choose 5 interests when prompted.
5) Observe next page, where user is prompted to choose 5 more interests.
Actual:
Page displays cluttered and overlapping assets.
Expected:
Page displays with proper formatting.
Environmental Variables
Device: Buri v 1.2 COM RIL
Build ID: 20131126004001
Gecko: http://hg.mozilla.org/releases/mozilla-b2g26_v1_2/rev/21e2ad082d85
Gaia: 264c6044b941437ac3c4b28fe4ca392d2bc78445
Platform Version: 26.0
RIL Version: 01.02.00.019.102
Firmware Version: V1.2_20131115
Notes:
Repro frequency: 100%
See attached screenshots.
Optional extra notes:
There is no Quora app or mobile site. At the time of this writing, www.quora.com is the only way for FxOS users to access quora. The Quora page displays appropriately on android.
Reporter | ||
Comment 1•11 years ago
|
||
Issue also occurs in 1.1
Device: Leo v 1.1 COM RIL
Build ID: 20131122041201
Gecko: http://hg.mozilla.org/releases/mozilla-b2g18/rev/c699a8e7bde9
Gaia: b7610870ec71495685557744bfbcbce357032251
Platform Version: 18.1
RIL Version: 01.01.00.019.281
Firmware Version: lge_default
Updated•11 years ago
|
Component: Gaia::Browser → Mobile
Product: Firefox OS → Tech Evangelism
Updated•11 years ago
|
Assignee: nobody → miket
Comment 2•11 years ago
|
||
I don't see any problems with the search bar, so that issue may have been resolved.
As for the overlapping text, the div.section that contains the overlapping h1s is constrained to a height of 80px so it has no choice but to overflow, but only around 455px wide or so.
Removing the height props from the following selectors in their CSS fixes the problem:
.welcome_main .section {height: 80px;}
.nux-flow .section {height: 80px;}
(then they'll probably want to tweak the padding-bottom, etc.)
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Adding a screenshot of Chrome Mobile for comparison.
Updated•11 years ago
|
Assignee: miket → nobody
Whiteboard: Dogfood1.2 → Dogfood1.2 [country-all][contactready][css]
Assignee | ||
Comment 5•11 years ago
|
||
contact twitter |
First attempt through twitter http://twitter.com/MozWebCompat/status/411179322251431936
I didn't find any obvious reporting system on their web site.
Comment 6•11 years ago
|
||
Is this still a problem? Don't see anything like the screenshots on the quora.com landing page now.
Flags: needinfo?(rkuhlman)
Comment 7•11 years ago
|
||
I still see the somewhat misplaced arrow issue after logging in. Perhaps somebody in the Moz Mountain View office should walk downstairs and knock on doors? ;-)
Updated•11 years ago
|
Flags: needinfo?(rkuhlman)
Comment 8•11 years ago
|
||
The "create account" overlapping is not fixed yet, just re-tested. I suppose it fails on all screens that are narrow enough.
Comment 9•11 years ago
|
||
contact twitter |
I pinged them on Twitter: https://twitter.com/MozWebCompat/status/459258452599394304 (since the Mountain view office moved it's less convenient to get somebody to knock on a door downstairs to deliver a bug report ;-))
Whiteboard: Dogfood1.2 [country-all][contactready][css] → Dogfood1.2 [country-all][sitewait][css]
Assignee | ||
Comment 10•10 years ago
|
||
So I don't have any issues with overlapping screens but with not getting to the next steps once logged.
It's like it was not recording my choices.
After logging it is proposing you to pickup 5 items. But then nothing else is possible after these choices. You can still select or deselect but not other steps. If you reload you are back to select from a blank list.
Comment 11•10 years ago
|
||
(In reply to Karl Dubost :karlcow from comment #10)
> So I don't have any issues with overlapping screens but with not getting to
> the next steps once logged.
> It's like it was not recording my choices.
> After logging it is proposing you to pickup 5 items. But then nothing else
> is possible after these choices. You can still select or deselect but not
> other steps. If you reload you are back to select from a blank list.
that is because the done button is not displayed - tapping the upper right corner ( where the "Done" button should be ) will take you to next screen.
Comment 12•10 years ago
|
||
Tapping the upper right corner will take you to next steps so the button is constructed but not displayed visible.
Assignee | ||
Comment 13•9 years ago
|
||
Assignee | ||
Comment 14•9 years ago
|
||
One of the issues with this bug is to be able to reproduce it. ^_^
Given that it is happening only at the registering phase.
OK but it accepts fake email addresses, so let's see.
The button Done is visible.
After selecting the 10 topics it is active. \o/
Assignee | ||
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
You need to log in
before you can comment on or make changes to this bug.
Description
•