pkdevbox / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

'console' is undefined - error message #327

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Original issue reported on code.google.com by ron.sa...@gmail.com on 1 Mar 2012 at 7:23

GoogleCodeExporter commented 8 years ago
Upgrade to iUI 0.40-beta2 for the fix.

This is a duplicate issue.  (See Issue #308 and Issue #311.)

Original comment by msgilli...@gmail.com on 5 Mar 2012 at 7:55

GoogleCodeExporter commented 8 years ago
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?

Original comment by ron.e...@gmail.com on 7 Mar 2012 at 11:24

GoogleCodeExporter commented 8 years ago
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.

Original comment by msgilli...@gmail.com on 9 Mar 2012 at 9:09