Actually, I think I figured out whats up. It's happening to any event that I use "quotes" in the title.
As soon as I remove the "quotes", the fields all seem to reappear.
if (typeof itemval !== 'object') {
itemval = JSON.parse('["' + itemval + '"]');
}
if (typeof itemval == 'string') {
itemval = [ itemval ];
}
else if (typeof itemval !== 'object') {
itemval = JSON.parse('["' + itemval + '"]');
}
I have what appears to be a similar problem but nothing to do with quotes. The problem is slightly different on the front end vs the backend and is primarily seen when creating a new event. On both, under the COMMON tab only the "Title" field is visible until at least one character is typed. Then the next field appears. As fields are populated subsequent fields appear.
Q. Is this intended behaviour?
The problem on the front end new event creation is the display, once a single character is typed in the "Title" field and the next field box appears is appears to have no width. If selected a single vertical line appears projecting down a number of lines but nothing can be entered.
Please let me know if I should continue this thread or open a new one.
Joomla 3.9.21, JEvents v3.6.5 Stable. The problem appeared just after upgrade to v3.6.5
#gslc.gsl-scope .gsl-content ul.gsl-tab {
list-style: none;
}
#gslc.gsl-scope .gsl-content ul.gsl-switcher {
list-style: none;
}
#gslc.gsl-scope .chzn-container-single .chzn-single > div {
display: none;
}
#gslc.gsl-scope .gsl-content ul.gsl-switcher .chzn-container {
min-width: 200px;
}