You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "saravanan (JIRA)" <ji...@apache.org> on 2009/02/02 10:59:59 UTC

[jira] Created: (WICKET-2068) Modal Window + InMethod Grid Scroll bar issue

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


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.

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.


[jira] Resolved: (WICKET-2068) Modal Window + InMethod Grid Scroll bar issue

Posted by "saravanan (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Updated: (WICKET-2068) Modal Window + InMethod Grid Scroll bar issue

Posted by "saravanan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

saravanan updated WICKET-2068:
------------------------------

    Attachment: ModalWindow.jpg

Screenshot

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


[jira] Closed: (WICKET-2068) Modal Window + InMethod Grid Scroll bar issue

Posted by "saravanan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

saravanan closed WICKET-2068.
-----------------------------


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


[jira] Updated: (WICKET-2068) Modal Window + InMethod Grid Scroll bar issue

Posted by "saravanan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

saravanan updated WICKET-2068:
------------------------------

    Description: 
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.

  was:
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.

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.


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