Modify ↓
Opened 18 years ago
Closed 11 years ago
#2119 closed defect (fixed)
pasting easy_install easy_install http://trac-hacks.org/svn/tracwysiwygplugin/0.10 sets link too
| Reported by: | Owned by: | Jun Omae | |
|---|---|---|---|
| Priority: | low | Component: | TracWysiwygPlugin |
| Severity: | minor | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
pasting easy_install easy_install http://trac-hacks.org/svn/tracwysiwygplugin/0.10 into code block sets link too and the outcome is
easy_install [http://trac-hacks.org/svn/tracwysiwygplugin/0.10 http://trac-hacks.org/svn/tracwysiwygplugin/0.10]
Attachments (0)
Change History (5)
comment:1 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 Changed 18 years ago by
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
many thanks, with ff2,opera9 it works now! with ie6 the behaviour is the same as before. let me reopen?
comment:3 Changed 18 years ago by
another thing does not work any more: typging a url in nomal text (outside code block) gets not escaped with !, like the c:d, which should not be.
should this go here, or to #2182?
comment:4 Changed 18 years ago by
This go here.
In ie6, text like <a href="..."><u>...</u></a> is pasted.
wikitext that is converted from hyperlink with underline is broken.
Fixed the bug. Please try r2829.
comment:5 Changed 11 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.



(In [2819]) fixed #2119, #2198 - a problem with assigning "code block" style.