[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Cursor sometimes visible in t:formattedfield (enabled = false)  XML
Forum Index -> Development
Author Message
gbaumgartner

Active

Joined: 14/05/2012 13:58:06
Messages: 13
Offline

Hi,

I noticed a strange behavior when using a t:formattedfield in a FIXGRID:

<t:fixgrid id="g_46" height="100%" horizontalscrollmode="always" multiselect="true" objectbinding="#{d.xxx}" sbvisibleamount="40" width="100%" >
...
<t:gridcol id="g_71" text="#{rr.literals['Header']}" width="180" >
<t:formattedfield id="g_72" align="center" enabled="false" format="datetime" value=".{yyy}" width="200" />
</t:gridcol>
</t:fixgrid>

When the page is loaded and I click on the formattedfield, a cursor appears which can be moved around with the cursor keys. But if I click on the formattedfield in the next row, then no cursor appears anymore (which is correct). For me it looks like the cursor is deactivated too late, so it appears the first time. The following times, it is deactivated correctly.
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team