Open Bug 1338546 Opened 8 years ago Updated 9 days ago

Qsurvey feedback options not centered on tablets

Categories

(Websites :: Other, defect)

ARM
Android
defect
Not set
normal

Tracking

(Not tracked)

People

(Reporter: u549602, Assigned: rrayborn)

References

()

Details

Attachments

(1 file)

Attached image Tablet view.jpg
Environment: Beta Device: SONY Xperia Z2 (Android 5.1.1 ); Build: 52.0b4 ; Steps to reproduce: 1. Open Firefox and go to any webpage 2. Tap on device home button 3. Tap on Firefox icon 4. Repeat steps 2&3, 14 more times Expected result: Qsurvey feedback page is opened and the options are centered Actual result: Qsurvey feedback page is opened but the options are not centered in page
I can repro in desktop firefox by going to the URL indicated and spoofing a tablet UA. Normal desktop UA string keeps it centered, so the site needs fixing. Specifically the website uses "margin: 0 auto" with a desktop UA, which balances the horizontal margins and centers the form. With mobile UA it uses "margin: 0" which doesn't do that.
Component: Graphics, Panning and Zooming → Mobile
Product: Firefox for Android → Tech Evangelism
Please note that this page is the default feedback page for all the branches and it will be accessed by all the firefox users after several entries so in my opinion, it should have a high priority.
I wonder who owns this site...
CSS lives at surveygizmo, but I bet we'll get more traction if we go through whoever runs the Firefox side of things (presumably we pay for this service): https://www.surveygizmo.com/2017.02.10.00/runtimejs/dist/survey/css/survey2.css
Hey Matt, does anyone on your team have a contact at SurveyGizmo that we can reach out to?
Flags: needinfo?(mgrimes)
Thanks for the heads up. Looping in a couple of my folks. They can start the conversation with SG for you.
Flags: needinfo?(mgrimes)
Thanks Matt. Basically SG just needs to add auto to margin: 0 in the following selector, in their survey2.css: .sg-survey.sg-int-virtual-page, .sg-survey.sg-mobile-optimized, .sg-survey.sg-mobile-optimized .sg-survey-form { height: 100%; width: 100%; padding: 0; margin: 0 auto; }
it seems that because of the website content itself
tracking-fennec: - → ---
Component: Mobile → Other
Product: Tech Evangelism → Websites
Wesley, does somebody monitor this "Websites::Other" component? The content is controlled by SurveyGizmo -- hence it originally being moved to Tech Evangelism (the component we use when we need to ask external parties to fix things).
Flags: needinfo?(whuang)
We actually control the css for our surveys on a per-survey basis, this is easy to fix.
Assignee: nobody → rrayborn
Excellent! A simple fix is in Comment #7.
Flags: needinfo?(whuang)
See Also: → 1318658
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: