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.
Activity
Ken Fyten
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Assignee Priority | P1 | |
Assignee | Ken Fyten [ ken.fyten ] | yip.ng [ yip.ng ] |
Ken Fyten
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Cruz Miraback
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | EE-3.1.0.GA [ 10326 ] | |
Fix Version/s | EE-3.0.0.GA [ 10261 ] |
yip.ng
made changes -
Attachment | screenshot-1.png [ 14250 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Assignee Priority | P1 | P2 |
Assignee | yip.ng [ yip.ng ] | Mircea Toma [ mircea.toma ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28587 | Thu Mar 29 11:01:10 MDT 2012 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/javascript/application.js
|
Mircea Toma
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Security | Private [ 10001 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | EE-3.0.0.GA_P01 [ 10328 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28596 | Fri Mar 30 08:34:58 MDT 2012 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/core/src/main/javascript/application.js
|
Mircea Toma
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | EE-3.2.0.BETA [ 10571 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.