You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating an event in the calendar page which starts with either ":(" or ":)", the UI will automatically remove the aforementioned prefix.
When the title is ":)", the event will not be created but a green 'Done' notification is displayed, implying a successful operation. When the title is ":(" the event is created with an empty display title;
If the title contains more characters (eg. ":(())"), then the title displayed in the calendar will not contain the prefix ("())"). This happens while at the same time the event view page still shows the original title;
When manually creating an event with the name ":(" the displayed title is "WebHome";
When creating two events with the same name (with the prefix, eg. ":(())"), the message "An event with this name already exists." is shown. This is in contrast to regular events with duplicate names, which are not normally forbidden (I was able to create multiple events with the same name ("123") and no issue/error);
The issue might be due to not escaping or parsing the title text as wikitext or velocity (the title is replaced when it is a variable name such as "$doc").
If this is intended behavior then maybe add a notification that the title is parsed and will not be displayed as-is in the calendar.
The text was updated successfully, but these errors were encountered:
When creating an event in the calendar page which starts with either ":(" or ":)", the UI will automatically remove the aforementioned prefix.
The issue might be due to not escaping or parsing the title text as wikitext or velocity (the title is replaced when it is a variable name such as "$doc").
If this is intended behavior then maybe add a notification that the title is parsed and will not be displayed as-is in the calendar.
The text was updated successfully, but these errors were encountered: