Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.8
-
None
-
Integration
-
Description
Consider the following rendering test case:
.#----------------------------------------------------- .expect|xwiki/2.0 .#----------------------------------------------------- Hi .#----------------------------------------------------- .input|xhtml/1.0 .#----------------------------------------------------- <div id="Frame1" dir="ltr" style="width: 3in; height: 3in; border: 1px solid #000000;"><p>Hi</p></div>
This test case passes which means the attributes of the div tag are completely ignored. This kind of attributes are used to create frame like structures in xhtml, they should not be dropped.
Attachments
Issue Links
- blocks
-
XWIKI-3368 OfficeImporter does not import word documents containing internal frames correctly
- Closed