Loading...
 
Skip to main content

Codemirror treats 2 hyphens used for an em-dash as a strikeout

Status
Open
Subject
Codemirror treats 2 hyphens used for an em-dash as a strikeout
Version
12.x
13.x
9.x
Category
  • Usability
  • Less than 30-minutes fix
  • Patch
Feature
Edit interface (UI)
Syntax highlighter (Codemirror)
Submitted by
DavidBright
Lastmod by
Marc Laporte
Rating
(0)
Description
Not working yet
Workaround

A workaround can be done in css:

Copy to clipboard
pre.codelisting + textarea + div span.cm-tw-deleted { text-decoration: none; color: inherit; } pre.codelisting[data-syntax] + textarea + div span.cm-tw-deleted { text-decoration: line-through; color: red; }


Importance
7
Easy to solve?
4
Priority
28
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
4260
Created
Wednesday 11 July, 2012 05:05:57 UTC
by DavidBright
LastModif
Sunday 10 August, 2014 20:27:58 UTC


Show PHP error messages