-
Type:
Bug
-
Resolution: Obsolete
-
Priority:
Low
-
None
-
Affects Version/s: 3.3.3
-
Component/s: Themes / Theming
-
Environment:
Internet Explorer 7
When using a markup like [!teste.gif!|Confluence Documentation Home], in a page using Easy Reader Theme in order to insert a image with link on Confluence, it will not be clickable on IE7.
Workaround:
1- Go to <confluence-installation> >> confluence >> WEB-INF >> classes >> com >> atlassian >> confluence >> setup
2- Open the file fixedwidth.css from atlassian-bundled-plugins.zip >> fixedwidth-theme-3.3.3.jar >> fixedwidth >> css
3- Then comment the lines within the image-wrap class as follows:
.image-wrap {
/*display:inline-block;
overflow-y: hidden;
overflow-x:auto;
max-width:100%;*/
}