https://bugzilla.novell.com/show_bug.cgi?id=382843


           Summary: Sys.Web.Extensions: onclick attribute rendered when it
                    should not
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: mono-bugs@lists.ximian.com
          Found By: ---


Recipe:
=======
- extract the attached webapp
- start xsp2 in webapp dir
- request http://localhost:8080
- click on "Show Calendar"

=> popup calender is shown _and_ the buttons onclick handler is called, causing
client validation.

The onclick attribute in the button should not be rendered:

<input id="CalLink" type="submit"
onclick="WebForm_DoPostback("CalLink","",null,false,true,false,false,"")"
value="Show Calendar" name="CalLink"/>

When I request the page, delete the onclick attribute (Firebug magic) before
clicking the button, everything works fine.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to