Skip to content

Commit 36b73fb

Browse files
Feature/tinymce5update 3 minor fixes (#2363)
1 parent d93e440 commit 36b73fb

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

modules/ROOT/pages/rtc/rtc-troubleshooting.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,3 @@ A number of part-related errors can be raised if the JWT fails to decode:
6868
* A part was not valid JSON
6969
* The header part does not specify an algorithm
7070
* The payload part does not contain all xref:rtc/jwt-authentication.adoc#settingupjwtauthenticationforreal-timecollaboration[required claims]
71-
// TODO: fix this xref, it doesn't seem to work in production either

modules/ROOT/partials/configuration/allow_unsafe_link_target.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
:blanktarget: blank_
2+
13
[[allow_unsafe_link_target]]
24
== `allow_unsafe_link_target`
35

4-
By default all links with a `target` of __blank_ will get a `rel` attribute of `noopener`. This will disable access to the `window.opener` object from a child tab/window that will open on click. If this is not something you care about, you can disable this option, by setting it to _false_. Although *we do not recommend* you to do so unless you have other ways of securing links to external pages using target set to __blank_.
6+
By default all links with a `target` of _{blanktarget}_ will get a `rel` attribute of `noopener`. This will disable access to the `window.opener` object from a child tab/window that will open on click. If this is not something you care about, you can disable this option, by setting it to _false_. Although *we do not recommend* you to do so unless you have other ways of securing links to external pages using target set to _{blanktarget}_.
57

68
*Type:* `Boolean`
79

@@ -18,3 +20,5 @@ tinymce.init({
1820
allow_unsafe_link_target: true
1921
});
2022
----
23+
24+
:!blanktarget:

modules/ROOT/partials/configuration/noneditable_editable_class.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[noneditable_editable_class]]
22
=== `noneditable_editable_class`
33

4-
This option allows you to specify the class name that {productname} will use to determine which areas of content are editable when using the `noneditable` plugin. This would be the the same as `contenteditable=true`, forcing an element to be editable.
4+
This option allows you to specify the class name that {productname} will use to determine which areas of content are editable when using the `noneditable` plugin. This would be the same as `contenteditable=true`, forcing an element to be editable.
55

66
Note that classes with the `mceItem` prefix are invisible within {productname}.
77

modules/ROOT/partials/release-notes/known-issues.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Previously, it was possible to create new UI controls by extending existing cont
2020

2121
==== Insert/Edit image
2222

23-
In TinyMCE Developers Preview version, when the focus was on the source input, the tab did not shift the focus to the source button. This issue was being caused due to the size input lock component not reading dimensions -> width, or dimensions -> height. As a consequence of this issue, image list select box up and down arrow did not change the content. To resolve this issue, the code was restructured to read the the label context. This issue also affected the dialog select component task. This issue has been fixed in the current release of TinyMCE.
23+
In TinyMCE Developers Preview version, when the focus was on the source input, the tab did not shift the focus to the source button. This issue was being caused due to the size input lock component not reading dimensions -> width, or dimensions -> height. As a consequence of this issue, image list select box up and down arrow did not change the content. To resolve this issue, the code was restructured to read the label context. This issue also affected the dialog select component task. This issue has been fixed in the current release of TinyMCE.
2424

2525
==== Context menu component
2626

0 commit comments

Comments
 (0)