EasyUI Forum
April 28, 2024, 06:34:55 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Messager progress display creates continuous js errors in console  (Read 14447 times)
frapa02
Newbie
*
Posts: 6


View Profile
« on: January 13, 2012, 04:01:20 PM »

When using the messager.progress function with EasyUI v1.2.5:

$.messager.progress

I get errors reported on the javascript console on a continuous basis, about 3 or 4 per second. Here is an example of the error with Firefox and Firebug:

$.data(jq[0], "progressbar") is undefined
return $.data(jq[0],"progressbar").options.value;     jquery....min.js (line 1710)

This is causing slow running or freezes the form with IE 8. 'Error on page' also appears in the browser window, bottom left.

Hard to debug as I can't read the code as the full source is not available. The messager progressbar is working well in Firefox, it is just the errors which are a problem.

Here is my code:
                  $.messager.progress({
                     title: 'Validation',
                     msg: 'Checking Code '+value,
                     text: 'PROCESSING.......'
                  });
Then after validating I have:
                  $.messager.progress('close');

Paul.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!