﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14291	Required-Attribute not correctly translated between Source- and WYSIWYG-Editor	sbusse	Tade0	"== Steps to reproduce ==

1. Goto http://ckeditor.com/demo#full
2. Open Source-View and delete it's content
3. Add the following line:
4. <input checked required type=""checkbox"" />
5. Switch to WYSIWYG-View and then back to Source-View

== Expected result ==

<input checked=""checked"" required=""required"" type=""checkbox"" />

== Actual result ==

<input checked=""checked"" required="""" type=""checkbox"" />

This happens with any input element with required attribute set and leads to the problem that if you edit the input element in the WYSIWYG-Editor, the required checkbox will be unchecked.

In our setup, we create the input element with WYSIWYG as required=""required"", it get's saved on the database as required (without value) and then loaded from datebase somewhen later resulting in a required="""".

== Other details (browser, OS, CKEditor version, installed plugins) ==

Browser: 47.0.2526.106
OS: Ubuntu 14.04
CKEditor: 4.5
Plugin: Forms"	Bug	review	Normal		General	4.5.0 Beta			
