Usability issue on Mac OS X - Key based editor navigation

2019-06-18 Thread Andreas Scheucher
Hello,
I hope this is the right place for this question/request.

As I am using pgadmin on both Windows and Mac OS X systems, it's really
frustrating to always get the keyboard navigation wrong when working on a
Mac.

Contrary to normal Mac convention most of the shortcuts jump either to the
beginning or the end of the line or even opens the query history.

ShortcutExpected   Actual Behavior
ALT-LEFTJump to begin of/predecessor word  Jump to begin off line.
ALT-RIGHT   Jump to begin of/successor wordJump to end off line.

Do you see any chance to fix this?

Current version of pgadmin installed is 4.6.
Running in the unmodivied docker container.
Browser is Chrome on Windows and Mac OS X.

Thanks for your consideration.

Best regards,
Andreas Scheucher


pgAdmin4 v.4.8 Kubuntu / Chromium can't resize Properties dialog

2019-06-18 Thread richard coleman
To Whom it may concern,

Running pgAdmin4 version 4.8 on Chromium under Kubuntu.  When I open the
properties dialog for a table, it is un-resizable and the horizontal scroll
bar doesn't work.  This is particularly problematic as I can't get to all
the properties in the columns screen.

The developer's tool in Chromium shows these errors/warnings:

 3 Unchecked runtime.lastError: Could not establish connection. Receiving
end does not exist.
vendor.js:93 exported wcDocker
vendor.js:155 sprintf() will be removed in the next major release, use the
sprintf-js package instead.
n @ vendor.js:155
:34105/static/js/generated/app.bundle.js?ver=40800:18 Uncaught TypeError:
Cannot read property 'chart_obj' of undefined
at Object.
(:34105/static/js/generated/app.bundle.js?ver=40800:18)
at l (vendor.js:39)
at Object.fireWith [as resolveWith] (vendor.js:39)
at u (vendor.js:39)
at XMLHttpRequest. (vendor.js:39)
vendor.js?ver=40800:39 [Deprecation] Synchronous XMLHttpRequest on the main
thread is deprecated because of its detrimental effects to the end user's
experience. For more help, check https://xhr.spec.whatwg.org/.

Any thoughts?

Thanks,

rik.


Re: I would like the old header back

2019-06-18 Thread Ray O'Donnell

On 17/06/2019 08:34, Avin Kavish wrote:
I might me on the wrong mailing list, is this the one for the pgAdmin 
developers?


I'm not a pgAdmin developer, and perhaps someone has replied privately, 
but just in case - this list is for general queries around pgAdmin. 
There is a separate list for those who hack on pgAdmin:


  https://www.postgresql.org/list/pgadmin-hackers/

Ray.


--
Raymond O'Donnell // Galway // Ireland
r...@rodonnell.ie




Re: pgAdmin4 v.4.8 Kubuntu / Chromium can't resize Properties dialog

2019-06-18 Thread Khushboo Vashi
Hi Richard,

On Tue, Jun 18, 2019 at 9:41 PM richard coleman 
wrote:

> To Whom it may concern,
>
> Running pgAdmin4 version 4.8 on Chromium under Kubuntu.  When I open the
> properties dialog for a table, it is un-resizable and the horizontal scroll
> bar doesn't work.  This is particularly problematic as I can't get to all
> the properties in the columns screen.
>
> The table properties dialog is working fine for me on Chromium on MacOS.
All the properties of the column can be accessed by expanding the row with
the Edit icon (Left side) given for each row in the Columns Grid.

I would suggest, try a different browser as well as Chromium is not the
supported browser for pgAdmin.

You can also log this issue @
https://redmine.postgresql.org/projects/pgadmin4 if you can't resolve it.

Thanks,
Khushboo

The developer's tool in Chromium shows these errors/warnings:
>
>  3 Unchecked runtime.lastError: Could not establish connection. Receiving
> end does not exist.
> vendor.js:93 exported wcDocker
> vendor.js:155 sprintf() will be removed in the next major release, use the
> sprintf-js package instead.
> n @ vendor.js:155
> :34105/static/js/generated/app.bundle.js?ver=40800:18 Uncaught TypeError:
> Cannot read property 'chart_obj' of undefined
> at Object.
> (:34105/static/js/generated/app.bundle.js?ver=40800:18)
> at l (vendor.js:39)
> at Object.fireWith [as resolveWith] (vendor.js:39)
> at u (vendor.js:39)
> at XMLHttpRequest. (vendor.js:39)
> vendor.js?ver=40800:39 [Deprecation] Synchronous XMLHttpRequest on the
> main thread is deprecated because of its detrimental effects to the end
> user's experience. For more help, check https://xhr.spec.whatwg.org/.
>
> Any thoughts?
>
> Thanks,
>
> rik.
>
>


Re: Usability issue on Mac OS X - Key based editor navigation

2019-06-18 Thread Khushboo Vashi
Hi Andreas,

On Tue, Jun 18, 2019 at 7:20 PM Andreas Scheucher <
andreas.scheuc...@gmail.com> wrote:

> Hello,
> I hope this is the right place for this question/request.
>
> As I am using pgadmin on both Windows and Mac OS X systems, it's really
> frustrating to always get the keyboard navigation wrong when working on a
> Mac.
>
> Contrary to normal Mac convention most of the shortcuts jump either to the
> beginning or the end of the line or even opens the query history.
>
> ShortcutExpected   Actual Behavior
> ALT-LEFTJump to begin of/predecessor word  Jump to begin off line.
> ALT-RIGHT   Jump to begin of/successor wordJump to end off line.
>
> Do you see any chance to fix this?
>
> The keyboard shortcuts for the Query Tool can be customized as per the
user requirements via File > Preferences >  Query Tool > Keyboard shortcuts.
Above shortcuts are given by Codemirror and we have a slightly different
request to change the Codemirror shortcuts (Ref:
https://redmine.postgresql.org/issues/4339), so you can
add your requirements into that RM as well.

Thanks,
Khushboo

Current version of pgadmin installed is 4.6.
> Running in the unmodivied docker container.
> Browser is Chrome on Windows and Mac OS X.
>
> Thanks for your consideration.
>
> Best regards,
> Andreas Scheucher
>