Обсуждение: BUG #16524: PgAdmin for macbook users creates an overlay on the UI which disables all functionality of PgAdmin
BUG #16524: PgAdmin for macbook users creates an overlay on the UI which disables all functionality of PgAdmin
От
PG Bug reporting form
Дата:
The following bug has been logged on the website: Bug reference: 16524 Logged by: Shaun Conner Email address: sconorama@gmail.com PostgreSQL version: 11.8 Operating system: MacOS Catalina Description: Hello, For a while now, my PgAdmin on Macbook (Catalina version 10.15.5) assumes my browser (Google chrome Version 83.0.4103.116) has js disabled and thus creates an overlay which disables all functionality for PgAdmin. The workaround for this is to inspect the DOM and disable the following styles. alertify ajs-modeless ajs-movable ajs-zoom ajs-out ajs-hidden - the offending class seems to be alertify, as one removed from the DOM, you are once again allowed to select datbases, etc. a class of no-js is applied to the <html> - Javascript is not disabled on this machine. All other macbook users in my org have the same issue, however, this works properly on Windows machines. As you will imagine, this creates a very bad user experience, and without reasonable technical knowledge of front-end development, this leaves many MacOS users unable to use PgAdmin. I hope this issue will be added to your backlog and look forward to seeing a fix in the future. Kind regards, Shaun Conner