Closed Bug 738202 Opened 12 years ago Closed 12 years ago

Redirect to /views not /main in the browser

Categories

(Pancake Graveyard :: Front-end, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: sfoster, Assigned: sfoster)

Details

Although the browser isn't currently a target environment for pancake, we do a lot of casual testing with it. Currently the redirects from login land you on /main, which leads to a broken experience. This is causing confusion.

The iOS code intercepts requests for /main and builds up the full UI by creating UIWebViews for the drawer, viewer (and the hidden 'top' window). To approximate this, there's a /views page for browser-only use that creates iframes for the drawer, viewer etc. 

Our redirects need to be platform aware to ensure the browser lands on /views, while ios still gets /main.
You need to log in before you can comment on or make changes to this bug.