Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.22
-
None
-
Server: XWiki Enterprise 2.5, Apache Tomcat 7.0.2, PostgresSQL 9.0.1-1 (for Win x64), Java 1.6 Update 21, OpenOffice.org 3.2.1, Windows 7 x64 Enterprise, 8 GB RAM, 2 Dual-Core Opteron Processor 2222 (3.0 GHz) [= 4 cores!]
Client: Windows XP, Internet Explorer 7 and Windows 7, Internet Explorer 8 and Opera 10.63 on either of these two OSServer: XWiki Enterprise 2.5, Apache Tomcat 7.0.2, PostgresSQL 9.0.1-1 (for Win x64), Java 1.6 Update 21, OpenOffice.org 3.2.1, Windows 7 x64 Enterprise, 8 GB RAM, 2 Dual-Core Opteron Processor 2222 (3.0 GHz) [= 4 cores!] Client: Windows XP, Internet Explorer 7 and Windows 7, Internet Explorer 8 and Opera 10.63 on either of these two OS
-
vertical, align, table
-
Description
When trying to set a different vertical align style than configured in the styles.css it fails to apply this style to both cells with multiple lines and entire tables. This is what I tried:
For entire table:
(% style="VERTICAL-ALIGN: middle" %) |cell11|cell12 |cell21|cell22
Note that my actual table is rather big and complex with some groups in cells such as in the following example. In fact I only figured out the following example because i tried to work around the first one.
For cells with multiple lines.
|(% style="VERTICAL-ALIGN: middle" %)((( cell 11 )))|(% style="VERTICAL-ALIGN: middle" %)((( cell 12 ))) |(% style="VERTICAL-ALIGN: middle" %)((( cell 21 )))|(% style="VERTICAL-ALIGN: middle" %)((( cell 22 )))
So both apparently fails.
PS: Coloring entire tables with similar syntax as in my first example works, so I reckon this is somewhat specific to vertical-align...
Attachments
Issue Links
- depends on
-
XSCOLIBRI-244 Broken layout in IE6/7 caused by vertical-align: inherit
- Closed