#3008: plugin:form fields certain attributes not commited in IE
--------------------------+-------------------------------------------------
Reporter: garry.yao | Owner:
Type: Bug | Status: new
Priority: Normal | Milestone: CKEditor 3.0
Component: General | Version: SVN
Keywords: IE Confirmed |
--------------------------+-------------------------------------------------
Changes (by arczi):
* keywords: IE => IE Confirmed
Comment:
It is very strange.
{{{
var element2 = CKEDITOR.dom.element.createFromHtml( '<input
name="bbbbbbb"></input>' );
element2.$.setAttribute( 'name', 'ccccccc' );
element2.$.name= 'ddddddd';
element2.setAttribute( 'name', 'aaaaaaa' );
alert(element2.getNameAtt() ); // IE returns aaaaaaa
alert(element2.$.name ); // IE returns aaaaaaa
alert(element2.$.getAttribute('name') ); // IE returns aaaaaaa
alert(element2.getAttribute('name') ); // IE returns bbbbbbb
alert(element2.getOuterHtml()); // IE returns <INPUT
name="bbbbbbb" _cke_expando=237></INPUT>
var element3 = CKEDITOR.dom.element.createFromHtml( '<input
test="bbbbbbb"></input>' );
element3.setAttribute( 'test', 'aaaaaaa' );
alert(element3.getAttribute('test') ); // returns aaaaaaa
alert(element3.getOuterHtml()); // returns <INPUT test="aaaaaaa"
_cke_expando=239></INPUT>
}}}
In FF, webkit and opera works fine
--
Ticket URL: <http://dev.fckeditor.net/ticket/3008#comment:4>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac