Skip to Main Content

DevOps, CI/CD and Automation

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!

oj-input-date error icon bug

GoSaaSSep 12 2022

I see an error icon beside the date validation message even when the date is valid. As shown below, the red error icon shows on 12th September, where as this is a valid date to be selected. How to remove this error icon?

View:
<oj-input-date id="date" class="oj-form-control-max-width-md" on-keydown="[[ignoreCharacters]]" converter="[[dateConverter]]"
value="{{updatedDueDate}}" min="[[todaysDate]]" translations.date-time-range.hint.max="" readonly='[[!isEditable()]]' rows="1">
</oj-input-date>

Viewmodel:
self.todaysDate = ojconverterutils_i18n_1.IntlConverterUtils.dateToLocalIso(new Date());

image.png

Comments

User_64CKJ
879129 wrote:
..I thought it was our implementation, but the alert is also shown launching any Applet from the following;
http://java.sun.com/applets/jdk/
I just had a look at the source of two of the pages from the 1.4 section of that page (Animator (1) & ArcTest) & saw some very questionable HTML for the <tt>applet</tt> element, as well as two seemingly unrelated scripts. What do you get for (instead of those), the GIF Animator (the applet form)? It uses <tt>deployJava.js</tt>, which is about the only deployment option that Oracle cares about at the moment.
882132
I get the same 2 alerts when launching the Applet from http://pscode.org/gifanim/applet.html
Is this the site you were referring to?
User_64CKJ
879129 wrote:
I get the same 2 alerts when launching the Applet from http://pscode.org/gifanim/applet.html
:(
Is this the site you were referring to?
Yes, that is the one.
1 - 3

Post Details

Added on Sep 12 2022
1 comment
180 views