Skip to content

Commit 29e1080

Browse files
committed
Merge branch 't/14234'
2 parents 8a5e226 + 194e1e6 commit 29e1080

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ CKEditor 4 Changelog
99
* [#13389](http://dev.ckeditor.com/ticket/13389): [Blink] [`editor.getData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData) fails when the cursor is next to an `<hr>` tag.
1010
* [#13513](http://dev.ckeditor.com/ticket/13513): [Blink, WebKit] [Div Editing Area](http://ckeditor.com/addon/divarea) and [`editor.getData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData) throw an error when an image is the only data in the editor.
1111
* [#13884](http://dev.ckeditor.com/ticket/13884): Fixed: Copy/paste table in Firefox results in just first cell being pasted.
12+
* [#14234](http://dev.ckeditor.com/ticket/14234): Fixed: URL input field is not marked as required in the [Embed](http://ckeditor.com/addon/embed) dialog.
1213

1314
## CKEditor 4.5.6
1415

plugins/embedbase/dialogs/embedbase.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ CKEDITOR.dialog.add( 'embedBase', function( editor ) {
7878
type: 'text',
7979
id: 'url',
8080
label: editor.lang.common.url,
81+
required: true,
8182

8283
setup: function( widget ) {
8384
this.setValue( widget.data.url );

0 commit comments

Comments
 (0)