• Anonymous
  • Login
  • Register
XPages Multiple File Uploader - Defect: Clashes with calendar date pickers

Created on Feb 8, 2011
Created by Ed Sandford
Status Submitted
Release v106 (XPages custom control version)

I have tried this uploader and it works great. However if you drop an input box that is a date time picker on the xpages it breaks the uploader. Im running 8.5.2 FP1. I have also tried without success an alternate method of date picker (used to get around the previous 851 bug of date picker not working in IE8):
<xp:inputText value="#{yourDataSource.yourDateField}"id="yourID">
<xp:this.converter>
<xp:convertDateTime pattern="MM/dd/yyyy"></xp:convertDateTime>
</xp:this.converter>
<xp:dateTimeHelper
dojoType="dijit.form.DateTextBox">
</xp:dateTimeHelper>
</xp:inputText>



Taken Actions by Owners

No actions have been taken yet.


Documents
     
Creation Date
Author
Subject
Feb 8, 2011 Ed Sandford Clashes with calendar date pickers
Feb 9, 2011 Mark Leusink     Response: Cannot reproduce
Feb 9, 2011 Ed Sandford         Response: Sorted!
     
In this field you can enter the actual defect.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.
In this field owners can describe what they have done or want to do.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.