Closed
Bug 964694
Opened 12 years ago
Closed 11 years ago
[Tablet] - Bing.com background is not properly resized for tablets
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(firefox26 affected, firefox27 affected, firefox28 affected, firefox29 affected)
People
(Reporter: paul.feher, Assigned: karlcow, Mentored)
References
()
Details
(Whiteboard: [country-all] [serversniff] [sitewait])
Build: 27.0 Beta 10 (2014-01-27), Nightly 29.0a1 (2014-01-27)
Aurora 28.0a2 (2014-01-27)
Device: Samsung Galaxy Tab (4.0.4), Samsung Galaxy Tab 2 (4.2.2)
Steps to reproduce:
1. Go to http://bing.com
2. Check the layout
Expected Results:
- The page background is not properly resized for tablets
Actual Results:
- The mobile version of the page is loaded and the page background is not properly resized for tablets
Note: On Chrome the desktop version of the page is load for tablet, so this issue is bypassed.
Comment 1•12 years ago
|
||
This is reproducible on desktop with a mobile user-agent in both Firefox and Chrome.
Moving to Tech Evangelism.
They are using an absolute image that seems to doesn't scale beyond 900x540 to fit the background.
Component: General → Mobile
Product: Firefox for Android → Tech Evangelism
Version: Firefox 27 → unspecified
Updated•11 years ago
|
Whiteboard: [mentor=miketaylr]
![]() |
Assignee | |
Updated•11 years ago
|
Assignee: nobody → kdubost
Status: NEW → ASSIGNED
![]() |
Assignee | |
Updated•11 years ago
|
URL: http://bing.com
Comment 2•11 years ago
|
||
<div id="bgDiv" style="opacity: 1; background-image: url("/ImageResolution.aspx?w=1536&h=719");">
#bgDiv {
height: 100%;
position: relative;
background-repeat: no-repeat;
}
The background on desktop is actually slightly smaller (1336px wide) but centered. I guess they may want to send the desktop site to tablets.
![]() |
Assignee | |
Comment 3•11 years ago
|
||
So to be sure, I'm understanding the issue.
bing.com
on Firefox for Android
sends the mobile content
on Tablets Samsung Galaxy Tab (4.0.4) and Samsung Galaxy Tab 2 (4.2.2)
when Chrome receives the desktop content for the same size.
Paul,
could you copy and paste for these tablets
1. the Firefox UA.
2. the chrome UA.
You can get them by visiting http://echo.opera.com/ and getting User-Agent: …
Thanks :)
Flags: needinfo?(paul.feher)
Whiteboard: [mentor=miketaylr] → [mentor=miketaylr] [country-all] [serversniff] [contactready]
Updated•11 years ago
|
Mentor: miket
Whiteboard: [mentor=miketaylr] [country-all] [serversniff] [contactready] → [country-all] [serversniff] [contactready]
Comment 4•11 years ago
|
||
> could you copy and paste for these tablets
> 1. the Firefox UA.
> 2. the chrome UA.
Tablets Samsung Galaxy Tab (4.0.4)
Firefox UA: Mozilla/5.0 (Android; Tablet; rv:33.0) Gecko/33.0 Firefox/33.0
Chrome UA: Mozilla/5.0 (Linux; Android 4.0.4; GT-P7510 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Safari/537.36
Samsung Galaxy Tab 2 (4.2.2)
Firefox UA: Mozilla/5.0 (Android; Tablet; rv:33.0) Gecko/33.0 Firefox/33.0
Chrome UA: Mozilla/5.0 (Linux; Android 4.2.2; GT-P3113 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Safari/537.36
Flags: needinfo?(paul.feher)
![]() |
Assignee | |
Comment 5•11 years ago
|
||
contact email |
Thanks Catalin.
Sent an email to my contact at Microsoft.
=======
Hi,
This bug is about Tablet browsers on Android devices.
https://bugzilla.mozilla.org/show_bug.cgi?id=964694
Currently the Chrome browser on tablets such as Galaxy Tab is receiving the desktop version of the site, while Firefox for Android receives the Mobile version.
I'm not sure which one should be consistent. Either Chrome receiving the mobile version, or Firefox for Android receiving the desktop version.
The user agent for Firefox for Android on Tablets has the form (version number is not relevant):
Mozilla/5.0 (Android; Tablet; rv:30.0) Gecko/30.0 Firefox/30.0
See https://developer.mozilla.org/en-US/docs/Web/HTTP/Gecko_user_agent_string_reference#Mobile_and_Tablet_indicators
Thanks a lot.
If you have additional questions, ask me.
===========
Whiteboard: [country-all] [serversniff] [contactready] → [country-all] [serversniff] [sitewait]
![]() |
Assignee | |
Comment 6•11 years ago
|
||
This seems to be fixed.
Thanks to Microsoft Team.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
Updated•1 year ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•