Closed Bug 1159570 Opened 9 years ago Closed 9 years ago

Header and login button disappears on changing device orientation from Portrait to Landscape.

Categories

(Web Compatibility :: Site Reports, defect)

Firefox 40
ARM
Android
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: bishnucit, Unassigned)

References

()

Details

Attachments

(1 file)

Attached image freelancer-2.png
User Agent: Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36

Steps to reproduce:

1. Install the nightly build.
2. Go to m.freelancer.com
3. Observe the main page in portrait mode.
4. Now observe the page in landscape mode.
5. Notice that the Freelancer logo and the login button disappears.


Actual results:

Header(Freelancer logo/Login button) disappear on rotating the device from Portrait to landscape. 


Expected results:

It should render properly
OS: Unspecified → Android
Hardware: Unspecified → ARM
Hi, thanks for reporting.

It looks like the site is hiding the logo on purpose for landscape orientations:

@media all and (orientation:landscape) and (max-height:640px){
	.header-freelancer-logo{
		display:none
	}
}

And also:

<div class="mobile-container ng-scope" ng-hide="$root.isViewLoading" ng-class="{ 'no-header': hideHeader }" ng-view="">

Since this happens across all browsers, this isn't really a Tech Evangelism issue. Feel free to contact them and suggest a new design though.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
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.

Attachment

General

Creator:
Created:
Updated:
Size: