Cannot reproduce Select for moderation counter does not work when Paypal donation button on page

Mr Lucky

Well-known member
Affected version
2.2.13
I don't know if you would count this as a xenForo bug or Paypal issue, however many people rely on donation buttons.

I have now tested this on two xenforo forums, all addons disabled and default style. I may be the cause of the original bug report here:


To reproduce (with PayPal button active on page)

  • Select two or more posts
  • The selected post counter only shows one as being selected
  • The merge posts and merge threads options do not appear (as if only one post was selected)
  • Other moderator actions appear, and they take effect e.g. if two posts are selected and you choose DELETE, both posts get deleted although the counter is still only showing one.
An example of the donate button code:

Code:
<form style="margin-top: 10px;" action="https://www.paypal.com/donate" method="post" target="_top"><input name="hosted_button_id" type="hidden" value="UW9AZV2KUX7C6" /> <input class="donaty-page" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" name="submit" src="https://tamingthesaxophone.com/_extras/donate-button.svg" type="image" /> <img src="https://www.paypal.com/en_GB/i/scr/pixel.gif" alt="" width="1" height="1" border="0" /></form>
 
Unfortunately I'm not able to reproduce this, even with a giant PayPal button on the thread view page. I can still select multiple posts and the appropriate options appear. I can't quite see how the button code could cause this either, but stranger things have happened. Feel free to submit a ticket if you can reproduce on a default style with add-ons disabled and want me to take another look.
 
Top Bottom