Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Color Coding Not working in IE11 or google chrome

3386769Jul 10 2017

Hi,

I have implemented Dynamic color coding in the custom page using the below sample code in my controller and modified the Custom.xss file

         OAMessageStyledTextBean job = (OAMessageStyledTextBean)table.findIndexedChildRecursive("Global");

          OADataBoundValueViewObject cssjob = new OADataBoundValueViewObject(job,"Color");

          job.setAttributeValue(oracle.cabo.ui.UIConstants.STYLE_CLASS_ATTR, cssjob);

Color coding is working fine in the Internet Explorer 8 where as not working in the IE11 or google chrome.

Any help is appreciated.

Thanks,

VV

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 7 2017
Added on Jul 10 2017
0 comments
134 views