Skip to content

Boolean Attributes (like required) not correctly recognized by form dialogs #586

Closed
@f1ames

Description

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)

  1. Go to http://sdk.ckeditor.com/samples/fullpreset.html.
  2. Open Source mode and replace content with <input checked required type="checkbox" />.
  3. Switch back to WYSIWYG mode.
  4. Double click on checkbox to open dialog.

Expected result

Dialog should show that the input is required (required option checked).

Actual result

The required option is not checked.

Other details

  • Browser: All
  • OS: All
  • CKEditor version: 4.7.1
  • Installed CKEditor plugins: Full preset

The cause of the issue is described here http://dev.ckeditor.com/ticket/14291#comment:2.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

good first issueRelatively easy to fix. This is a perfect issue if you are willing to create a Pull Request.status:confirmedAn issue confirmed by the development team.target:minorAny docs related issue that can be merged into a master or major branch.type:bugA bug.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions