-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problems with kubectl_get page: horizontal slider broken, and some escaping broken #76
Comments
David, are you saying you can't get the "options" code section to scroll? If so, I don't repro that — what's your browser? |
Correct. I'm using Chrome 48.0.2564.116 on Linux. |
Hm. No repro on Mac Chrome, Safari or Firefox, or Win IE or Chrome. Chrome just updated to 49.0.2623.75; maybe that takes care of it...? |
@eparis I've added {% raw %} and {% endraw %} to the examples here; perhaps the auto doc generator should do that for all captured "man" output? |
No repro on the horizontal scrollbars not working, sorry. We'll see if Eric knows of an easy way to get {% raw %} tags in on the auto-gen markdown files and then we'll be closing this. |
I can confirm the 'can't scroll the options block' using chrome 50 on linux. So at least 2 of us have that problem. As to {% raw %} it's not a tag I know... Is that something we need inside every |
cc @CreaturesInUnitards -- can you test on Chrome Linux? @eparis - Re: {% raw%}: The triple-tic blocks work for everything except Tags that use the Liquid Tag Syntax. So, |
investigating... |
I'm going to open a new issue about the escaping.... |
I openned #81 to point out the places my quick grep saw {{ in ``` block problems and to discuss |
@johndmulhausen: this is a problem for Linux Firefox as well. It's the pseudo-elements on H# tags, as it turns out — no amount of z-indexing will get them to go behind the elements that come before them in the DOM. I have a script which will fix this, but there's not a lot of time before launch. Recommend punting to post-launch |
Assigning to @CreaturesInUnitards to fix the scrolling. That's the only thing this bug is about now. |
ok fixed |
concepts-overview-working-with-objects-kubernetes-objects-pr-2017-07-15
http://kubernetes.github.io/docs/user-guide/kubectl/kubectl_get/
the horizontal slider in the "options" section actually doesn't slide, and it looks like the template isn't escaped properly in the line
kubectl get -o template pod/web-pod-13je7 --template= --api-version=v1
(the --template argument shouldn't be empty)The text was updated successfully, but these errors were encountered: