This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ccwang002
Recipients ccwang002, docs@python, eric.araujo, ezio.melotti, georg.brandl, python-dev
Date 2016-02-27.07:33:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456558421.18.0.890703678637.issue26246@psf.upfronthosting.co.za>
In-reply-to
Content
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 causes the first click on the button to have no effect. But the following clicks will work.

I filed the new patch to add this line back. I'm so sorry I missed this line :(
History
Date User Action Args
2016-02-27 07:33:41ccwang002setrecipients: + ccwang002, georg.brandl, ezio.melotti, eric.araujo, docs@python, python-dev
2016-02-27 07:33:41ccwang002setmessageid: <1456558421.18.0.890703678637.issue26246@psf.upfronthosting.co.za>
2016-02-27 07:33:41ccwang002linkissue26246 messages
2016-02-27 07:33:40ccwang002create