[FIXED] [V0.8] Visible Bug

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [FIXED] [V0.8] Visible Bug

    Hello,

    Using Visble="False" on the following button controls stops everything from rendering on revision 1242:

    Example.aspx:
    <%@ Page Language="C#" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title>Example</title>
    </head>
    <body>
        <form id="form1" runat="server">
            <asp:ScriptManager runat="server" EnablePartialRendering="True" />
            <ext:ScriptManager runat="server" AjaxViewStateMode="Include" EnableViewState="true" Theme="Gray" />
            <ext:Button ID="Button1" runat="server" Text="Launch 1 ..." />
            <ext:Button ID="Button2" runat="server" Text="Launch 2 ..." Visible="false" />
        </form>
    </body>
    </html>
    Replication steps:

    1. Load page
    2. Notice nothing renders?
    3. Remove Visible="False" from Button2
    4. Reload page, all works

    Cheers,
    Timothy
  2. #2

    RE: [FIXED] [V0.8] Visible Bug

    Hi Timothy,

    Thanks for pointing out this defect. We're working on a fix and should have new code committed shortly.*


    Geoffrey McGill
    Founder
  3. #3

    RE: [FIXED] [V0.8] Visible Bug

    Thanks Geoffrey!

    Cheers,
    Timothy
  4. #4

    RE: [FIXED] [V0.8] Visible Bug

    Hi Timothy,

    Fixed. Please update
  5. #5

    RE: [FIXED] [V0.8] Visible Bug

    Works, thanks vladimir.

    Cheers,
    Timothy

Similar Threads

  1. Replies: 8
    Last Post: Mar 27, 2012, 4:03 AM
  2. Replies: 1
    Last Post: Nov 22, 2011, 6:57 PM
  3. RowEditor Visible
    By threewonders in forum 1.x Help
    Replies: 0
    Last Post: Oct 11, 2011, 3:58 PM
  4. button are not visible in tabpanel
    By pankaj in forum 1.x Help
    Replies: 1
    Last Post: Apr 01, 2010, 1:21 PM
  5. Replies: 4
    Last Post: Sep 10, 2008, 4:17 AM

Posting Permissions