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



Feb 26, 2013, 5:03 PM
10 Posts
topic has been resolvedResolved

Tab Order doesn't seem to work properly with some Controls

  • Category: Dojo and Client Side JavaScript
  • Platform: Windows
  • Release: 8.5.3
  • Role: Developer
  • Tags: Tab Order,tabbing
  • Replies: 0
 
Tab order does not seem to work properly with some controls - Date Time Picker and Multiline Edit Box are examples.
 
The recommendation has been previously made in this forum to use the following CSJS in the onClientLoad event to set initial focus:
 
XSP.getElementById("#{id:Trade_Date}").focus();                             (Trade_Date is the field id ) 
 
In order to get around the issue with incorrect tab behavior for the Date Time Picker and Multiline Edit Box, I add the same code to the onblur Event -  use the field id for the next field you wish to tab to.
 
 

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