Dynamic Content with Broken Links
Loading…
Broken Links Section
Below are intentionally broken links to simulate different HTTP error codes:
To-Do List Application
To-Do List
Known Defects
- Empty Task Addition: The application allows adding empty tasks.
- Duplicate Tasks: The application allows adding the same task multiple times.
- Missing Input Focus: After adding a task, the input is not automatically focused for adding new tasks.
- No Task Removal: The application does not provide a way to remove tasks once they are added.
- Incomplete Task Marking: Toggling task completion may fail to update the DOM correctly.
- Character Limit: The application does not enforce or incorrectly handles the character limit for task input.
- Task Sorting: Sorting functionality may not sort tasks correctly or consistently.
- Task Search: Search functionality may incorrectly handle case sensitivity or partial matches.
- Bulk Operations: Bulk actions for marking tasks as complete may fail or only partially complete the action.
Comments are closed.