[
https://issues.jboss.org/browse/RF-12539?page=com.atlassian.jira.plugin.s...
]
Brian Leathem updated RF-12539:
-------------------------------
Steps to Reproduce:
# deploy metamer and open
http://localhost:8080/metamer/faces/components/richEditor/simple.xhtml
# click on the "setReadonly()" or "isReadonly()" button
-- see errors in the javascript console
was:
# deploy metamer and open
http://localhost:8080/metamer/faces/components/richEditor/simple.xhtml
# click on the "setReadonly()" or "isReadonly()" button
-- see errors in Firebug console
rich:editor - setReadonly() and isReadonly() from javascript API
doesn't work
-----------------------------------------------------------------------------
Key: RF-12539
URL:
https://issues.jboss.org/browse/RF-12539
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-input
Affects Versions: 4.2.3.Final
Environment: RichFaces 4.2.3.Final
Metamer 4.2.3.20121017-Final
Unknown version of JSF
JBoss AS 7.1.1.Final
Java(TM) SE Runtime Environment 1.7.0_07-b10 @ Linux
Firefox 16.0 @ Linux x86_64
Reporter: Jan Papousek
The following code
{code}
#{rich:component('editor')}.isReadonly())
{code}
causes the following error
{code}
TypeError: RichFaces.$("form:editor").isReadonly is not a function
...
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira