Unofficial bug/issue list for the Atlas July CTP

Rate It (1)

Last post 11-06-2006 5:06 PM by albertpascual. 37 replies.

Sort Posts:

  • BUG: Action bindings ignore direction

    07-31-2006, 10:59 PM
    • Member
      344 point Member
    • kevindente
    • Member since 12-05-2003, 4:27 PM
    • Posts 75
    Action bindings ignore the direction property - they always perform both in and out binding. Looking at the definition of Action.execute, it's apparent that it calls both evaluateIn and evaluateOut on each action binding, regardless of what directoin the binding is defined as.
  • Re: Unofficial bug/issue list for the Atlas June CTP

    08-01-2006, 4:05 AM
    • Member
      99 point Member
    • Knut Meltzer
    • Member since 07-10-2006, 11:17 AM
    • Posts 19

    Hi

    Can you add this to your list?

    http://forums.asp.net/thread/1336716.aspx

     

  • Re: Unofficial bug/issue list for the Atlas CTP

    08-02-2006, 2:43 PM
    • Member
      110 point Member
    • tholewis
    • Member since 06-14-2002, 4:09 PM
    • Posts 22
    • AspNetTeam

    The Go Live license allows you to put an application into a production environment for CTPs so that we can get real world feedback (which has been great).

    Good point regarding the messaging and I have let the folks know.

    Regarding status of bug, you can add/review bugs for Atlas at http://connect.microsoft.com. The good news about connect is that anything put in there goes directly into our issue tracking system.


  • Re: Unofficial bug/issue list for the Atlas CTP

    08-02-2006, 6:20 PM
    • Member
      344 point Member
    • kevindente
    • Member since 12-05-2003, 4:27 PM
    • Posts 75
    >Regarding status of bug, you can add/review bugs for Atlas at
    >
    http://connect.microsoft.com.

    Am I the only one for whom this is news? From what I can see, this has never been officially announced - a fact which has caused much frustration.  Glad to see we finally have an official repository for bugs and suggestions.

    Is there a specific category we should be using? .NET Framework? Web Development? Frameworks (I'm assuming that "Visual Studio and .NET Framework" is the Connection that we should be using - do let me know if that's wrong).




  • Re: Unofficial bug/issue list for the Atlas CTP

    08-03-2006, 4:26 AM
    • All-Star
      25,662 point All-Star
    • Luis Abreu
    • Member since 02-12-2005, 6:22 AM
    • Madeira [Portugal]
    • Posts 5,368
    • TrustedFriends-MVPs

    Howdy again.

    well, i'm sorry, but i've lost hope in those feedback centers. you see, a few months ago when i started using ATLAS, i started posting the bugs on the feedback center. in most cases,  i spent my time tracking the bug and writing code that would duplicate it and, within my limited knowledge, took the liberty of suggesting a fix for it.

    at the time, the best answer i got was "Unable to reproduce the bug" which really sucks (to reproduce it you just need to run the sample i've posted - hey, most of them are still on the june ctp). so, i come to this forums and asked where to put the bugs. at the time, the answer was: put them here (in this forum) and we'll take care of them. well, again, i've copied the bugs and tried to document them the best i could.

    unfortunately, it seems like the bugs are still here...not even Garbin's effort of putting everything on one place seems to have worked out...

    well, so if you want the bugs on connect, then you'll have to enter them yousrself. I'm sorry, but i'm also a busy person and i'm not going to loose another hour to copy all the items i've found and that i've document on this forum (most of which have references on this post) so that when the next ctp is out they're still there. sorry, but no, i won't do that.

    if you guys really want to solve the bugs, then this post already has way too many which exist for too long now!

    --
    Regards,
    Luis Abreu
    email: labreu_at_gmail.com
    EN blog:http://msmvps.com/blogs/luisabreu
  • Re: Unofficial bug/issue list for the Atlas June CTP

    08-08-2006, 7:03 PM
    • Contributor
      7,416 point Contributor
    • Garbin
    • Member since 09-17-2004, 12:35 PM
    • Sassari, Italy
    • Posts 1,506
    • TrustedFriends-MVPs
    Hi,

    repro for issue #25:
     
    <%@ Page Language="C#" %>
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <script runat="server">
        protected void Page_Load(object sender, EventArgs e)
        {
            if (Page.IsPostBack)
            {
                lblToUpdate.Text = DateTime.Now.ToString();
            }
        }
    </script>
    
    <html xmlns="http://www.w3.org/1999/xhtml" >
    <head runat="server">
        <title>Untitled Page</title>
    </head>
    <body>
        <form id="form1" runat="server">
        <atlas:ScriptManager id="scriptManager" runat="server" EnablePartialRendering="true"></atlas:ScriptManager>
        <div>
            <atlas:UpdatePanel ID="UpdatePanel1" runat="server">
                <Triggers>
                    <atlas:ControlEventTrigger ControlID="RadioButtonList1" EventName="SelectedIndexChanged" />
                </Triggers>
                <ContentTemplate>
                    <asp:Label ID="lblToUpdate" runat="server"></asp:Label>
                </ContentTemplate>
            </atlas:UpdatePanel>
            
            <asp:RadioButtonList ID="RadioButtonList1" runat="server" AutoPostBack="true">
                <asp:ListItem>Item1</asp:ListItem>
                <asp:ListItem>Item2</asp:ListItem>
                <asp:ListItem>Item3</asp:ListItem>
            </asp:RadioButtonList>
        </div>
        </form>
    </body>
    </html>
     
    Alessandro Gallo | Blog | My book: ASP.NET AJAX In Action
  • Another Bug

    11-06-2006, 2:51 PM
    • Member
      5 point Member
    • manicsquirrel
    • Member since 11-06-2006, 7:37 PM
    • Posts 1

    I have an update panel on my page.  Everything worked great until I added the following javascript function in script tags in the head:

            function cmdPrint_Click(id){
                var obj = window.open('print.aspx?form=driver&id=' + id,'Print','width=640,height=480');}

    Afterwards, each time the update panel tried to post back I would receive the "Unknown Error" message box.  However, if I replace the ampersand in "?form=driver&id" with "&amp;" it works fine.

     

  • Re: Another Bug

    11-06-2006, 5:06 PM
    • All-Star
      17,443 point All-Star
    • albertpascual
    • Member since 05-23-2003, 10:11 AM
    • Riverside, CA
    • Posts 3,474
    • TrustedFriends-MVPs

    I belive I know why you are getting this error.

    If you look at the request params before you do your thing, you'll find id as a parameter in AJAX, so you were overriding that, change your param to another name.

     

    Cheers
    Al
    My Blog
    MapStats.NET
    Please click on 'Mark as Answer' if this post answered your question!
Page 3 of 3 (38 items) < Previous 1 2 3