|
|
Dominance Orders for furs, eyes & traits in Google Docs
|
03-19-2012, 10:36 AM
(This post was last modified: 03-19-2012 10:37 AM by Khea Karas.)
|
|
RE: Dominance Orders for furs, eyes & traits in Google Docs
(03-19-2012 08:48 AM)anna acanthus Wrote: I can remember having this scrolling prob somewhere recently.
What fixed it was simply pulling my browser window up to full size as i tend to downsize it on my big wide screen. Maybe try pulling yours around a bit Karen, who knows ...
No this was an issue when the viewer could not scroll down even with the window fully maximized. I was able to replicate the issue in firefox and I believe it occurs due to the page using iframes without the scroll enabled.
The issue is caused by this line of code:
Code:
<iframe frameborder="0" class="leaf-contents-gview" id="gview" src="https://docs.google.com/spreadsheet/ccc?key=0Ak_Wqb33nVpndHhxT3RqQ1dtNV9WdDMtZUtaOGx0Q3c&output=html&chrome=false&widget=true"></iframe></div>
Should be replaced by:
Code:
<iframe scrolling="auto" frameborder="0" class="leaf-contents-gview" id="gview" src="https://docs.google.com/spreadsheet/ccc?key=0Ak_Wqb33nVpndHhxT3RqQ1dtNV9WdDMtZUtaOGx0Q3c&output=html&chrome=false&widget=true"></iframe></div>
In order to fix the bug for now... the viewer can Right Click > This frame > Open Frame in New Tab.
|
|
Thanks given by: | |
|
Messages In This Thread |
RE: Dominance Orders for furs, eyes & traits in Google Docs - Khea Karas - 03-19-2012 10:36 AM
|
User(s) browsing this thread: 7 Guest(s)
|
|