rehamaltamimi / gwtwiki

Automatically exported from code.google.com/p/gwtwiki
0 stars 0 forks source link

engine fails to render bold and italic text properly, if text is a link / namespace #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Engine fails to render bold link texts.  

I want to print some bold text (same is true for italic text). the text looks 
like a like, however is is more a xml namespace that i want to print bold. 
Defining it like

'''http://bla.blub.com'''
''http://bla.blub.com''

results in the following rendered texts:

http://bla.blub.com''' 
http://bla.blub.com''

the rendered text is bold or italic, however it is rendered as link and also 
does have trailing ' charachters which are not supposed to be there. 

What is the expected output? What do you see instead?

should look like without the trailing ' characters. also the text should not be 
displayed as link.
http://bla.blub.com
http://bla.blub.com

see attached image!

What version of the product are you using? On what operating system?
Vosao CMS 0.9.6

Please provide any additional information below.

Original issue reported on code.google.com by andreas....@gmail.com on 19 Feb 2012 at 9:36

Attachments:

GoogleCodeExporter commented 8 years ago
If I'm trying it in the wikipedia sandbox, it should render to something like 
this:

<p><a  class="externallink" 
href="http://bla.blub.com">http://bla.blub.com</a></p>

So the text should be displayed as link, but the bold and italic wiki markup is 
rendered wrong.

If you would like to avoid the text displaying as link, please use the nowiki 
tag:

<nowiki> http://bla.blub.com</nowiki>

Original comment by axelclk@gmail.com on 19 Feb 2012 at 8:51

GoogleCodeExporter commented 8 years ago
Wikipedia Sandbox:
http://en.wikipedia.org/wiki/Wikipedia:Sandbox

Original comment by axelclk@gmail.com on 19 Feb 2012 at 8:52

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r4060.

Original comment by axelclk@gmail.com on 19 Feb 2012 at 9:01

GoogleCodeExporter commented 8 years ago
Fixed with r4060

Original comment by axelclk@gmail.com on 19 Feb 2012 at 9:02