If user provides a hyperlink in the html body specifying a URL which contains a query string (parameter), it wrongly generates the html with invalid hyperlink tag and also put double quotes surrounding the query string value. Please test hyperlink with query string and come up with a fix. We need it our project urgently.
Comments: if the user put an hyperlink in the html input using hyperlink button, the generated html for the hyperlink is wrongly created if the link source contains query string. For example: lets say, user wants to insert an hyperlink with url "http://abc.com?id=test", it can not generate the proper html, please test with this scenario. If the user puts an hyperlink without any query string (e.g. "http://abc.com"), then there is no problem, it works fine....
Comments: if the user put an hyperlink in the html input using hyperlink button, the generated html for the hyperlink is wrongly created if the link source contains query string. For example: lets say, user wants to insert an hyperlink with url "http://abc.com?id=test", it can not generate the proper html, please test with this scenario. If the user puts an hyperlink without any query string (e.g. "http://abc.com"), then there is no problem, it works fine....