You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2010/03/29 00:31:28 UTC

[jira] Resolved: (TOMAHAWK-827) inputHtml

     [ https://issues.apache.org/jira/browse/TOMAHAWK-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe resolved TOMAHAWK-827.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.10-SNAPSHOT
         Assignee: Leonardo Uribe

Will be fixed on TOMAHAWK-1498

> inputHtml
> ---------
>
>                 Key: TOMAHAWK-827
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-827
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Html Editor
>    Affects Versions: 1.1.3
>         Environment: Using IE 6
>            Reporter: Gabriel Enriquez
>            Assignee: Leonardo Uribe
>             Fix For: 1.1.10-SNAPSHOT
>
>
> I am able to display using:
> <f:view>
> 	<h:form>
> 		<t:inputHtml value="#{htmlEditorBean.theValue}"
> 	                type="Constant"
> 	                allowExternalLinks="true"
> 	                addKupuLogo="false"
> 	                showAllToolBoxes="false"
> 	                allowEditSource="true"
> 	                showPropertiesToolBox="true"
> 	                showLinksToolBox="false"
> 	                showImagesToolBox="false"
> 	                showTablesToolBox="false"
> 	                showDebugToolBox="false"
> 	                showCleanupExpressionsToolBox="false" />
> 	</h:form>
> </f:view>
> And there is a JS error.
> According to this url:
> http://wiki.apache.org/myfaces/WYSIWYG_Editor?highlight=%28inputHtml%29
> (supposedly last update: last edited 2006-02-17 22:28:26 by MikeKienenberger.)
> It has some bugs.
> I want to double check if there are still bugs on this  component and should try another component like DOJO library.
> Thanks,
> Gabriel

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.