Opened 17 years ago

Closed 17 years ago

#2089 closed Bug (fixed)

bold button & single quotes problem

Reported by: Wiktor Walc Owned by:
Priority: Normal Milestone:
Component: Project : MediaWiki+FCKeditor Version:
Keywords: Confirmed Cc:

Description

To reproduce:

  • start wth empty page
  • hit "bold" buton
  • switch to Wikitext

Problem: <b></b> is changed into '''''', which is later changed into single quote '. To solve this issue it should be enough to check whether there is anything inside of the <b> tag. If it is empty, just skip it.

Change History (1)

comment:1 Changed 17 years ago by Wiktor Walc

Keywords: Confirmed added
Resolution: fixed
Status: newclosed

Fixed with [1897].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy