Loading...
 
Skip to main content

Eval error in event debug console in IE

Status
Open
Subject
Eval error in event debug console in IE
Version
13.x
Category
  • Error
Feature
Comment
Syntax highlighter (Codemirror)
Resolution status
New
Submitted by
luci
Lastmod by
luci
Rating
(0)
Description

Just got an error in debugging console of IE10 when posting comment here:

Copy to clipboard
//Synchronize textarea and codemirror before comment is posted $(".comment-form>form").submit(function(event){ var $textarea = event.target.find("textarea.wikiedit"); //retrieve the text area from the form that is submitted if (typeof syntaxHighlighter.sync === 'function') { syntaxHighlighter.sync($textarea); } });

It said something like "find method is not available here" (sorry it was in Czech and not copypasted with the code snipped here).

luci

Priority
25
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
5558
Created
Wednesday 18 February, 2015 13:04:12 UTC
by luci
LastModif
Wednesday 18 February, 2015 13:04:12 UTC


Show PHP error messages