1) click "post reply" on this topic
2) write something in the text box
3) scroll down to this post in "topic review" below and click this:
4) page reloads and reply text is lost
"Copy blueprint" button in topic review section reloads the page
Re: "Copy blueprint" button in topic review section reloads the page
In HTML, <button> has type="submit" by default. This means an unmodified button will refresh the page.
To work around this, give the button type="button".
The button in the reply is unmodified because the blueprint script failed. Figuring out why it failed is trickier.
To work around this, give the button type="button".
The button in the reply is unmodified because the blueprint script failed. Figuring out why it failed is trickier.