]
Juraj Húska commented on RF-13728:
----------------------------------
I can reproduce the issue as well on my machine, with {{EAP 6.3.0.ER8}}.
Editor cant display after page load if page is opened directly
--------------------------------------------------------------
Key: RF-13728
URL:
https://issues.jboss.org/browse/RF-13728
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-input
Affects Versions: 4.5.0.Alpha3
Environment: Fifefox 30, Chrome 35.0.1916.153, EAP 6.3.
Reporter: Martin Tomasek
Component richEditor is not displayed after page load if browser has empty cache and page
is opened directy. For example Google Chrome anonymous mode, Firefox with cleared cache
(ctrl+shift+d+delete - clear all) opening url
http://localhost:8080/metamer/faces/components/richEditor/simple.xhtml?te....
Console displays these error messages:
{code}
Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8080/metamer/faces/components/richEditor/config.js?t=E4KA
Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8080/metamer/faces/components/richEditor/skins/moono/edi...
Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8080/metamer/faces/components/richEditor/lang/en.js?t=E4KA
Uncaught TypeError: Cannot set property 'dir' of undefined
ckeditor.js;jsessionid=cCSt9DELY4qr8as9rF23pBU7:218
{code}
Component starts work correctly after another page load or if your first request is not
to this component but to another one - open
http://localhost:8080/metamer/ and then
directly
http://localhost:8080/metamer/faces/components/richEditor/simple.xhtml?te... -
component is visible and work.