[
https://issues.apache.org/jira/browse/TOMAHAWK-1307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631754#action_12631754
]
Paul Rivera commented on TOMAHAWK-1307:
---------------------------------------
After tracing through piles of kupu javascript code, I finally found the root
cause and a fix.
The content #000000 that you are getting is actually the font color of your
input.
In kupucontentfilters.js, it confuses the attribute 'text' with 'textContent'.
The attribute 'text' refers to the font-color of your text while 'textContent'
is your actual text input.
I can probably submit this fix to the kupu developers as well.
This patch has been tested with both firefox and internet explorer and works
well with both.
> #000000 is displayed in inputHtml
> ---------------------------------
>
> Key: TOMAHAWK-1307
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1307
> Project: MyFaces Tomahawk
> Issue Type: Bug
> Components: Html Editor
> Environment: Windows OS
> Reporter: Tony
> Attachments: tomahawk1307.patch
>
>
> The <t:inputHtml> field is initially blank. First I perform a submit on a
> page with required data, then the error messages are displayed.
> Then I click a <t:commandLink> to perform a lookup and return return to the
> page with the inputHtml, #000000 text is in the inputHtml field.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.