Boolean Attributes (like required) not correctly recognized by form dialogs #586
Labels
good first issue
Relatively easy to fix. This is a perfect issue if you are willing to create a Pull Request.
status:confirmed
An issue confirmed by the development team.
target:minor
Any docs related issue that can be merged into a master or major branch.
type:bug
A bug.
Milestone
Are you reporting a feature or a bug?
Bug
Check if the issue is already reported
http://dev.ckeditor.com/ticket/14291
Provide detailed reproduction steps (if any)
<input checked required type="checkbox" />
.Expected result
Dialog should show that the input is required (required option checked).
Actual result
The required option is not checked.
Other details
The cause of the issue is described here http://dev.ckeditor.com/ticket/14291#comment:2.
The text was updated successfully, but these errors were encountered: