﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
1485143,app.js ... empty body validation,rosali,,"around line 1824:

IE 7 throws a js error and aborts sending

Tiny Update has broken the validation because input_message.value contains <pre></pre> instead of ''

Try this code:

    // check for empty body
    // bugfix: IE7 throwed error with old code also TinyMCE adds pre tags ...
    if (((input_message.value == '' || input_message.value.toLowerCase() == '<pre></pre>') &&
         (!tinyMCE.get('compose-body') || tinyMCE.get('compose-body').getContent() == '')) &&
        !confirm(this.get_label('nobodywarning')))
      {
      if(!tinyMCE.get('compose-body'))
        input_message.focus();
      return false;
      }",Bugs,closed,5,0.2-beta,User Interface,0.2-alpha,normal,fixed,,
