Installing 'Confluence Team Calendars' add-on conflicts with AUI datePicker

Naveena Vijayaragavan August 10, 2014

Installing 'Confluence Team Calendars' add-on conflicts with the existing AUI datePicker fields. Is there a fix to resolve the conflict?

2 answers

1 accepted

0 votes
Answer accepted
Naveena Vijayaragavan August 18, 2014

This could be resolved by adding css position property as 'relative' to the ui-datepicker class. Team Calendar addon overrides the ui-datepicker class's position property to 'fixed' which disrupts the correct display of the AUI date-picker

 AJS.$(".aui-inline-dialog").find(".ui-datepicker").css("position", "relative");
0 votes
Naveena Vijayaragavan August 10, 2014

There seems to be a similar issue logged internally in confluence: CONFDEV-21858

This could be resolved by adding css position property as 'relative' to the ui-datepicker class. Team Calendar addon overrides the ui-datepicker class's position property to 'fixed' which disrupts the correct display of the AUI date-picker

 AJS.$(".aui-inline-dialog").find(".ui-datepicker").css("position", "relative");

would make the datepicker display correctly with/without Team Calendar add-on

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events