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:39:30 UTC

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

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