By Chris Muir | Article Rating: |
|
November 23, 2011 05:00 AM EST | Reads: |
9,878 |

There’s a rather obscure JDeveloper bug that only effects IE7, for af:columns in af:tables that show af:outputText fields based on dates that are null (phew, try and say that with a mouth full of wheaties). It occurs in 11.1.1.4.0 and 11.1.2.0.0 (and all versions in between it’s assumed).In the previous picture from IE7 if you look closely, you’ll notice that the HireDate2 column has lost its border for the null entries. Note the other columns even when they are null, still have a border.
If we look under IE8 (or any other browser for that matter) we see the problem doesn’t occur at all:The problem is being caused by 2 separate issues:
- IE7 does not render borders for HTML table cells (ie. the tag) if the cell contains no data. This can be fixed if the cell contains a tag.
- ADF Faces RC includes the tag for empty table cells, except for null date af:outputText fields who in addition have child tags that aren’t converter and validator tags.
Read the original blog entry...
Published November 23, 2011 Reads 9,878
Copyright © 2011 Ulitzer, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Chris Muir
Chris Muir, an Oracle ACE Director, senior developer and trainer, and frequent blogger at http://one-size-doesnt-fit-all.blogspot.com, has been hacking away as an Oracle consultant with Australia's SAGE Computing Services for too many years. Taking a pragmatic approach to all things Oracle, Chris has more recently earned battle scars with JDeveloper, Apex, OID and web services, and has some very old war-wounds from a dark and dim past with Forms, Reports and even Designer 100% generation. He is a frequent presenter and contributor to the local Australian Oracle User Group scene, as well as a contributor to international user group magazines such as the IOUG and UKOUG.
- REA Is Where RIA Becomes the Norm
- One-Way SSL with JAX-WS Using JDeveloper 11gR1 and WLS 10.3.1
- Book Review: Processing XML Documents with JDeveloper 11g
- SoapUI for Web Service Testing
- Configuring Apache JMeter for Oracle's ADF 11g
- JAX-WS: A @SchemaValidation Custom Handler to Alter Framework SOAP Faults
- WebLogic Server - Identity vs Trust Keystores
- Retrieving Managed Beans Programmatically
- Stress & Load Testing Web Apps (Even ADF & Apex) Using Apache JMeter
- Oracle Dynamic Tabs Shell - ADF 11gR1 – UI Shell