# linux QA Video Report

- Generated at: 2026-04-02T04:23:07.016Z
- Model: `gemini-3-flash-preview`
- Target: https://github.com/Comfy-Org/ComfyUI_frontend/issues/10288
- Source video: `./qa-artifacts/qa-report-Linux-23882940794/qa-session.mp4`
- Video size: 375.5 KB

## AI Review
## Phase 1: Blind Observation (describe what you SEE)
- **00:00 - 00:01**: The screen is entirely white.
- **00:01 - 00:02**: A faint white-on-white "Comfy" logo appears in the center.
- **00:02 - 00:03**: A black, liquid-like wavy animation representing "ComfyUI" text appears abruptly in the center of the white screen.
- **00:03 - 00:04**: The UI transitions to a dark-themed canvas with nodes (Dark Mode).
- **00:05**: The user moves the cursor to the left sidebar and clicks the **Settings** (gear) icon.
- **00:05**: A "Settings" modal opens. It contains a left navigation pane and a right content pane.
- **00:06**: In the "Comfy" section of settings, several rows are visible (Nodes 2.0, API Nodes, etc.). Labels are aligned to the extreme left, while toggles and input boxes are aligned to the extreme right. There is a large empty space between the label text and the interactive control. A very thin, dark gray scrollbar is visible on the right edge of the content pane.
- **00:07**: The user clicks on **Appearance** in the settings sidebar.
- **00:07 - 00:08**: The user types "animation" into the "Search settings..." box.
- **00:08**: The results show "Appearance > General" with a "Disable animations" toggle. The toggle is currently off.

## Phase 2: Compare against expected behavior
The video confirms several points of the accessibility regression reported in **Issue #10288**:

1.  **Startup splash/animation flash**: The video shows a high-contrast transition at **00:02** where a dark, moving animation appears suddenly on a stark white background. Although the final state in the video is Dark Mode (not the Light Mode mentioned by the reporter), the presence of a high-motion splash screen is confirmed.
2.  **Settings panel readability**: At **00:06**, the visual detachment of controls is clearly visible. For "Edit Token Weight", the label is on the far left and the numeric input is on the far right, separated by several inches of empty space, making it difficult to track which control belongs to which row.
3.  **Thin, low-contrast scrollbars**: At **00:06**, the scrollbar in the settings modal is extremely thin and has low contrast against the dark background, making it difficult to locate.
4.  **Extra UI animations**: The startup animation is confirmed. The user is seen searching for a "Disable animations" toggle at **00:08**, confirming that while a setting exists, the startup animation may have bypassed it or is not yet disabled for this user.

## Summary
The video reproduces several accessibility regressions reported in Issue #10288. Specifically, it confirms the high-motion startup splash animation, the detached layout of the settings panel, and the low-contrast, thin scrollbars.

## Confirmed Issues

### Startup Splash Animation High Contrast/Motion
`HIGH` `00:02` `Confidence: High`
The startup animation features a black liquid/wave effect that appears suddenly over a white background. This matches the reporter's description of a "startup flash + motion" that could be photosensitive-triggering.
**Evidence:** At 00:02, the "ComfyUI" text animates with a wavy distortion effect in high-contrast black on white.
**Suggested Fix:** Provide a way to completely bypass the splash screen or ensure it respects `prefers-reduced-motion` and matches the user's theme earlier in the load process.

### Settings Panel Visual Detachment
`MEDIUM` `00:06` `Confidence: High`
Labels and controls in the settings modal are pushed to opposite horizontal ends of the container. This creates a "scanning" burden for users, as reported.
**Evidence:** At 00:06, the "Edit Token Weight" label is on the far left of the modal, while the input field is on the far right, with no visual horizontal guides.
**Suggested Fix:** Reduce the maximum width of the settings content or add subtle row highlights/zebra-striping to guide the eye from label to control.

### Low-Contrast Thin Scrollbars
`MEDIUM` `00:06` `Confidence: High`
The scrollbars are extremely narrow and use a color that barely stands out from the container background.
**Evidence:** A very thin gray line is barely visible on the right side of the Settings content pane at 00:06.
**Suggested Fix:** Increase the width of the scrollbar and improve the contrast ratio of the scrollbar thumb against the track.

## Possible Issues (Needs Human Verification)
- **Text Size Consistency**: Some text in the settings panel (labels vs descriptions) appears to have inconsistent sizing, but without a side-by-side comparison with v0.16.4, it is difficult to quantify as a regression.

## Overall Risk
The reported issues represent significant accessibility barriers for users with visual impairments or photosensitivity. The startup flash is a high-severity risk for photosensitive users.

## Verdict
REPRODUCED

{"verdict": "REPRODUCED", "risk": "high", "confidence": "high"}
