Skip to main content

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

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

Back to the top