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


Apr 3, 2013, 1:20 AM
6 Posts

Some odd Webkit rendering of xe:djDateTextBox

  • Category: Domino Designer
  • Platform: All Platforms
  • Release: 9.0
  • Role: Developer
  • Tags:
  • Replies: 2

A colleague of mine ran into an odd rendering bug with xe:djDateTextBox when using OneUI v3.0.2 in an XPages app. Specifically, in Webkit, the dropdown arrow appears all the way on the right side of the page, rather than inside the box:

It appears fine in Firefox, but it's consistent between Safari and Chrome, at least on the desktop. I was able to fix it with a bit of CSS (though I haven't tested it in a larger app):

.dijitDateTextBox { position: relative; padding-right: 2em !important }

Then I applied that via a selectively-rendered CSS resource:

 

<theme extends="oneuiv3.0.2">
  <resources>
    <styleSheet href="/dtFix.css" rendered="#{context.userAgent.safari or context.userAgent.chrome}"/>
  </resources>
</theme>

So that seemed to work around it, but it still seems like a strange bug. In any event, I wasn't sure where to report this, so I picked here!

Apr 5, 2013, 10:41 AM
2 Posts
Using OneUI 3.0.2...
Please read the following statement around use of the new OneUI 3.0.2 theme:  Link
Apr 7, 2013, 11:23 PM
6 Posts
RE: Some odd Webkit rendering of xe:djDateTextBox

Makes sense - I figured the case would be something like that. Thanks!


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