# linux QA Video Report

- Generated at: 2026-04-12T13:53:07.815Z
- Model: `gemini-3-flash-preview`
- Target: https://github.com/Comfy-Org/ComfyUI_frontend/issues/10708
- Source video: `./qa-artifacts/qa-report-Linux-24307544851/qa-session.mp4`
- Video size: 615.5 KB

## AI Review
## Summary
The video confirms a portion of Issue #10708 regarding multiline text area inconsistencies. Specifically, it demonstrates that right-clicking inside a multiline text widget (on a CLIP Text Encode node within a subgraph) triggers the native browser context menu instead of the ComfyUI context menu. This behavior prevents users from accessing the "Promote Widget" option, which is essential for exposing internal node widgets to the parent subgraph.

## Confirmed Issues

### Browser context menu overrides ComfyUI menu on multiline textareas
`HIGH` `00:16` `Confidence: High`
Right-clicking on a multiline text input field brings up the native browser context menu (containing options like Undo, Redo, Cut, Copy, Paste) instead of the ComfyUI context menu. In subgraphs, this is the primary method for promoting a widget to an input. Since the ComfyUI menu does not appear, the "Promote Widget" option is inaccessible for these field types.

**Evidence:** At 00:16, the user right-clicks the "text" input field of the CLIP Text Encode node. A standard Chromium-style browser context menu appears, blocking access to ComfyUI-specific node actions.

**Suggested Fix:** Ensure that the right-click event on textarea elements is captured to prevent the default browser menu and instead display the ComfyUI node context menu, or implement the double-right-click pattern mentioned in related PRs consistently across all multiline widgets.

---

## Possible Issues (Needs Human Verification)
The video does not demonstrate the second part of the reported bug: "When the node is minimized inside a subgraph, the promoted value (text box) on the face of the subgraph disappears." The recording ends before the user attempts to minimize the node or exit the subgraph.

## Overall Risk
**Medium.** While the application remains functional, this bug significantly hinders the usability of subgraphs by making it impossible to promote multiline text widgets through standard UI interactions. Users are forced to use the "noodle link" workaround described in the issue.

## Narration
The video contains a TTS narration audio track:
"Inside the subgraph, there is a CLIP Text Encode node with a multiline text field. To promote this text widget, we click the textarea to focus it — then right-click to get the context menu. Bug confirmed: the ComfyUI context menu with Promote Widget did NOT appear. The native browser menu appeared instead, blocking the promotion option entirely."

## Verdict
{"verdict": "REPRODUCED", "risk": "medium", "confidence": "high", "narrationDetected": true}
