joomla / joomla-cms

Home of the Joomla! Content Management System
https://www.joomla.org
GNU General Public License v2.0
4.79k stars 3.65k forks source link

Problem with the calendar #15551

Closed neo191987 closed 7 years ago

neo191987 commented 7 years ago

Hi encountered problems with the calendar after update to 3.7.0. screen shot 2017-04-25 at 22 24 16

wilsonge commented 7 years ago

@dgt41

dgrammatiko commented 7 years ago

@neo191987 Is this on Isis or on a front end template? If it's front end please ask for an update from the vendor or your designer (should straight forward fix) If it's back end probably the component has some conflicting css, again ask the vendor for an update

neo191987 commented 7 years ago

Hi this problem is also present at the front and at the back end. front end - Helix3 back end - isis

dgrammatiko commented 7 years ago

@neo191987 what browser? which views? what happens if you disable the helix plugin ?

brianteeman commented 7 years ago

front end - isis back end - Helix3

I assume you meant the other way around

neo191987 commented 7 years ago

Disable: Helix3 - Ajax and System - Helix3 Framework Same problem. I went wrong :)

dgrammatiko commented 7 years ago

@neo191987 what browser are you using? Did you tried with another one? Also which views produce this error?

neo191987 commented 7 years ago

Google Chrome - Latest Version. I will now test others.

neo191987 commented 7 years ago

Mozilla Firefox and Opera - same problem. Testing Hikashop.

dgrammatiko commented 7 years ago

Editing an article the calendar displays correctly ? If so please close the issue here and open one in Hikashop

neo191987 commented 7 years ago

Yes there works perfectly, but I tested most applications have this problem.

Fedik commented 7 years ago

I had this problem to, it happens when call:

echo JHtml::_('calendar', $value, $name, $id, $format, $attributes);

and $attributes do not have some values, wich expected by new version of JHtml::calendar

I would count it as B/C problem