Closed Bug 960433 Opened 10 years ago Closed 6 years ago

biglobe.ne.jp sends desktop site to Firefox OS

Categories

(Web Compatibility :: Site Reports, defect, P5)

ARM
Gonk (Firefox OS)
defect

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: hsteen, Assigned: karlcow)

References

()

Details

(Whiteboard: [serversniff] [country-jp] [sitewait] [webkitcss])

Compare the responses to the following HTTP requests:

GET / HTTP/1.1
User-Agent: Mozilla/5.0 (Android; Mobile; rv:23.0) Gecko/23.0 Firefox/23.0
Host: www.biglobe.ne.jp

HTTP/1.1 302 Found
Date: Thu, 16 Jan 2014 08:21:04 GMT
Server: httpd
Location: http://www.biglobe.ne.jp/a-top/
Content-Length: 215
Content-Type: text/html; charset=iso-8859-1

------------------------------------------------------------------
GET / HTTP/1.1
User-Agent: Mozilla/5.0 (Mobile; rv:23.0) Gecko/23.0 Firefox/23.0
Host: www.biglobe.ne.jp

HTTP/1.1 200 OK
Date: Thu, 16 Jan 2014 08:21:29 GMT
Server: httpd
Set-Cookie: btop_pg=; expires=Fri, 31-Dec-1999 23:59:59 GMT;path=/;
Set-Cookie: btop_p=0&0&||||49136&0; path=/; expires=Tue, 31-Dec-2030 23:59:59 GMT;
Pragma: no-cache
Cache-Control: no-cache
Expires: -1
Vary: Accept-Encoding
Content-Type: text/html
Content-Length: 65154

------------------------------------------------------------------
The CSS for the mobile content is not consistent. 
Sometimes there are the equivalent properties for Mozilla, sometimes WebKit only, sometimes unprefixed. It needs to be straighten. It for example creates layout issue in <ul id="list12" list items.

It's also using  old syntax of flexbox with WebKit only.

#sumaho li a.sp{
	display:-webkit-box;
	background-image:none;
	padding:10px 0 10px 10px;
	margin:0;
	color:#333;
}

Switching to the new Flexbox syntax would allow compatibility everywhere
http://caniuse.com/#feat=flexbox
http://css-tricks.com/snippets/css/a-guide-to-flexbox/



Home Company
http://www.biglobe.co.jp/

They have a twitter account but they do not seem to interact with the public.
https://twitter.com/biglobe

Maybe a possible human contact with 
http://www.linkedin.com/in/uedayo
Trying to contact
http://twitter.com/MozWebCompat/status/468231941641080832
Assignee: nobody → kdubost
Status: NEW → ASSIGNED
Hardware: All → ARM
Whiteboard: [serversniff] [country-jp] [contactready] → [serversniff] [country-jp] [sitewait] [webkitcss]
Most of the issues would be fixed through css unprefixing service.

Except for some gradients like since Bug 1176496

``` css
#hotword ul li a {
	display:block;
	padding:0 3px;
	line-height:22px;
	border-radius:3px;
	background:#ccc;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e8f3ff));
	background:-moz-linear-gradient(top, #014bbc, #3d98fd);
	-webkit-box-shadow:0 1px 1px #fff;
	-moz-box-shadow:0 1px 1px #fff;
	border:1px solid #a5c5e8;
}
```
Blocks: 1176496
Priority: -- → P5
Closing as we are not working on Firefox OS anymore.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Product: Tech Evangelism → Web Compatibility
Component: Mobile → Site Reports
You need to log in before you can comment on or make changes to this bug.