Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 407746

Summary: Page misaligns when swiped to the left with a mac trackpad
Product: [ECD] Orion Reporter: Anton McConville <antonm>
Component: ClientAssignee: Anton McConville <antonm>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: mamacdon
Version: unspecified   
Target Milestone: 3.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
Screenshot
none
SCREENSHOT none

Description Anton McConville CLA 2013-05-10 10:11:43 EDT
Created attachment 230777 [details]
Screenshot

Check attachment. Mark took a quick look on his macbook and noted that the whole HTML tag seemed to have shifted.
Comment 1 Mark Macdonald CLA 2013-05-10 10:52:17 EDT
I think the root cause is that our editor page's computed width is too large.

We're currently "fixing" this by `overflow-x:hidden` on our HTML doc. Scrolling with the trackpad just reveals that extra width that we have tried to hide.
Comment 2 Mark Macdonald CLA 2013-05-10 14:25:13 EDT
Created attachment 230791 [details]
SCREENSHOT

(In reply to comment #1)
> I think the root cause is that our editor page's computed width is too large.

The user menu dropdown (in the top-right corner of the banner) is the culprit. It initially seems to be positioned so that it overflows the viewport and makes the document too wide. When you open the menu, we reposition the dropdown to be inside the viewport, but by then it's too late.
Comment 3 Mark Macdonald CLA 2013-05-10 15:06:49 EDT
Should be fixed now

http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=140c243