[issue26246] Code output toggle button uses removed jQuery method

2016-03-19 Thread Ezio Melotti
Ezio Melotti added the comment: Thanks both for spotting the bug and fixing it! -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue26246] Code output toggle button uses removed jQuery method

2016-03-02 Thread Berker Peksag
Berker Peksag added the comment: Good catch, thanks! -- nosy: +berker.peksag ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue26246] Code output toggle button uses removed jQuery method

2016-03-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 305ae007899b by Berker Peksag in branch '2.7': Issue #26246: Set initial value of the hidden attr when creating copy button. https://hg.python.org/cpython/rev/305ae007899b -- ___ Python tracker

[issue26246] Code output toggle button uses removed jQuery method

2016-03-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7444bdd400cd by Berker Peksag in branch '3.4': Issue #26246: Set initial value of the hidden attr when creating copy button. https://hg.python.org/cpython/rev/7444bdd400cd New changeset 256339c28d42 by Berker Peksag in branch '3.5': Issue #26246: Se

[issue26246] Code output toggle button uses removed jQuery method

2016-02-26 Thread Liang-Bo Wang
Liang-Bo Wang added the comment: Thanks for the merge. I pulled the change and checked the result, but I found the patch missing a line to initiate the correct display state when the button was created. That is, it forgot to set `button.data('hidden', 'false');` when adding the button. This

[issue26246] Code output toggle button uses removed jQuery method

2016-02-26 Thread Ezio Melotti
Ezio Melotti added the comment: I applied the patch -- it should go live the next time the docs are updated. Thanks for the report and the patch! -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker

[issue26246] Code output toggle button uses removed jQuery method

2016-02-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset f0e20d942760 by Ezio Melotti in branch '3.4': #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. https://hg.python.org/cpython/rev/f0e20d942760 New changeset ac175a7af60b by Ezio Melotti in branch '3.5': #26246: merge with 3.

[issue26246] Code output toggle button uses removed jQuery method

2016-02-26 Thread Liang-Bo Wang
Liang-Bo Wang added the comment: Just FYI, I applied the patch to the zh-hant translation of the documentation and the code output toggle button is back and works as expected. https://docs.python.org.tw/3/tutorial/introduction.html#numbers You can see the result of any other page by changi

[issue26246] Code output toggle button uses removed jQuery method

2016-01-31 Thread Liang Bo Wang
New submission from Liang Bo Wang: The code output toggle button (the `>>>` button on the top right) has been disappeared and not functional on the current online documentation (both 3.4+ and 2.7). For example, see any doc page that has interpreter outputs: https://docs.python.org/3/tut