id summary reporter owner description type status priority milestone component version resolution keywords cc 17008 Empty tag is removed when it's the only element in the content Jamie "== Steps to reproduce == 1. Insert {{{
 
}}} in the Source view 2. Switch out of source view and back in 3. {{{
}}} is removed == Expected result == Div should remain. If you add {{{

 

}}} before or after the div remains. == Actual result == Div is removed. == Other details (browser, OS, CKEditor version, installed plugins) == Chrome 58.0.3029.81, Win 10, CKEditor 4.6.2 Config has: {{{config.protectedSource.push(/]*><\/i>/g);}}} This prevents from being removed, but: {{{config.protectedSource.push(/]*><\/div>/g);}}} In the scenario above makes no difference to
being removed. Added text to the div i.e. {{{
Test
}}} stops it from being removed." Bug new Normal General 4.6.2 element removed