Actions
SQA #4060
open[SQA] Retesting Issues from Sprint 04 Release
Description
Retested Issues¶
1. UI Flicker on Page Load
- Description: During page load, a pink background flashes momentarily before the default profile image is displayed, causing a visual flicker.
- Status: Issue remains. Requires UI optimization.
2. Redundant Navigation Options in Profile Dropdown
- Description: The "Edit Profile" and "Settings" buttons in the User Profile dropdown perform identical functions and navigate to the same URL.
- Status: Redundancy confirmed. Needs UI redesign to remove one of the options.
3. Checkmark Visible Post-Loading
- Description: On the Profile Dashboard, the checkmark remains visible even after the "Update Notifications" button has finished loading.
- Status: Issue still persists. Needs loading state optimization.
4. Layout Break with Large Input Values
- Description: Large strings in the Name and Email fields cause the layout to break and overflow.
- Status: Issue persists. CSS/HTML validation needed.
5. Missing Hover Effect on Favorites Icon
- Description: Hover effect missing on the "Favorites Icon", leading to lack of user feedback.
- Status: Feature suggestion added for UX improvement.
6. Non-Functional "Current Password" Field
- Description: The "Current Password" field allows password changes even with incorrect input.
- Status: Critical bug. Needs immediate fix for security.
7. Email Verification Flow Issue
- Description: Clicking the "Verify Email" button opens the confirmation page within the same tab during sign-up.
- Status: Needs to be redirected to a new tab/window for better UX.
8. Form Validation & Security Vulnerabilities
- Description: Form lacks validation, making it susceptible to DDoS attacks, XSS, HTML injection, and malicious PHP file uploads. Input payloads render in the email output, exposing security risks.
- Status: High-priority security issue. Requires immediate attention and validation implementation.
9. Form Data Persistence Post-Submission
- Description: The form does not clear its data after a successful submission, leading to possible duplicate submissions and a poor user experience.
- Status: Requires fix to reset form data post-submission.
Priority:
- Critical: Form validation and security vulnerabilities, Non-functional password field
- High: UI Flicker, Redundant Profile Dropdown Options
- Medium: Checkmark Post-Loading, Layout Break, Missing Hover Effect
Actions