Modal CSS Overflow Auto Bug
---------------------------

                 Key: WICKET-2056
                 URL: https://issues.apache.org/jira/browse/WICKET-2056
             Project: Wicket
          Issue Type: Bug
          Components: wicket
         Environment: Internet Explorer 6 and 7
            Reporter: Zach Leatherman
            Priority: Trivial


To duplicate the issue, create a panel wicket modal with the following content 
that has enough content to trigger an overflow:
<br/><br/><br/><br/><br/><br/><br/><br/><br/> (etc.)
<div style="position: relative">Relative</div>

Then try scrolling in IE6 or IE7.  The relative div will remain in a fixed 
position.


See the following for a description of the bug.
http://rowanw.com/bugs/overflow_relative.htm

On the first child div below div.w_content, there should be a style declaration 
assigned to the child div that contains "position: relative;"  For example,

<div id="GENERATED_WICKET_ID" style="overflow: auto; height: 400px; position: 
relative">

-- 
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