Keyword

[SOLVED] Bug: In joomla 3 Tag & Calendar

  • Albert
  • Albert's Avatar Topic Author
  • Offline
  • Senior Member
More
12 years 2 months ago #111991 by Albert
When entering a tag the calendar pops up. Simple work around is to toggle off sidebar.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
12 years 2 months ago #111992 by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: Bug: In joomla 3 Tag & Calendar
In which version of K2 and Joomla! ?

Please Log in or Create an account to join the conversation.

  • Albert
  • Albert's Avatar Topic Author
  • Offline
  • Senior Member
More
12 years 2 months ago - 12 years 2 months ago #111993 by Albert
Replied by Albert on topic Re: Bug: In joomla 3 Tag & Calendar
Joomla 3.0.3
K2 2.6.5 &2.6.6
Chrome Browser
xampp 1.8.1
php 5.4.7
Default Joomla admin template


problem: in the back-end I enter a tag. I press enter, and the "creation Date" calendar pops up on the side bar. I have to close it to create another tag.

Please Log in or Create an account to join the conversation.

  • Albert
  • Albert's Avatar Topic Author
  • Offline
  • Senior Member
More
12 years 1 month ago - 12 years 1 month ago #111994 by Albert
Replied by Albert on topic Re: Bug: In joomla 3 Tag & Calendar
back-end parameter 'Default state for the item form sidebar' in advance does not work either.

<td id="adminFormK2Sidebar"<?php if($this->mainframe->isSite() && !$this->params->get('sideBarDisplayFrontend')): ?> style="display:none;"<?php endif; ?> class="xmlParamsFields">

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
12 years 1 month ago #111995 by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: Bug: In joomla 3 Tag & Calendar
Thank you for reporting this,

We will look into this

Please Log in or Create an account to join the conversation.

More
12 years 1 month ago #111996 by Jessica Jung
Replied by Jessica Jung on topic Re: Bug: In joomla 3 Tag & Calendar
Hi there

Is there any fix found for this issue?
I am using same version of K2 and Joomla 3 and getting same issue.
Even tested clean installation and showing same bug.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
12 years 1 month ago #111997 by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: Bug: In joomla 3 Tag & Calendar
Hello,

This is a Joomla! issue not a K2 issue, you can reproduce in com_content as well.
I don't know however if was fixed in the 3.1 version.

Please Log in or Create an account to join the conversation.

More
11 years 9 months ago #111998 by Stefano Gargiulo
Replied by Stefano Gargiulo on topic Re: Bug: In joomla 3 Tag & Calendar
Hi Guys, the bug is still here in last Joomla 3 version.

Any of you have a workaround to share?

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #111999 by Alberto Santini
Replied by Alberto Santini on topic Re: Bug: In joomla 3 Tag & Calendar
Still there any solution.

The only way is to hide it via css adding this line

in the admin isis template.css

[code type=css
]#adminFormK2Sidebar {
display: none;
}[/code]

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #112000 by nifi
Replied by nifi on topic Re: Bug: In joomla 3 Tag & Calendar
Hi,
editing the isis template.css doesn't work for me. Does anybody have another solution?
Thank you!

Please Log in or Create an account to join the conversation.

More
11 years 7 months ago - 11 years 7 months ago #112001 by Stefano Gargiulo
Replied by Stefano Gargiulo on topic Re: Bug: In joomla 3 Tag & Calendar
SOLVED!

Here you can find a simple patch for the Joomla 3 (not K2!) bug that causes this unintentional opening of the calendar (the bug is still present in Joomla 3.1.5)

creativeprogramming.it/en/knowshare/item/48-joomla3-js-calendar-issue-unwanted-popup-enter-fixed

It was due to a wrong handling of javascript keypress events, so any time you hit enter in an inputbox the first available calendar opens.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum