?
avatar 810
810
23 Feb 2017

Steps to reproduce the issue

Open a calendar supported extension, like for us: kunena
Then go to statistics- select calendar icon

Expected result

screenshot 4

Actual result

screenshot 3

System information (as much as possible)

Joomla! 3.7.0-rc1

Additional comments

avatar 810 810 - open - 23 Feb 2017
avatar joomla-cms-bot joomla-cms-bot - change - 23 Feb 2017
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 23 Feb 2017
avatar wilsonge
wilsonge - comment - 23 Feb 2017
avatar wilsonge
wilsonge - comment - 23 Feb 2017

How are you loading the calendar?

avatar 810
810 - comment - 23 Feb 2017
<div class="btn-group pull-left">
	<?php echo JHtml::calendar($this->filterTimeStart, 'filter_time_start', 'filter_time_start', '%Y-%m-%d', array('class' => 'filter input-small btn-wrapper', 'placeholder' => JText::_('COM_KUNENA_STATISTICS_START_DATE'))); ?>
	<?php echo JHtml::calendar($this->filterTimeStop, 'filter_time_stop', 'filter_time_stop', '%Y-%m-%d', array('class' => 'filter input-small btn-wrapper', 'placeholder' => JText::_('COM_KUNENA_STATISTICS_END_DATE'))); ?>
</div>
avatar dgt41
dgt41 - comment - 23 Feb 2017

What happens if you remove the class input-small?

avatar 810
810 - comment - 23 Feb 2017

the width is ok, but i can't see any numbers, and there is no style on the title

avatar 810
810 - comment - 23 Feb 2017

ok found the issues:

  1. missing font-size on .calendar-container table tbody td.day (C:\wamp\www\develop\media\system\css\fields\calendar.css)
  2. please convert em to px on C:\wamp\www\develop\media\system\js\fields\calendar.js and C:\wamp\www\develop\media\system\js\fields\calendar.min.js
avatar zero-24 zero-24 - change - 24 Feb 2017
Status New Closed
Closed_Date 0000-00-00 00:00:00 2017-02-24 00:33:35
Closed_By zero-24
avatar zero-24 zero-24 - close - 24 Feb 2017
avatar zero-24
zero-24 - comment - 24 Feb 2017

Closing as there is a PR: #14219

Add a Comment

Login with GitHub to post a comment