aglinxinyuan opened a new issue, #7439:
URL: https://github.com/apache/texera/issues/7439

   ### Task Summary
   
   `ErrorFrameComponent`'s spec builds the category map and never renders it, 
so everything the template decides is unpinned.
   
   The part with real teeth is the jump-to-operator shortcut, guarded by two 
conditions:
   
   ```html
   *ngIf="error.operatorId !== 'unknown operator' && operatorId !== 
error.operatorId"
   ```
   
   It is withheld for the `unknown operator` sentinel the backend sends for 
errors belonging to no operator — offering it would navigate the canvas to 
nothing — and for the operator already being shown, where it would be a no-op. 
Its click also calls `$event.stopPropagation()`: the icon sits in the collapse 
header, and without it the panel toggles underneath the user on the way to 
another operator.
   
   Also unpinned: the all-operators banner appearing only for an unscoped 
frame, the empty state appearing only when there is nothing to report, the 
grouping into category headings, and the error message heading the panel with 
its details in the body.
   
   ### Task Type
   
   - [ ] Refactor / Cleanup
   - [ ] DevOps / Deployment / CI
   - [x] Testing / QA
   - [ ] Documentation
   - [ ] Performance
   - [ ] Other
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to