Opened 16 years ago
Closed 13 years ago
#3510 closed Bug (invalid)
single quote text with italic face create problem
Reported by: | Mitul | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : MediaWiki+FCKeditor | Version: | |
Keywords: | Cc: |
Description
I am using mediawiki 1.11 with latest FCK editor plugin.
If we have add any sentance in single quote with italic face. it will treted at bold face.
Eg: Input text:
'''This is italic'''
Output text
<b>This is italic</b>
Expected text:
'<i>This is italic</i>'
The problem is because of the "code" for bold in medeawiki is [\'\'\'] and italic is [\'\']. If we can provide something like on key press with special character. we can convert it to HTML code like ' with ‘ " with “
Change History (2)
comment:1 Changed 16 years ago by
Keywords: | Confirmed added |
---|
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | confirmed → closed |
Since FCKeditor is no longer supported and was replaced with CKEditor, active development of the MediaWiki extension and support for it are also finished.
I’m closing this ticket as it is no longer valid.
To reproduce paste
in WYSIWYG mode and click Source button 3 times.
This bug exists even without FCKeditor but we should have a solution for it.