Opened 13 years ago
Last modified 13 years ago
#7990 confirmed Bug
entering a blank before protocol part (http,ftp) in the URL field , adds additional protocol tag
Reported by: | Krzysztof Studnik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Dialogs | Version: | 3.0 |
Keywords: | Cc: |
Description
Linked with Ticket #6845
TC
- open editor and clear contents
- open link dialog
- in url field enter: [space]http://google.com
- press enter
Expected
New, correct link is added to edit area
Actual Result
<p> <a href="http://http://google.com">http://http://google.com</a></p>