Side navigation
#4491 closed bug (invalid)
Opened April 04, 2009 07:23PM UTC
Closed August 09, 2009 01:52AM UTC
jQuery 1.3.2 fails to execute postback for asp:Button
Reported by: | mjclarke71 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using jQuery 1.3.2 breaks ASP.NET postbacks using Simplemodal 1.2.3. When using Simplemodal 1.1.1 it works and all postbacks fire correctly. It seems something has changed in the jQuery code that is causing postbacks for buttons not to work.
Attachments (1)
Change History (3)
Changed April 11, 2009 03:20PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Changed July 25, 2009 03:31PM UTC by comment:2
resolution: | invalid |
---|---|
status: | closed → reopened |
There is a bug (or maybe it's just how jQuery is designed) and I need help resolving it as well. But I'm not using some plugin. I'm using just the jQuery UI Tabs. When I place an asp.net button in a div that is encapsulated by the jQuery UI Tabs, the postback is restrained. I know as an ASP.Net developer we need this to work because we have to catch events in our code-behind. If you need a specific example I can give it. But here's the generics:
I have a page (aspx) that has a bunch of divs that have user controls in them. One of them has a submit button (asp button). All of these divs are then rendered as tabs on the web page (aspx). After this, the postback is never called when clicked.
Thanks,
Keith
Changed August 09, 2009 01:52AM UTC by comment:3
resolution: | → invalid |
---|---|
status: | reopened → closed |
Please debug this code on one of the jQuery forums.
This report is too vague to act on. If it's a problem with Simplemodal, then the bug report doesn't belong here because this is the jQuery core bug tracker. If there is some bug related to core jQuery, we'd need a test case that demonstrates it.