Re: [Django] #22381: small improvement of css media="print"

2014-04-05 Thread Django
#22381: small improvement of css media="print"
-+-
 Reporter:  zio.pietro.53@…  |Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |  Version:  master
Component:  Documentation|   Resolution:
 Severity:  Normal   |  worksforme
 Keywords:  css  | Triage Stage:
Has patch:  0|  Unreviewed
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  0|  Patch needs improvement:  0
 |UI/UX:  0
-+-

Comment (by zio.pietro.53@…):

 Replying to [comment:3 claudep]:
 > If we have a fix, even if it's only for Opera, we should apply it.
 However, it would be nice to at least understand the problem.
 > "#sidebar" should not target anything, as "sidebar" is a class, not an
 id. Maybe ".sidebar"? And the same div is already targeted by
 `#documentation #content-related`, why isn't the div hidden by that
 selector?

 Yeah, why isn't the div hidden by that selector? Nice question. I don't
 know.

 My solution is Q&D only. I inspected element from Opera Inspector (or how
 is its name) and saw that it's .
 Not find #sidebar in /* Hide unneccessary content */ block I added it and
 voilà, it works!

 I agree it would be nice understand why this strange behavior, but I'm not
 so good in Opera mysteries ;)

 Verified that my modification not harm printing in another browsers, so
 IMHO it can be added, even we don't know perfectly what&why. If you don't
 like this solution (I don't like Q&D hacks too), feel free to not add it,
 you are maintainer (I think).

 Regards
 Pietro

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/081.57f2f179b295c150dee67dd2b6f106ab%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #22381: small improvement of css media="print"

2014-04-05 Thread Django
#22381: small improvement of css media="print"
-+-
 Reporter:  zio.pietro.53@…  |Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |  Version:  master
Component:  Documentation|   Resolution:
 Severity:  Normal   |  worksforme
 Keywords:  css  | Triage Stage:
Has patch:  0|  Unreviewed
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  0|  Patch needs improvement:  0
 |UI/UX:  0
-+-

Comment (by claudep):

 If we have a fix, even if it's only for Opera, we should apply it.
 However, it would be nice to at least understand the problem.
 "#sidebar" should not target anything, as "sidebar" is a class, not an id.
 Maybe ".sidebar"? And the same div is already targeted by `#documentation
 #content-related`, why isn't the div hidden by that selector?

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/081.a7ad711d660bf407fda1b2868317f958%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #22381: small improvement of css media="print"

2014-04-05 Thread Django
#22381: small improvement of css media="print"
-+-
 Reporter:  zio.pietro.53@…  |Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |  Version:  master
Component:  Documentation|   Resolution:
 Severity:  Normal   |  worksforme
 Keywords:  css  | Triage Stage:
Has patch:  0|  Unreviewed
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  0|  Patch needs improvement:  0
 |UI/UX:  0
-+-

Comment (by anonymous):

 Replying to [comment:1 claudep]:
 > I'm unable to reproduce, so it may depend on the browser. If you find a
 way to avoid your issue with your browser, reopen with a patch.

 You are right. I'm, sorry for non mentioned browser. The guilty are
 Opera/9.80 (X11; Linux i686) Presto/2.12.388 Version/12.16 and Opera for
 Windows 7 (unknown version, it's so buggy that refuses show About popup).

 With Mozilla Firefox 28.0 for Ubuntu and for Win 7 all work fine, so
 Safari on MaC OS X and IE 11 for Win 7. (Have no other browsers and OSes)

 But adding "#sidebar" to /* Hide unneccessary content */ block of
 print.css solved quickly problem on Opera.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/081.84dc3ab8c6d2d8b0baf0512defcefb35%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #22381: small improvement of css media="print"

2014-04-05 Thread Django
#22381: small improvement of css media="print"
-+-
 Reporter:  zio.pietro.53@…  |Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |  Version:  master
Component:  Documentation|   Resolution:
 Severity:  Normal   |  worksforme
 Keywords:  css  | Triage Stage:
Has patch:  0|  Unreviewed
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  0|  Patch needs improvement:  0
 |UI/UX:  0
-+-
Changes (by claudep):

 * status:  new => closed
 * needs_better_patch:   => 0
 * resolution:   => worksforme
 * needs_tests:   => 0
 * needs_docs:   => 0


Comment:

 I'm unable to reproduce, so it may depend on the browser. If you find a
 way to avoid your issue with your browser, reopen with a patch.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/081.e7adeaedc722ae6bc36737eada1316a5%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #22381: small improvement of css media="print"

2014-04-04 Thread Django
#22381: small improvement of css media="print"
--+
 Reporter:  zio.pietro.53@…   |  Owner:  nobody
 Type:  Cleanup/optimization  | Status:  new
Component:  Documentation |Version:  master
 Severity:  Normal|   Keywords:  css
 Triage Stage:  Unreviewed|  Has patch:  0
Easy pickings:  0 |  UI/UX:  0
--+
 Hello,

 can you, please, adjust a bit css for printing documentation? Right
 navigation column
 isn't printed (it's OK, I think nobody has clickable paper) but of this
 one remains
 on paper solid painted empty column (width 13mm). Looks ugly (especially
 on b/w printing)
 and it's vaste of ink/toner and space. Thanks

 I think this little problem isn't version dependent.

 Regards
 Pietro

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.11c83481801c191421c4b59434cf9c2e%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.