Set proper focus on tab navigation for file manager dialog. Fixes #5107.

Initial patch sent by Ganesh Jaybhay
This commit is contained in:
Murtuza Zabuawala
2020-01-31 11:43:30 +05:30
committed by Akshay Joshi
parent 75a3e92098
commit 989aa462f7
7 changed files with 109 additions and 31 deletions

View File

@@ -35,4 +35,5 @@ Bug fixes
| `Issue #5065 <https://redmine.postgresql.org/issues/5065>`_ - Updated the incorrect icon used for the cast node on refresh.
| `Issue #5066 <https://redmine.postgresql.org/issues/5066>`_ - Fix an issue where refreshing a package results in the change in the object completely.
| `Issue #5074 <https://redmine.postgresql.org/issues/5074>`_ - Fix an issue where select, insert and update scripts on tables throwing an error.
| `Issue #5076 <https://redmine.postgresql.org/issues/5076>`_ - Ensure Postfix starts in the container, now it runs as non-root by default.
| `Issue #5076 <https://redmine.postgresql.org/issues/5076>`_ - Ensure Postfix starts in the container, now it runs as non-root by default.
| `Issue #5107 <https://redmine.postgresql.org/issues/5107>`_ - Set proper focus on tab navigation for file manager dialog.