Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] FindUI button causes postback

Hi libing,

works perfectly. Thanks for the fast response!

Regards,
Sebastian


Am 26.11.2015 um 20:46 schrieb Libing Wang <Libing_Wang@xxxxxxxxxx>:

Hi Sebastian:
I've opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=483110and pushed the fix.
Please try our nightly build (the timestamp on 20151126) from http://download.eclipse.org/orion/.

Thanks,
Libing



From:        Sebastian Pahnke <pahnke.sebastian@xxxxxxxxx>
To:        orion-dev@xxxxxxxxxxx
Date:        11/26/2015 04:55 AM
Subject:        [orion-dev] FindUI button causes postback
Sent by:        orion-dev-bounces@xxxxxxxxxxx




Hi,

I embedded the codeEdit widget in an ASP.NET web application and whenever I click on a button in the FindUI widget, it causes a postback and the page gets reloaded. The workaround is a

button.type = "button";

in the _createButton function, right after the call to createElement. Is this a bug in the codeEdit widget? It doesn’t seem to occur in the full Orion IDE.

Regards,
Sebastian
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev

_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev


Back to the top