Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.

node.js api documentation display issue on Centos 6 with Chrome 36.* and FireFox 24.* #34

Open
ericlowry opened this issue Aug 11, 2014 · 12 comments
Labels

Comments

@ericlowry
Copy link

Hey I don't know if folks pay attention to stuff like this, but the docs don't render right on Centos with Chrome or Firefox:

2014-08-10_20-02-23

The first letters are getting obscured...

It appears to be the #column1.interior { width: 749px; }

If I change it locally to width: 740px it appears to fix everything.

@ghost
Copy link

ghost commented Aug 13, 2014

Same here with Arch Linux

@geek
Copy link
Member

geek commented Aug 13, 2014

Same issue occurs with Safari on iOS

@doobix
Copy link

doobix commented Aug 17, 2014

This is a weird one. I noticed this bug on my Mac Mini, however the page is totally fine on my MacBook Air and Galaxy S5.

android
mac

@akhilpandey95
Copy link

I guess probably the window width is either wrongly adjusted in main script or the scaling is done on some other page which is making this page to look like that @seewes @wpreul

@SFantasy
Copy link

Same issue occurs on my OS X 10.9.4, Chrome 36.

@jaredhirsch
Copy link

Hmm, I'm able to repro the overlap bug on OSX Chrome and FF Nightly. Another related bug: on iOS, I'm not able to scroll to the bottom of the list of APIs at all.

Looks like the existing API page is framed under this new page, with overflow hidden, and left-positioned so that the old API nav menu is hidden. I think that's the reason for both of the bugs I'm seeing.

I'd like to help fix this bug, but I think the way to do it is probably not to tweak the CSS--it's probably to rethink the approach here. @fitzage, looks like you've been doing a lot of work on the blog recently; are you planning to address this at some point, or would you like help?

@akhilpandey95
Copy link

@6a68 Did you notice that the entire

is wrongly Implemented because when we scroll down not only the page gets stopped after we reach the bottom of page. What i mean is if we scroll down over API docs everything is fine until we reach the bottom of the page we can't scroll in the same direction upwards.

@ThisIsMissEm
Copy link
Contributor

I suspect there may be a better way to implement this, which would be to change the way we build documentation for the website, and actually compile pages with the templates, rather than embed an iframe.

@fitzage
Copy link
Contributor

fitzage commented Sep 12, 2014

The iframe is only a temporary measure. The proper method is complete and will be incorporated into an upcoming node.js version. Not sure which yet.

@ThisIsMissEm
Copy link
Contributor

Ah, sweet.

@jaredhirsch
Copy link

@fitzage Great, thanks for the info. Mind bumping the iframe position over a few pixels in the meantime? :-P

@dongliu
Copy link

dongliu commented Oct 13, 2014

I assume the value 749px is too tight given the content width and flow right.

@fhemberger fhemberger added the docs label Jul 2, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

10 participants