Re: [Python-Dev] Where are bugs with the web site reported?

2015-07-16 Thread Greg Ewing

R. David Murray wrote:

python.org bugs are *not* reported on bugs.python.org.  I don't remember
where they are reported...it's on github somewhere I think.

The fact that it isn't obvious may be a good candidate for a bug
report :)


But... which bug tracker should it be reported to? :-)

--
Greg
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Where are bugs with the web site reported?

2015-07-16 Thread Glenn Linderman

On 7/16/2015 12:11 PM, Ryan Gonzalez wrote:
I have encountered this weird issue on Chrome for Android where 
scrolling up just a little causes the page to dart to the top. I was 
going to report it in the bug tracker, but I didn't see a label for 
the web site itself.


Worst part is, this is stopping me from reading the humor page!


Sounds more like a bug in Chrome than on the site, unless it is 
repeatable using other browsers, or unless the site has Chrome-specific 
code.
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Where are bugs with the web site reported?

2015-07-16 Thread Berker Peksağ
On Thu, Jul 16, 2015 at 10:11 PM, Ryan Gonzalez rym...@gmail.com wrote:
 I have encountered this weird issue on Chrome for Android where scrolling up
 just a little causes the page to dart to the top. I was going to report it
 in the bug tracker, but I didn't see a label for the web site itself.

 Worst part is, this is stopping me from reading the humor page!

Hi,

Already reported at https://github.com/python/pythondotorg/issues/531

--Berker
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Where are bugs with the web site reported?

2015-07-16 Thread Skip Montanaro
It's a known issue -- which I thought was fixed recently. I would have
responded sooner, but I couldn't remember where website bugs are to be
reported and figured someone would chime in with the link. I *don't*
think it's bugs.python.org, though I could be wrong.

Skip
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Where are bugs with the web site reported?

2015-07-16 Thread R. David Murray
On Thu, 16 Jul 2015 12:24:45 -0700, Glenn Linderman v+pyt...@g.nevcal.com 
wrote:
 On 7/16/2015 12:11 PM, Ryan Gonzalez wrote:
  I have encountered this weird issue on Chrome for Android where 
  scrolling up just a little causes the page to dart to the top. I was 
  going to report it in the bug tracker, but I didn't see a label for 
  the web site itself.
 
  Worst part is, this is stopping me from reading the humor page!
 
 Sounds more like a bug in Chrome than on the site, unless it is 
 repeatable using other browsers, or unless the site has Chrome-specific 
 code.

python.org bugs are *not* reported on bugs.python.org.  I don't remember
where they are reported...it's on github somewhere I think.

The fact that it isn't obvious may be a good candidate for a bug
report :)

--David
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Where are bugs with the web site reported?

2015-07-16 Thread Ryan Gonzalez
Response from the Chrome devs:

This site has JS that reacts to the viewport resize event from top controls
showing by scrolling to the top.  I guess the intent might be to scroll to
the top when the phone rotates, and it overtriggers here.  I don't think
there's a short-term fix, but this seems like an interesting case to keep
in mind while evolving viewport resize behaviors.


On Thu, Jul 16, 2015 at 2:24 PM, Glenn Linderman v+pyt...@g.nevcal.com
wrote:

  On 7/16/2015 12:11 PM, Ryan Gonzalez wrote:

 I have encountered this weird issue on Chrome for Android where scrolling
 up just a little causes the page to dart to the top. I was going to report
 it in the bug tracker, but I didn't see a label for the web site itself.

 Worst part is, this is stopping me from reading the humor page!


 Sounds more like a bug in Chrome than on the site, unless it is repeatable
 using other browsers, or unless the site has Chrome-specific code.

 ___
 Python-Dev mailing list
 Python-Dev@python.org
 https://mail.python.org/mailman/listinfo/python-dev
 Unsubscribe:
 https://mail.python.org/mailman/options/python-dev/rymg19%40gmail.com




-- 
Ryan
[ERROR]: Your autotools build scripts are 200 lines longer than your
program. Something’s wrong.
http://kirbyfan64.github.io/
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com