﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5522	"IE Fails to apply type=""text"" attribute to Text Fields"	Jerry Martinez	Alfonso Martínez de Lizarrondo	"'''Descriptive summary:'''
When creating a Text Field element of type=""text"" Internet Explorer does not apply the 'type' attribute to the input tag.
Because of this, the Context Menu for the same Text Field element will NOT display if accessed using FireFox.

This bug was realized since our application saves HTML into a database where users can modify the markup using CKEDITOR. Some of our users use Internet Explorer while others use FireFox.

'''Steps to reproduce:'''
Using Internet Explorer:
1. Create a sample Text Field element.
2. Toggle 'Source' mode and copy the HTML which may look like this:
{{{
<p>
	<input maxlength=""5"" name=""testName"" size=""5"" value=""testValue"" /></p>
}}}

Using FireFox:
1. Toggle 'Source' mode and paste the above HTML.
2. Toggle off 'Source' mode back to Editor mode.
3. Right click on the created Text Field and you will notice that the option ""Text Field Properties"" is not present.

'''Verified With:'''
CKEDITOR 3.2.1 using IE7 & FF 3.5.9
CKEDITOR 3.2.2 SVN using IE7 & FF 3.5.9"	Bug	closed	Normal	CKEditor 3.5.1	UI : Context Menu	3.4.1	fixed		
