Message260928
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 :( |
|
Date |
User |
Action |
Args |
2016-02-27 07:33:41 | ccwang002 | set | recipients:
+ ccwang002, georg.brandl, ezio.melotti, eric.araujo, docs@python, python-dev |
2016-02-27 07:33:41 | ccwang002 | set | messageid: <1456558421.18.0.890703678637.issue26246@psf.upfronthosting.co.za> |
2016-02-27 07:33:41 | ccwang002 | link | issue26246 messages |
2016-02-27 07:33:40 | ccwang002 | create | |
|