Ticket #2089 (closed Bug: fixed)

Opened 3 months ago

Last modified 3 months ago

bold button & single quotes problem

Reported by: wwalc 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

Changed 3 months ago by wwalc

  • keywords Confirmed added
  • status changed from new to closed
  • resolution set to fixed

Fixed with [1897].

Note: See TracTickets for help on using tickets.