|
Nice example of TABLE and PRE styling combinations: http://www.atmaweapon.org/tables.html
If you are affected by this and want to:
.preformattedContent pre {
white-space: pre-wrap; /* css-3 should we be so lucky... */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 ?? */
white-space: -o-pre-wrap; /* Opera 7 ?? */
word-wrap: break-word; /* Internet Explorer 5.5+ */
_white-space: pre; /* IE only hack to re-specify in addition to word-wrap */
}
.preformatted {
border: 1px dashed ;
font-size: 11px;
font-family: Courier;
margin: 10px;
line-height: 13px;
max-width: 900px;
}
When you are done with your modifications, check that system-renderers-plugin.xml is using this file (wiki-renderer-js.vm) and not its minified version (wiki-renderer-js-min.vm) <jira-renderer key="atlassian-wiki-renderer" name="Wiki Style Renderer" i18n-name-key="admin.renderer.plugin.wiki.renderer.name" class="com.atlassian.jira.issue.fields.renderer.wiki.AtlassianWikiRenderer"> <description key="admin.renderer.plugin.wiki.renderer.desc">A renderer that will renderer wiki style syntax into html markup.</description> <resource type="velocity" name="css" location="templates/plugins/renderers/wiki/wiki-renderer-css.vm"/> <resource type="velocity" name="javascript" location="templates/plugins/renderers/wiki/wiki-renderer-js.vm"/> <resource type="velocity" name="edit" location="templates/plugins/renderers/wiki/wiki-renderer-edit.vm"/> <java-version min="1.4"/> </jira-renderer> and restart the application server in order for the changes to take effect. Safari Version 3.1.2 (5525.20.1) also affected. Very very annoying. It makes reading issues very difficult since you need to keep scrolling your window horizontally.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Possible solutions: