Skip to content
New issue

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

Query tools are not loaded with Firefox 134.0.1 #8372

Closed
cfrancois7 opened this issue Jan 18, 2025 · 3 comments
Closed

Query tools are not loaded with Firefox 134.0.1 #8372

cfrancois7 opened this issue Jan 18, 2025 · 3 comments
Assignees
Labels

Comments

@cfrancois7
Copy link

cfrancois7 commented Jan 18, 2025

Query tools are not loaded with Firefox

The query tools are loaded with Edge and Chrome but not with firefox 134.0.1.
pgAdmin4 is launched with docker.

To Reproduce

  • run the containers, docker-compose.yml
version: '3.8'

services:
  postgres:
    image: postgres:17
    container_name: postgres
    environment:
      POSTGRES_USER: admin
      POSTGRES_PASSWORD: admin
      POSTGRES_DB: mydatabase
    volumes:
      - ./postgres_db:/var/lib/postgresql/data
    ports:
      - "5432:5432"

  pgadmin:
    image: dpage/pgadmin4:latest
    container_name: pgadmin
    environment:
      PGADMIN_DEFAULT_EMAIL: admin@example.com
      PGADMIN_DEFAULT_PASSWORD: admin
    ports:
      - "8080:80"
    depends_on:
      - postgres

volumes:
  postgres_db:
    driver: local
  • go to localhost:8080
  • add your server (address is postgres and not localhost as it is in docker bridge network)
  • try to load the query editors.

Expected behavior

The query editor opens when I click on Query editor.

Error message

No error is raised.
But I got two warnings from the firefox console (sorry it is french):

Propriété « -moz-border-radius » inconnue.  Déclaration abandonnée. [codemirror.css:244:22](chrome://devtools/content/shared/sourceeditor/codemirror/lib/codemirror.css)
Error while destroying front: objects-manager Error: Can't find the actor ID for objects-manager from root or target actor's form.
    getFront resource://devtools/shared/protocol/types.js:551
    getFront resource://devtools/client/fronts/targets/target-mixin.js:251
    releaseObjects resource://devtools/shared/commands/object/object-command.js:45
[target-mixin.js:458:19](resource://devtools/client/fronts/targets/target-mixin.js)

Screenshots
Left: Firefox, Right: Chrome (works with Edge too)

Image

Desktop:

  • OS: Windows 10-WSL
  • Mode: Server
  • Browser: Firefox: 134.0.1
  • Package type: Container
@cfrancois7 cfrancois7 added the Bug label Jan 18, 2025
@cfrancois7 cfrancois7 changed the title Query tools are not loaded with Firefox Query tools are not loaded with Firefox 134.0.1 Jan 18, 2025
@pravesh-sharma
Copy link
Contributor

Hi @cfrancois7,

I tried with Firefox 134.0.1, and I can open the query tool and run queries. I am using pgAdmin 8.14. Can you please let me know what version you are on?

@adityatoshniwal
Copy link
Contributor

No response from user, closing.

@adityatoshniwal adityatoshniwal closed this as not planned Won't fix, can't repro, duplicate, stale Feb 7, 2025
@cfrancois7
Copy link
Author

The version I used was :

Version 8.14
Application Mode Server
Commit: 9e58717321a434519875773707df78c020bcde40 2024-12-09
Browser Firefox 134.0
Operating System Alpine Linux v3.21, Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with
pgAdmin Database File /var/lib/pgadmin/pgadmin4.db
Log File /dev/null

I have still the issue and I do not know where to look to get the proper log that could explain the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants