You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Tauren Mills (JIRA)" <ji...@apache.org> on 2007/08/14 01:31:30 UTC

[jira] Created: (WICKET-844) TabbedPanel css problems

TabbedPanel css problems
------------------------

                 Key: WICKET-844
                 URL: https://issues.apache.org/jira/browse/WICKET-844
             Project: Wicket
          Issue Type: Bug
          Components: wicket
         Environment: Windows XP using Firefox 2.  Works correctly in Windows XP under IE6.
            Reporter: Tauren Mills
            Priority: Minor


If the content In a Tab of a TabbedPanel contains a form, then the panel is not displayed under the tabs.  Instead, it is displayed to the far right of the tabs and off-screen.  Scrolling to the right will reveal the form.

Turning off CSS or removing the tabpanel CSS markup will show the panel with the form under an unordered list.

A panel without a form in it seems to display properly under the tabs.

Attaching a quickstart that illustrates a tab with a form and a tab without a form.

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


[jira] Commented: (WICKET-844) TabbedPanel css problems

Posted by "Tauren Mills (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519557 ] 

Tauren Mills commented on WICKET-844:
-------------------------------------

A quick fix to this is to wrap the form in this:

<div style="clear: both">
  <form> ... </form>
</div>

But I think the TabbedPanel CSS should deal with it more elegantly.


> TabbedPanel css problems
> ------------------------
>
>                 Key: WICKET-844
>                 URL: https://issues.apache.org/jira/browse/WICKET-844
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>         Environment: Windows XP using Firefox 2.  Works correctly in Windows XP under IE6.
>            Reporter: Tauren Mills
>            Priority: Minor
>         Attachments: tabbedpanel-quickstart.zip
>
>
> If the content In a Tab of a TabbedPanel contains a form, then the panel is not displayed under the tabs.  Instead, it is displayed to the far right of the tabs and off-screen.  Scrolling to the right will reveal the form.
> Turning off CSS or removing the tabpanel CSS markup will show the panel with the form under an unordered list.
> A panel without a form in it seems to display properly under the tabs.
> Attaching a quickstart that illustrates a tab with a form and a tab without a form.

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


[jira] Resolved: (WICKET-844) TabbedPanel css problems

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

Alastair Maw resolved WICKET-844.
---------------------------------

    Resolution: Invalid

TabbedPanel doesn't come with any CSS - you implement your own. There's nothing wrong with TabbedPanel - it's the Index.css file in your quickstart that's broken.

It's not Wicket's job to teach you how to write CSS properly. This bug is therefore invalid.

> TabbedPanel css problems
> ------------------------
>
>                 Key: WICKET-844
>                 URL: https://issues.apache.org/jira/browse/WICKET-844
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>         Environment: Windows XP using Firefox 2.  Works correctly in Windows XP under IE6.
>            Reporter: Tauren Mills
>            Priority: Minor
>         Attachments: tabbedpanel-quickstart.zip
>
>
> If the content In a Tab of a TabbedPanel contains a form, then the panel is not displayed under the tabs.  Instead, it is displayed to the far right of the tabs and off-screen.  Scrolling to the right will reveal the form.
> Turning off CSS or removing the tabpanel CSS markup will show the panel with the form under an unordered list.
> A panel without a form in it seems to display properly under the tabs.
> Attaching a quickstart that illustrates a tab with a form and a tab without a form.

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


[jira] Updated: (WICKET-844) TabbedPanel css problems

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

Tauren Mills updated WICKET-844:
--------------------------------

    Attachment: tabbedpanel-quickstart.zip

quickstart that illustrates problem with tabbed panel CSS.

> TabbedPanel css problems
> ------------------------
>
>                 Key: WICKET-844
>                 URL: https://issues.apache.org/jira/browse/WICKET-844
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>         Environment: Windows XP using Firefox 2.  Works correctly in Windows XP under IE6.
>            Reporter: Tauren Mills
>            Priority: Minor
>         Attachments: tabbedpanel-quickstart.zip
>
>
> If the content In a Tab of a TabbedPanel contains a form, then the panel is not displayed under the tabs.  Instead, it is displayed to the far right of the tabs and off-screen.  Scrolling to the right will reveal the form.
> Turning off CSS or removing the tabpanel CSS markup will show the panel with the form under an unordered list.
> A panel without a form in it seems to display properly under the tabs.
> Attaching a quickstart that illustrates a tab with a form and a tab without a form.

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