neelbhat88 / imuadev

2 stars 0 forks source link

Use a WYSIWYG editor for text area fields #659

Open neelbhat88 opened 9 years ago

neelbhat88 commented 9 years ago

Start with Tasks but we can add a WYSIWYG to all text areas where we would want to display any sort of formatted text (e.g. links, etc) - expectations, comments, expectation description? where else?

neelbhat88 commented 9 years ago

Ensure the WYSIWYG takes care of 4) from #650

"The textbox for task description does not allow paragraph spaces. When I posted a survey link the other day in the description along with the instructions, the long link URL just blended with the text. It would have been way more easier to read if it allowed 2 paragraphs."

neelbhat88 commented 9 years ago

@Jakeah I found a bunch of places where WYSIWYG stuff was missed (see my last commit that I associated with this issue). Can you do a thorough check and make sure we didn't miss any more places?

Also, doesn't look like italics is working anywhere.

neelbhat88 commented 9 years ago

Also @Jakeah another thing, its very easy for the user to overwrite the "http:" part when creating a link. If they dont include http or https in their link, it becomes a relative link and obviously won't work. We should change it so that http is always added to the links if its not already in the link