-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor placeholder should be created from "placeholder" attribute only when source element is <textarea> #1517
Labels
package:editor-balloon
package:editor-classic
package:editor-decoupled
package:editor-inline
package:engine
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
Comments
oleq
added a commit
that referenced
this issue
Feb 11, 2019
…ents, data-placeholder should be used instead. Closes #1517.
oleq
added a commit
to ckeditor/ckeditor5-core
that referenced
this issue
Feb 11, 2019
…ents, data-placeholder should be used instead (see ckeditor/ckeditor5#1517).
oleq
added a commit
to ckeditor/ckeditor5-editor-decoupled
that referenced
this issue
Feb 11, 2019
…er to set the editor placeholder text (see ckeditor/ckeditor5#1517).
oleq
added a commit
to ckeditor/ckeditor5-editor-classic
that referenced
this issue
Feb 11, 2019
…er to set the editor placeholder text (see ckeditor/ckeditor5#1517).
oleq
added a commit
to ckeditor/ckeditor5-editor-inline
that referenced
this issue
Feb 11, 2019
…er to set the editor placeholder text (see ckeditor/ckeditor5#1517).
oleq
added a commit
to ckeditor/ckeditor5-editor-balloon
that referenced
this issue
Feb 11, 2019
…er to set the editor placeholder text (see ckeditor/ckeditor5#1517).
This was referenced Feb 11, 2019
I've got second thoughts. If it's named |
|
Reinmar
added a commit
that referenced
this issue
Feb 11, 2019
Docs: Editor placeholder should be created from the "placeholder" attribute only when the source element is `<textarea>`. Closes #1517.
Reinmar
added a commit
to ckeditor/ckeditor5-editor-balloon
that referenced
this issue
Feb 11, 2019
Internal: The editor placeholder configuration using the `placeholder` attribute should be restricted to `<textarea>` only (see [ckeditor/ckeditor5#1517](ckeditor/ckeditor5#1517)).
Reinmar
added a commit
to ckeditor/ckeditor5-editor-decoupled
that referenced
this issue
Feb 11, 2019
Internal: The editor placeholder configuration using the `placeholder` attribute should be restricted to `<textarea>` only (see [ckeditor/ckeditor5#1517](ckeditor/ckeditor5#1517)).
Reinmar
added a commit
to ckeditor/ckeditor5-editor-inline
that referenced
this issue
Feb 11, 2019
Internal: The editor placeholder configuration using the `placeholder` attribute should be restricted to `<textarea>` only (see [ckeditor/ckeditor5#1517](ckeditor/ckeditor5#1517)).
Reinmar
added a commit
to ckeditor/ckeditor5-editor-classic
that referenced
this issue
Feb 11, 2019
Internal: The editor placeholder configuration using the `placeholder` attribute should be restricted to `<textarea>` only (see [ckeditor/ckeditor5#1517](ckeditor/ckeditor5#1517)).
Reinmar
added a commit
to ckeditor/ckeditor5-core
that referenced
this issue
Feb 12, 2019
Docs: Editor placeholder should be created from the "placeholder" attribute only when the source element is `<textarea>`. (see [ckeditor/ckeditor5#1517](ckeditor/ckeditor5#1517)).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
package:editor-balloon
package:editor-classic
package:editor-decoupled
package:editor-inline
package:engine
type:bug
This issue reports a buggy (incorrect) behavior.
Is this a bug report or feature request? (choose one)
🐞 Bug report
💻 Version of CKEditor
master
The
placeholder
attribute is invalid in this case. We must make sure we use a valid HTML.The text was updated successfully, but these errors were encountered: