New issue 327 by ron.sa...@gmail.com: 'console' is undefined - error
message
http://code.google.com/p/iui/issues/detail?id=327
What steps will reproduce the problem?
1. At asp file:
<a class="whiteButton halfsize" id="submitButton" type="submit"
runat="server">Insert</a>
<a class="grayButton halfsize" id="clearButton" type="submit"
runat="server">Clear</a>
2. At C# file:
submitButton.ServerClick += submitButton_ServerClick;
clearButton.ServerClick += clearButton_ServerClick;
3. Clicking one of the buttons triggers the error message.
What is the expected output? What do you see instead?
Submit call is coming to the server.
I get an error message: " 'console' is undefined" in iui.js
What version of the product are you using? On what operating system?
0.4dev3, Win 7 Pro, 64 bit
Please provide any additional information below.
VS 2010, C#, .NET 4
Comment #1 on issue 327 by msgilli...@gmail.com: 'console' is undefined -
error message
http://code.google.com/p/iui/issues/detail?id=327
Upgrade to iUI 0.40-beta2 for the fix.
This is a duplicate issue. (See Issue #308 and Issue #311.)
I prefer to reference to an online version of the JS instead of using a
local one.
Where can I find such an online version?
I know of no publicly available URL that has a guaranteed, fixed version of
iui.js with the right mime-type. I'd like to see that happen. Why don't
you open a new Issue for that request and we'll see if we can figure out a
way to do it.