-
Notifications
You must be signed in to change notification settings - Fork 0
[$250] Fix 'Quote' functionality #491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Challenge https://www.topcoder.com/challenges/0c49f215-f868-449a-bd8f-7046094b27f8 has been created for this ticket. |
Challenge https://www.topcoder.com/challenges/0c49f215-f868-449a-bd8f-7046094b27f8 has been assigned to obog. |
@jmgasper Quote functionality is part of the Quote plugin. I've looked at Quotes plugin. The current page contains html not markdown. So need to fix the plugin's handlers to meet the second requirement. Keep you updated. |
@jmgasper Please apply PRs: TestingPlease clear browser cache before testing. |
Looks great! |
Payment task has been updated: https://www.topcoder.com/challenges/0c49f215-f868-449a-bd8f-7046094b27f8 |
Verified in Dev. |
The
Quote
button currently goes to a new page, instead of staying on the existing page. This ticket will track:Quote
button to the new location:
2. Changing the functionality so that it works as it does now (adding in the quoted text to the comment), *but* staying on the current page, instead of leaving it. We'll just add the quoted text to the beginning of the comment, so if the user has already typed something in the comment, the quoted text will just be prepended to it.The text was updated successfully, but these errors were encountered: