Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.0-beta1
-
None
Description
In org.apache.wicket.extensions.yui.calendar.DatePicker/calendar.js, the IMG_ROOT is set to an Internet site:
YAHOO.widget.Calendar.IMG_ROOT = (window.location.href.toLowerCase().indexOf("https") === 0 ? "https://a248.e.akamai.net/sec.yimg.com/i/" : "http://us.i1.yimg.com/us.yimg.com/i/");
This will work only when the computer is on the Internet. If it is run on an intranet, the icons will be broken.