Panel without content is rendered differently on IE and FF

  1. #1

    Panel without content is rendered differently on IE and FF

    <ext:Panel runat="server" Height="0" Title="Test"></ext:Panel>
    This panel is rendered differently on IE and FF. On IE there happens to be some space inside the panel on FF it is zero height.

    Workaround is :

    <ext:Panel runat="server" Height="0"  Title="Test">
    <Content></Content>
    </ext:Panel>
    Last edited by geoffrey.mcgill; Aug 03, 2010 at 9:14 PM. Reason: please use [code] tags
  2. #2
    Hi,

    I was unable to reproduce the issue using the toolkit's latest code.
    Probably it has been fixed already.

Similar Threads

  1. Replies: 8
    Last Post: Apr 01, 2010, 6:25 PM
  2. [CLOSED] [1.0] Remove a rendered panel
    By ljankowski in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 21, 2010, 11:53 PM
  3. Replies: 3
    Last Post: Mar 01, 2010, 4:55 AM
  4. [CLOSED] Can a Panel be rendered as a ?
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: Nov 09, 2009, 12:54 PM
  5. Replies: 0
    Last Post: Aug 28, 2008, 5:09 PM

Posting Permissions