Defect #3676
www. generates broken link in formatted text
Status: | Closed | Start date: | 2009-07-27 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Text formatting | |||
Target version: | 2.3.0 | |||
Resolution: | Fixed | Affected version: | 0.8.4 |
Description
bug example www.
Renders to:
bug example www. >
Live example:
bug example www.
Associated revisions
Fixed that www followed by a dot generates broken links in formatted text (#3676).
History
#1
Updated by Jean-Baptiste Barth over 10 years ago
Can you be a bit more explicit and describe precisely (with words) what is the problem, and what is expected ? Thank you
#2
Updated by Tomasz Wysocki over 10 years ago
Please type
bug example www.
into "Notes" textarea below and press "Preview".
It should be rendered as:
bug example www.
but will be as:
bug example www. >
If you look into html you have following code:
<p>bug example <a class="external" href="http://www.</p">www.</p></a>>
Is it clear now?
#3
Updated by Tomasz Wysocki over 8 years ago
Screencast showing the defect: http://www.youtube.com/watch?v=GyZlqFV0M5U
#4
Updated by Tomasz Wysocki over 8 years ago
Version 2.1.1 is affected.
#5
Updated by Etienne Massip over 8 years ago
- Status changed from New to Confirmed
- Target version set to Candidate for next minor release
#6
Updated by Jean-Philippe Lang almost 8 years ago
- Subject changed from Problem with text rendering to www. generates broken link in formatted text
- Status changed from Confirmed to Resolved
- Assignee set to Jean-Philippe Lang
- Target version changed from Candidate for next minor release to 2.3.0
- Resolution set to Fixed
Fixed in r11473.