[issue25730] invisible sidebar content with code snippets

2016-01-09 Thread Ezio Melotti

Changes by Ezio Melotti :


--
resolution:  -> duplicate
stage: test needed -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25730] invisible sidebar content with code snippets

2016-01-09 Thread Ezio Melotti

Ezio Melotti added the comment:

This is a duplicate of #24918, which also has a couple of patches that seem to 
fix the problem.

--
superseder:  -> Docs layout bug

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25730] invisible sidebar content with code snippets

2016-01-09 Thread R. David Murray

Changes by R. David Murray :


--
nosy:  -r.david.murray

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25730] invisible sidebar content with code snippets

2015-12-11 Thread Berker Peksag

Berker Peksag added the comment:

This can be reproduced at https://docs.python.org/3/faq/windows.html

You can find the CSS file at Doc/tools/pydoctheme/static/pydoctheme.css. You 
can override .highlight there, but the actual problem is that Sphinx creates 
the outer highlight-python3 div with "position: relative;". I think your CSS 
fix is good enough to commit. Thanks!

--
nosy: +berker.peksag

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25730] invisible sidebar content with code snippets

2015-11-26 Thread hiroaki itoh

hiroaki itoh added the comment:

Because there are a couple of ways (places) to fix this, I'll try them, so 
please wait. For testing, I think we can only visit all htmls manually and I'll 
make an effort.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25730] invisible sidebar content with code snippets

2015-11-26 Thread Terry J. Reedy

Terry J. Reedy added the comment:

I intentionally said 'test' rather than 'unittest' or 'automated test' to allow 
for the possibility of a human-operated view test script posted here on the 
issue.  

IDLE now has a view test framework to run tests for either one or all modules 
with visual displays.  For all:
  python -m idlelib.idle_test.htest
This has been very useful when modifying files.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25730] invisible sidebar content with code snippets

2015-11-26 Thread R. David Murray

R. David Murray added the comment:

Ah, I see what you mean.  It's still tricky for web stuff, though, because what 
you see can completely depend on things like window size and browser version.  
So a detailed description of how to produce the error would be good, and we'll 
see if we actually can :)

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25730] invisible sidebar content with code snippets

2015-11-25 Thread Terry J. Reedy

Terry J. Reedy added the comment:

Hiroaki, please include a bit of text explanation.  What 'default.css' are you 
referring to?  If it is a Sphinx file and not in the CPython repository /Doc, 
then this should be closed here and reopened on the separate Sphinx tracker.

In any case, this is not a security issue for python code, and hence not for 
3.2, 3,3.  3.4 will be security patch only in a few weeks.

--
versions:  -Python 3.2, Python 3.3, Python 3.4

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25730] invisible sidebar content with code snippets

2015-11-25 Thread hiroaki itoh

hiroaki itoh added the comment:

Ah, sorry I'd mistaked.

I don't know if this is Sphinx issue, but CPython repo has Doc/tools/static, 
Doc/tools/templates, so I still think, this can be fixed by customizing these, 
for example overriding style at layout.html.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25730] invisible sidebar content with code snippets

2015-11-25 Thread Terry J. Reedy

Terry J. Reedy added the comment:

Can you create either a specific patch or perhaps more important a test that 
fails now but should pass with a proper patch?

--
stage: needs patch -> test needed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25730] invisible sidebar content with code snippets

2015-11-25 Thread R. David Murray

R. David Murray added the comment:

Since it is a visual issue and we have no infrastructure for that kind of web 
view testing, I don't think a test is possible.

--
nosy: +r.david.murray

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25730] invisible sidebar content with code snippets

2015-11-25 Thread Ezio Melotti

Changes by Ezio Melotti :


--
assignee:  -> docs@python
components: +Documentation
nosy: +docs@python, ezio.melotti, georg.brandl, terry.reedy
stage:  -> needs patch
type:  -> behavior

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com