[ 
https://issues.apache.org/jira/browse/JSPWIKI-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539939
 ] 

Dirk Frederickx commented on JSPWIKI-15:
----------------------------------------

This is not going to be easy to fix ;-)   Anybody a suggestion ??

= = = = =
Here is the situation:

Wide images will push the width of the pagecontent such that it fits the image 
size. Unfortunately, the jspwiki pagecontent is floated next to the favorites 
block. Therefore, wide images will push the favorites block below the 
pagecontent block, which is rather unusable.

This issue is only occuring in IE6, cause other (decent) browsers have proper 
treatment of the overflow:auto which is set on the pagecontent block.  When the 
contents (any contents, also images) gets too wide, a scroll bar is shown and 
contents is clipped at the left hand side.

Putting the overflow style on the IMG element seems not to be a solution .  In 
this case, IE6 expects the page to specify the width of the image.
- It is impossible to do this in pixel. (image width not known)
- Doing this in percentages (width=100%) will cause all 'small' images to 
stretch to width of the page. Not wanted. 

>>> grrrrr




> wide images cause Left Menu to drop to the bottom of the page (IE6 bug)
> -----------------------------------------------------------------------
>
>                 Key: JSPWIKI-15
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-15
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Default template
>    Affects Versions: 2.5.139-beta
>         Environment: Server: SuSE Linux 10 ; Tomcat 6; JSPWiki 2.5.149
> Client: Microsoft IE6
>            Reporter: Harry Metske
>            Assignee: Dirk Frederickx
>
> This problem is very similar to bug JSPWiki-2, but now it is related to an 
> image.
> If you have a page with a wide image (wider than your screen is), then the 
> left menu drops down to the bottom.
> Only occurs with IE6 (again).
> Example URL: 
> [http://www.computerhok.nl/JSPWiki/Wiki.jsp?page=TestWidePageWithImage]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to