Index: tinymce.js
===================================================================
--- tinymce.js	(revision 27416)
+++ tinymce.js	(working copy)
@@ -10604,12 +10604,13 @@
 									node.empty().append(new Node('#text', '3')).value = '\u00a0';
 								} else {
 									// Leave nodes that have a name like <a name="name">
-									if (!node.attributes.map.name && !node.attributes.map.id) {
+									// For #26332
+									/*if (!node.attributes.map.name && !node.attributes.map.id) {
 										tempNode = node.parent;
 										node.empty().remove();
 										node = tempNode;
 										return;
-									}
+									}*/
 								}
 							}
 						}
