Update wcDocker to allow the browser's context menu to be used except in tab strips and panel headers. Fixes #4229

Update wcDocker to prevent window state loading creating blank dialogues. Fixes #4489
This commit is contained in:
Aditya Toshniwal
2019-08-01 15:36:40 +01:00
committed by Dave Page
parent 97e39699ea
commit aab5fadc01
3 changed files with 5 additions and 3 deletions

View File

@@ -21,7 +21,9 @@ Bug fixes
*********
| `Issue #4179 <https://redmine.postgresql.org/issues/4179>`_ - Fix generation of reverse engineered SQL for tables with Greenplum 5.x.
| `Issue #4229 <https://redmine.postgresql.org/issues/4229>`_ - Update wcDocker to allow the browser's context menu to be used except in tab strips and panel headers.
| `Issue #4401 <https://redmine.postgresql.org/issues/4401>`_ - Ensure type names are properly encoded in the results grid.
| `Issue #4489 <https://redmine.postgresql.org/issues/4489>`_ - Update wcDocker to prevent window state loading creating blank dialogues.
| `Issue #4490 <https://redmine.postgresql.org/issues/4490>`_ - Fix accessibility issue for checkbox in IE11.
| `Issue #4492 <https://redmine.postgresql.org/issues/4492>`_ - Ensure the Query Tool doesn't throw an error when viewing the contents of a table with no columns.
| `Issue #4496 <https://redmine.postgresql.org/issues/4496>`_ - Ensure columns can be created when they are IDENTITY fields with the CYCLE option enabled.