[
https://issues.apache.org/jira/browse/WICKET-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
saravanan resolved WICKET-2068.
-------------------------------
Resolution: Fixed
Fixed by applying the solution provided for bug WICKET-2056
public void renderHead(IHeaderResponse response) {
response.renderString("<style type=\"text/css\">div.w_content div
{position:relative;}</style>");
}
> Modal Window + InMethod Grid Scroll bar issue
> ---------------------------------------------
>
> Key: WICKET-2068
> URL: https://issues.apache.org/jira/browse/WICKET-2068
> Project: Wicket
> Issue Type: Bug
> Components: wicket-extensions
> Affects Versions: 1.3.5
> Environment: Windows XP
> Reporter: saravanan
> Attachments: ModalWindow.jpg
>
>
> We are extensively using inMethod grid component in our project. It is
> working properly. When we try to show the same data using modalwindow,
> inMethod grid header behaves strange. I think it is some modal window CSS
> related issue.
> If i remove below mentioned DOCTYPE from main html page, then it works
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
> but for my site i need that DOCTYPE.
> I am using Panel to show content in modal window
> Above mentioned problem exists only in IE(i am using version 7). It works in
> FF 3.0 and also in chrome.
> Please respond as soon as possible.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.