Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.0.0.GA, 3.1.0.BETA1
-
Fix Version/s: 3.1.0.RC1, 3.1, EE-3.0.0.GA_P01
-
Component/s: ACE-Components, Sample Apps
-
Labels:None
-
Environment:ICEfaces3 trunk rev. 29090
Tomcat7
Browsers: all
-
Assignee Priority:P2
-
Affects:Compatibility/Configuration
Description
In showcase app -> ACE:richTextEntry page:
Attempting to click the 'spell check' button brings up a window in 404 error:
HTTP Status 404 - /showcase/plugins/wsc/dialogs/tmpFrameset.html
description: The requested resource (/showcase/plugins/wsc/dialogs/tmpFrameset.html) is not available
Attempting to click the 'spell check' button brings up a window in 404 error:
HTTP Status 404 - /showcase/plugins/wsc/dialogs/tmpFrameset.html
description: The requested resource (/showcase/plugins/wsc/dialogs/tmpFrameset.html) is not available
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [] | |
| Fix Version/s | 3.1.0.BETA2 [ 10336 ] | |
| Fix Version/s | 3.1 [ 10312 ] | |
| Assignee Priority | P2 | |
| Assignee | Arturo Zambrano [ artzambrano ] |
| Fix Version/s | 3.1.0.RC1 [ 10337 ] | |
| Fix Version/s | 3.1.0.BETA2 [ 10336 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #29371 | Thu Jun 07 13:12:55 MDT 2012 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/wsc/dialogs/wsc.js
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #29429 | Mon Jun 11 12:58:27 MDT 2012 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/wsc/dialogs/wsc.js
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #29430 | Mon Jun 11 13:34:44 MDT 2012 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/compat/components/src/main/resources/META-INF/resources/inputrichtext/ckeditor/plugins/wsc/dialogs/wsc.js
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Salesforce Case | [] | |
| Fix Version/s | EE-3.0.0.GA_P01 [ 10327 ] | |
| Affects Version/s | EE-3.0.0.GA [ 10262 ] |
| Salesforce Case | [] | |
| Affects | [Compatibility/Configuration] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #29493 | Wed Jun 13 15:44:29 MDT 2012 | art.zambrano | |
| Files Changed | ||||
ADD
/icefaces3/trunk/icefaces/compat/components/src/main/resources/META-INF/resources/inputrichtext/readme.txt
ADD
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/readme.txt
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #29495 | Wed Jun 13 16:24:01 MDT 2012 | art.zambrano | |
| Files Changed | ||||
ADD
/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/compat/components/src/main/resources/META-INF/resources/inputrichtext/readme.txt
MODIFY
/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/compat/components/src/main/resources/META-INF/resources/inputrichtext/ckeditor/plugins/wsc/dialogs/wsc.js
|
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Salesforce Case | [] | |
| Security | Private [ 10001 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #36308 | Wed Jun 19 17:19:12 MDT 2013 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/wsc/dialogs/wsc.js
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/ckeditor.mapping.js
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #36322 | Thu Jun 20 13:37:57 MDT 2013 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/compat/components/src/main/resources/META-INF/resources/inputrichtext/ckeditor/plugins/wsc/dialogs/wsc.js
|
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Committed fix at revision 29429.
I had to modify the spellcheck plug-in (richtextentry/ckeditor/plugins/wsc) to (1) use correctly the URL mapping implemented to access resources in JSF, and to (2) supply absolute paths for the resources that will be loaded by the external site (spellchecker.net) iframe.