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

quote selected text when clicking reply #206

Closed
jcs opened this Issue Jun 8, 2015 · 0 comments

Comments

Projects
None yet
1 participant
@jcs
Contributor

jcs commented Jun 8, 2015

When highlighting text in a comment before clicking "reply", it should copy that text and prefix it with > in the comment box as a default.

@jcs jcs added the featurereq label Jun 8, 2015

jcs added a commit that referenced this issue Jul 24, 2015

when replying to a comment, if text is selected, quote it
Because the browser unselects text when you click on something, make
the reply link "unselectable" with CSS and an HTML attribute for
various browsers.

Implements #206

@jcs jcs closed this Jul 24, 2015

SiDevesh pushed a commit to RedCarpetUp/lobsters that referenced this issue Jul 11, 2016

when replying to a comment, if text is selected, quote it
Because the browser unselects text when you click on something, make
the reply link "unselectable" with CSS and an HTML attribute for
various browsers.

Implements #206

SiDevesh pushed a commit to RedCarpetUp/lobsters that referenced this issue Aug 1, 2016

when replying to a comment, if text is selected, quote it
Because the browser unselects text when you click on something, make
the reply link "unselectable" with CSS and an HTML attribute for
various browsers.

Implements #206
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment