repost bug

Posted: 6/22/2006 12:02:57 AM
omhoge

From: Kingston, NY

Joined: 2/13/2005

oh good grief,
Jason
here's the second one this week,
sorry,
suspect there's a refreash/repost bug in the forums.

funny it took this long to show up but
may as well note it for V-2
it'll happen in asp 2.0 too but is more deal-able.

http://www.thereminworld.com/forum.asp?cmd=p&T=1953&F=800
Posted: 6/25/2006 8:58:19 AM
omhoge

From: Kingston, NY

Joined: 2/13/2005

mmmm, couple more.
Wonder if it's actually a repost from the user or a bug in the editing of an initial new topic post?
Posted: 7/5/2006 7:16:30 PM
Jason

From: Hillsborough, NC (USA)

Joined: 2/13/2005

I think it's a combination of site performance and not disabling the button as soon as it's clicked the first time. ASP.NET should let me fix this easily. Thanks for pointing it out though - this forum is like my own bug database :)
Posted: 7/13/2006 2:31:16 PM
omhoge

From: Kingston, NY

Joined: 2/13/2005

I feel for thee...
When the big aether bucks start rolling in you should check out FogBugz. We use a Serena thing that's kinda sucky.

Actually it's still tricky in .net,
I recoginized it from my very own bug
that's still in production.

We found a hack tho:
Had to redirect the page to itself with
Response.Redirect(url, EndCurrentResponse=true);
or in real code:
Response.Redirect("ThatDarnPage.aspx", true);

hth

You must be logged in to post a reply. Please log in or register for a new account.