Project

General

Profile

Actions

Bug #74

closed

Video Source Accepts Invalid URL in Event Creation

Added by Vivek Kumar 14 days ago. Updated 12 days ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
04/07/2026
Due date:
% Done:

100%

Estimated time:
Spent time:

Description

While adding a video in the Event Description editor, the system does not enforce valid URL formats. Invalid strings are directly inserted into the tag.

Steps to Reproduce

  1. Go to Events → Create New Event
  2. Open Event Description editor
  3. Click Insert Video
  4. Enter invalid input (e.g., skdjflksjdflksdj)
  5. Click Insert Video

Actual Result
The invalid string is inserted as:

<video controls class="rounded-xl shadow-lg max-w-full h-auto my-4">
<source src="sdfdsfgdfgddg" type="video/mp4">Your browser does not support the video tag.</video>

Video does not load

Expected Result
Input should be validated before insertion
Invalid input should show error: “Please enter a valid video URL”
Only valid formats allowed: `Valid video extensions(.mp4, .mkv) or YouTube / Vimeo links.


Files

BUG AKW0029.png (344 KB) BUG AKW0029.png Vivek Kumar, 04/07/2026 07:16 AM
BUG AKW00029.png (261 KB) BUG AKW00029.png Vivek Kumar, 04/07/2026 07:16 AM
Actions

Also available in: Atom PDF