Community
Participate
Working Groups
After a page is edited the page title wraps over multiple lines. This is caused by TinyMCE removing the attribute no-wrap. So <td nowrap="true" class="pageTitle">Domain: Work Products</td> becomes <td class="pageTitle">Domain: Work Products</td> when it is opened in TinyMCE. This attribute should not be used by EPFC, this should be defined in the CSS file with white-space:nowrap;
See also 250148: No-wrap should be part of CSS file https://bugs.eclipse.org/bugs/show_bug.cgi?id=250148 Implemented a workaround in checkout.rb that we can remove after this is solved in EPFC.
Note that the workaround is not completely satisfactory as it still wraps over multiple lines in TinyMCE. But on checkin the no-wrap attribute is added and the page will look allright after checkin.
OK