[Bug]: Whole page freeze after closing "create new face" dialog which open from in tooltip #20711
-
Checklist
Describe the problem you are havingIssue descriptionWhole page freeze after closing "create new face" dialog which open from in tooltip menu Issue causeThe html body's style is set to Possible solutions
Steps to reproduce
Version0.16.2 In which browser(s) are you experiencing the issue with?Chrome, FireFox Frigate config file# ui issue, unrelated to frigate configurationdocker-compose file or Docker CLI command# ui issue, unrelated to frigate configurationRelevant Frigate log output# ui issue, unrelated to frigate logRelevant go2rtc log output# ui issue, unrelated to frigate logOperating systemOther Linux Install methodDocker Compose Network connectionWireless Camera make and modelui issue, unrelated to model Screenshots of the Frigate UI's System metrics pagesui issue, unrelated to frigate configuration Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
This is a UI bug in Frigate 0.16.2 where the page becomes unresponsive after closing the "Create New Face" dialog that opens from the tooltip menu in the face library.(1) The issue occurs because the dismissable layer logic sets Your proposed solutions are on the right track:
This is a known issue that affects the face library feature in version 0.16.2. Similar UI freeze issues have been reported when interacting with dialogs in full-screen mode.(2) The root cause is the interaction between the tooltip component and the dialog's dismissable layer implementation. For a permanent fix, this would need to be addressed in the Frigate codebase to ensure proper cleanup of the pointer-events style when dialogs are dismissed. 📚 Sources:
Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.



I can confirm this is no longer reproducible with the face/classification refactor in the next version of Frigate.