-
Bug
-
Resolution: Timed out
-
Low
-
None
-
5.5.4
-
1
-
Severity 3 - Minor
-
A customer was developing a blueprint plugin using our API and discovered that the UI for datepicker isn't the same as in the documentation.
The AUI code for datepicker which can be found here.
AUI datepicker documentation UI is as below.
AUI when utilizing it for development is as below.
This UI inconsistencies have been verified by our developer.
Workaround given from developer for datepicker:
- Insert
<dependency>com.atlassian.auiplugin:aui-date-picker</dependency>
to
<web-resource>
xml tag in atlassian-plugin.xml. The web-resource should look like:
<web-resource key="simplebp-resources" name="simplebp Web Resources"> <dependency>com.atlassian.auiplugin:ajs</dependency> <dependency>com.atlassian.auiplugin:aui-date-picker</dependency> <dependency>com.atlassian.confluence.plugins.confluence-create-content-plugin:resources</dependency> ...
- In simplebp.css, add
.aui-datepicker-dialog { /* Move this over usual dialog */ z-index: 5000; }
- In simplebp.js, remove
$('#myduedate').datepicker({ dateFormat : "yy-mm-dd" });
- If you want to change the date format, you should add it to datePicker (capital P, datepicker is jQuery, not AUI) function. For example:
AJS.$('#myduedate').datePicker({ dateFormat: "yy/mm/dd", 'overrideBrowserDefault': true });
- mentioned in
-
Page Failed to load
Form Name |
---|
Thank you for taking the time to raise, comment or vote on this Bug. We regret to inform you that due to a limited number of reports and based on our current backlog of higher impact issues that we are closing this issue as Timed Out.
If this issue is still impacting you on a recent version please feel free to comment with the affected version. Any further details you may be able to provide regarding reproduction or impact of this issue may help us better address this issue.
Thanks again.
Cheers,
Confluence Product Management