This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



May 22, 2013, 5:44 AM
24 Posts
topic has been resolvedResolved

Unable to edit RT Field in a Dialog

  • Category: Extension Library
  • Platform: Windows
  • Release: 9.0
  • Role: Developer
  • Tags: dialog control
  • Replies: 1
 Hi all,

I've used a Rich text field in a dialog along with two text fields. 

when trying to type in the RT field,  it gets typed in the first text field.

what is the problem? 

Here is my source code. 

<?xml version="1.0" encoding="UTF-8"?>
<xp:view xmlns:xp="http://www.ibm.com/xsp/core" xmlns:xe="http://www.ibm.com/xsp/coreex">

<xe:dialog id="dialog1">
Name <xp:inputText id="inputText1"></xp:inputText>
 <xp:br></xp:br>
 Subject&#160;
 <xp:inputText id="inputText2"></xp:inputText>
 &#160;<xp:br></xp:br>Description<xp:inputRichText id="inputRichText1"
style="width:463.0px;height:296.0px">
</xp:inputRichText>

<xp:br></xp:br><xp:br></xp:br>
<xp:button value="Save" id="button2"></xp:button>      
     <xp:button value="Clear" id="button3"></xp:button></xe:dialog>

<xp:button value="Show Dialog" id="button1">
<xp:eventHandler event="onclick" submit="true"
refreshMode="partial" refreshId="dialog1">
<xp:this.action><![CDATA[#{javascript:getComponent('dialog1').show()}]]></xp:this.action>
</xp:eventHandler>
</xp:button>

</xp:view> 
May 24, 2013, 12:42 PM
10 Posts
This is a known issue (PHAN97ZGRB) for FireFox (works in IE!) - avoid using RT fields in a...
which we're looking to address in the next release

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal