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
- 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+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 5558
- Created
- Wednesday 18 February, 2015 13:04:12 UTC
by luci - LastModif
- Wednesday 18 February, 2015 13:04:12 UTC