Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.0.0.GA
-
Fix Version/s: EE-3.0.0.GA_P01, EE-3.2.0.BETA, EE-3.2.0.GA
-
Component/s: Accessible Components
-
Labels:None
-
Environment:ICEfaces EE 3.0, IE9, FF with JavaScript enabled.
-
Assignee Priority:P2
Description
The samples all look good with the exception of the ee-accessible-showcase. I tested in IE9 / Firefox11 / Chrome17.
inputText:
Typing in the fields or tabbing through them causes a JS error in IE9 and Firefox:
IE9:
Message: Exception thrown and not caught
Line: 1
Char: 16245
Code: 0
URI: http://localhost:8080/ee-accessible-showcase/javax.faces.resource/compat.js.jsf
Firefox:
Error: uncaught exception: Cannot find enclosing form.
panelCollapsible:
Clicking on the panel headers to collapse or expand them causes a JS error in IE9:
Message: Invalid procedure call or argument
Line: 1
Char: 1
Code: 0
URI: http://localhost:8080/ee-accessible-showcase/component/panelCollapsible.jsf
Some of the links in the panel are broken (ICEfaces SVN, ICEfaces Projects).
panelTab:
Switching tabs causes a JS error in IE9:
Message: Invalid procedure call or argument
Line: 1
Char: 1
Code: 0
URI: http://localhost:8080/ee-accessible-showcase/component/panelTab.jsf
Besides this there are no errors.
inputText:
Typing in the fields or tabbing through them causes a JS error in IE9 and Firefox:
IE9:
Message: Exception thrown and not caught
Line: 1
Char: 16245
Code: 0
URI: http://localhost:8080/ee-accessible-showcase/javax.faces.resource/compat.js.jsf
Firefox:
Error: uncaught exception: Cannot find enclosing form.
panelCollapsible:
Clicking on the panel headers to collapse or expand them causes a JS error in IE9:
Message: Invalid procedure call or argument
Line: 1
Char: 1
Code: 0
URI: http://localhost:8080/ee-accessible-showcase/component/panelCollapsible.jsf
Some of the links in the panel are broken (ICEfaces SVN, ICEfaces Projects).
panelTab:
Switching tabs causes a JS error in IE9:
Message: Invalid procedure call or argument
Line: 1
Char: 1
Code: 0
URI: http://localhost:8080/ee-accessible-showcase/component/panelTab.jsf
Besides this there are no errors.
Resolved issues with panelCollapsible and panelTab by removing extraneous JavaScript in the renderers.
There doesn't seem to be any inputText source in the accessible package, so will try removing that tag altogether.