| Summary: | Page misaligns when swiped to the left with a mac trackpad | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Anton McConville <antonm> | ||||||
| Component: | Client | Assignee: | 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: |
|
||||||||
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. 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. Should be fixed now http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=140c243 |
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.