Closed (fixed)
Project:
Aberdeen
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Apr 2010 at 06:27 UTC
Updated:
9 Jun 2010 at 22:00 UTC
Jump to comment: Most recent file
In Aberdeen Fixed, if the screen is smaller than the width of the page (either through window resizing or a lower-resolution monitor) and then the page is scrolled to the right, the page content beyond the narrow-width limitation is simply not there.
In the attached screenshot you'll see that some words and letters are simply cut off where the edge had been before scrolling right, even though it is now scrolled into visible range.
This happens in Safari, IE, and FF.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | horizontalfix.patch | 299 bytes | bchoc |
| aberdeenHscroll.png | 93.11 KB | bchoc |
Comments
Comment #1
ishmael-sanchez commentedComment #2
ishmael-sanchez commentedHello bchoc,
I refined the CSS can you kindly test to make sure it work for you? Below is the section of code I changed, everything was in the layout section.
Comment #3
bchoc commentedCertainly. While the code you've given did not solve the issue for my installations, I noticed that you removed the overflow-y:hidden line from the #footer section. I tried removing that line from #wrapper-main as well, and that did seem to solve the problem. As far as the sites I have available to test, setting #wrapper-main {overflow-y:visible} caused the content to be visible when horizontal scrolling was used. Why that is the case, I don't know. I haven't observed any negative side-effects from changing that line yet.
Comment #4
ishmael-sanchez commentedHello bchoc,
Thanks for testing, can you post the code in the does work for you or attach a patch file is possible.
Comment #5
ishmael-sanchez commentedAlright, I will include the overflow-y:hidden as a comment in the CSS but the code on my dev site seems to be fixed.
Comment #6
bchoc commentedSorry I took awhile to get back to this. The patch is attached, and it's really simple. Only one line of CSS change was required, all of the code changes from comment #2 seemed to have no effect for better or worse. However, this patch seems to resolve the issue by itself.
Comment #7
ishmael-sanchez commentedHi bchoc,
Thanks for this.
Comment #8
ishmael-sanchez commented