#3008: plugin:form fields certain attributes not commited in IE
----------------------------------+-----------------------------------------
 Reporter:  garry.yao             |       Owner:  martinkou      
     Type:  Bug                   |      Status:  new            
 Priority:  Normal                |   Milestone:  CKEditor 3.0   
Component:  General               |     Version:  SVN (FCKeditor)
 Keywords:  IE Confirmed Review?  |  
----------------------------------+-----------------------------------------
Changes (by martinkou):

  * keywords:  IE Confirmed Review- => IE Confirmed Review?


Comment:

 Quite a lot of problems were found with the forms plugin with the previous
 patch, and were fixed in the new proposed patch:

  1. Checkboxes in radio and checkbox dialogs don't work.
  2. JavaScript error in selection field dialog.
  3. Attribute values are not removed when they're cleared by the user in
 dialog.
  4. Setting the "value" attribute in all form element dialogs do not work.
  5. Changing the "type" attribute in all applicable form element dialogs
 in IE causes JavaScript errors.
  6. When editing text areas in IE with out cols and rows attributes
 specified, the text field dialog would still display "20" and "4" as the
 attribute values.
  7. Similarly, the size and maxlength attributes are being displayed as
 "20" and "2147483647"in the text field dialog in IE even though the
 attributes don't exist in HTML.
  8. The logic of the "Value" text field in selection dialog isn't complete
 (it's still left as a TODO).
  9. The form dialog does not edit forms in IE because of wrong selected
 element detection logic.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3008#comment:8>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to