[richfaces-issues] [JBoss JIRA] Created: (RF-2202) dropDownMenu javascript error in Opera

Soul Spirit (JIRA) jira-events at lists.jboss.org
Fri Feb 8 04:05:03 EST 2008


dropDownMenu javascript error in Opera
--------------------------------------

                 Key: RF-2202
                 URL: http://jira.jboss.com/jira/browse/RF-2202
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.1.4
         Environment: Opera 9.25, Windows
            Reporter: Soul Spirit


Triggering mouseout javascript event on any menu item, generates visual glitches reflected by the following javascript error:

Event thread: mouseout
Error:
name: TypeError
message: Statement on line 95: Type mismatch (usually a non-object value used where an object is req
uired)
Backtrace:
  Line 95 of linked script http://***/a4j_3_1_4.GAscripts/menu.js.faces
    var within = false;
Event.extend(event);
var targetElement = event.relatedTarget;
var srcElement = Event.element(event);
if (targetElement)
      Line 79 of linked script http://***/a4j_3_1_4.GAscripts/menu.js.faces
    if (options.disabled == false && ! RichFaces.Menu.isWithin(e, $(topLevel)))
      Line 82 of linked script http://***/a4j_3_1_4.GAscripts/menu.js.faces
    menuOff.call(this, e);
mouseout.call(this, e);
  Line 18 of linked script http://***/a4j_3_1_4.GAorg.ajax4jsf.javascript.PrototypeScript.faces
    return __method.apply(object, [event || window.event].concat(args));
  Line 242 of linked script http://***/a4j_3_1_4.GAorg.ajax4jsf.javascript.PrototypeScript.faces
    return false;
Event.extend(event);
handler.call(element, event);
  At unknown location
    [statement source code not available]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list