Vollständig

Aras Mouse Over Help


Provides help text for fields appearing on a form as the user hovers over the field and field label.

Author: Darryl Poore

Organization: Aras Corporation

Project URL: https://github.com/ProcessPLM/Aras-Mouse-Over-Help

  • I have been using this in v11 SP10 for a while now.  In the last two days I have noticed an error come up when opening a Part.  I'm not sure what the problem is with this.  Any help would be appreciated.  Thank you.

    Internal Error: event handler failed. Event handler failed with message: TypeError: Cannot set properties of null (setting 'title') [function onformpopulated$user$handler(e)
    				{
    					try
    					{
    							if (onformpopulated1(e) === false)
    								return false;
    							if (onformpopulated2(e) === false)
    								return false;
    							if (onformpopulated3(e) === false)
    								return false;
    							if (onformpopulated4(e) === false)
    								return false;
    							if (onformpopulated5(e) === false)
    								return false;
    							if (onformpopulated6(e) === false)
    								return false;
    							if (onformpopulated7(e) === false)
    								return false;
    					}
    					catch (exp)
    					{
    						aras.AlertError(aras.getResource('', 'ui_methods_ex.event_handler_failed'), aras.getResource('', 'ui_methods_ex.event_handler_failure_msg', exp.description ? exp.description : (exp + ' [' +arguments.callee.toString()+ ']')), aras.getResource('','common.client_side_err'));
    						return false;
    					}
    				}] Client Side Error