We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Original post: Ctrl+selection in Firefox doesn't work (in Chrome everything is all right) comfyanonymous/ComfyUI#6252
Original post:
if I hold Ctrl and if I press left mouse button and move it - I want to see the white rectangle which shows me WHAT I am selecting
The white rectangle is not drawn in Firefox.
Just use the firefox
[START] Security scan [DONE] Security scan ## ComfyUI-Manager: installing dependencies. (GitPython) ## ComfyUI-Manager: installing dependencies done. ** ComfyUI startup time: 2024-12-29 00:53:44.655551 ** Platform: Linux ** Python version: 3.12.8 | packaged by Anaconda, Inc. | (main, Dec 11 2024, 16:31:09) [GCC 11.2.0] ** Python executable: /opt/anaconda3/envs/comfyui/bin/python ** ComfyUI Path: /home/ihor/ai/ComfyUI ** Log path: /home/ihor/ai/ComfyUI/comfyui.log Prestartup times for custom nodes: 14.2 seconds: /home/ihor/ai/ComfyUI/custom_nodes/ComfyUI-Manager Total VRAM 24105 MB, total RAM 257806 MB pytorch version: 2.5.1+cu124 Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync Using pytorch attention [Prompt Server] web root: /home/ihor/ai/ComfyUI/web ### Loading: ComfyUI-Manager (V2.55.5) ### ComfyUI Revision: 2980 [ee9547ba] *DETACHED | Released on '2024-12-26' Import times for custom nodes: 0.0 seconds: /home/ihor/ai/ComfyUI/custom_nodes/websocket_image_save.py 0.1 seconds: /home/ihor/ai/ComfyUI/custom_nodes/ComfyUI-Manager Starting server To see the GUI go to: http://127.0.0.1:8188 [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json FETCH DATA from: /home/ihor/ai/ComfyUI/custom_nodes/ComfyUI-Manager/extension-node-map.json [DONE] FETCH DATA from: /home/ihor/ai/ComfyUI/custom_nodes/ComfyUI-Manager/extension-node-map.json [DONE]
The text was updated successfully, but these errors were encountered:
#368 is the culprit. The pointer object seems to return 0 for the x and y offsets.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Expected Behavior
if I hold Ctrl and if I press left mouse button and move it - I want to see the white rectangle which shows me WHAT I am selecting
Actual Behavior
The white rectangle is not drawn in Firefox.
Steps to Reproduce
Just use the firefox
Debug Logs
The text was updated successfully, but these errors were encountered: