Skip to content

Commit dd6800a

Browse files
DOC-2578: Changing the table row type when a contentEditable="false" cell was selected would not work as expected. (#3521)
1 parent 2937c69 commit dd6800a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

modules/ROOT/pages/7.6.0-release-notes.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,14 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
153153
[[bug-fixes]]
154154
== Bug fixes
155155

156-
{productname} {release-version} also includes the following bug fix<es>:
156+
{productname} {release-version} also includes the following bug fixes:
157157

158-
=== <TINY-vwxyz 1 changelog entry>
159-
// #TINY-vwxyz1
158+
=== Numbered table context menu not properly applying changes
159+
// #TINY-11383
160160

161-
// CCFR here.
161+
Previously, there was an issue where changes to the row type in numbered tables were not properly applied. This occurred because the action of modifying the row type from a `+contentEditable="false"+` cell was being deliberately blocked.
162+
163+
In {productname} {release-version}, this issue has been resolved by removing the restriction on changing the row type from a `+contentEditable="false"+` cell. As a result, changes to the row type are now correctly applied.
162164

163165

164166
[[security-fixes]]

0 commit comments

Comments
 (0)