Skip to content

No method to store input value in Source Editing Mode without getting back to WYSIWYG view #104

@agustinusnathaniel

Description

@agustinusnathaniel

Are you reporting a feature request or a bug?

Bug / Other

Provide detailed reproduction steps (if any)

  1. Click source button
  2. Paste html code to the source editor, e.g. :
    <div>
       <h1>Welcome!</h1>
       <h3>Hello</h3>
       <p>This is sample article content.</p>
    </div>
    

Expected result

Get input value of source editor without returning to WYSIWYG view.

Actual result

No method to get the input value of the source editor without :

  • returning to WYSIWYG view (closing the source editing mode)
  • blur event (point and click outside CKEditor component)

Other details

  • CKEditor version: 4
  • ckeditor4-react version : 0.1.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    resolution:by-designDescribed behavior is a part of feature design and is not expected to be changed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions