Fix some minor UI issues on IE11. Fixes #4462

Includes some Jasmine test case fixes from Ganesh.
This commit is contained in:
Murtuza Zabuawala
2019-07-12 10:06:30 +01:00
committed by Dave Page
parent 1df26cb731
commit 20a5899c7d
4 changed files with 33 additions and 9 deletions
+2 -1
View File
@@ -34,4 +34,5 @@ Bug fixes
| `Issue #4429 <https://redmine.postgresql.org/issues/4429>`_ - Ensure drag/drop from the treeview works as expected on Firefox.
| `Issue #4437 <https://redmine.postgresql.org/issues/4437>`_ - Fix table icon issue when updating any existing field.
| `Issue #4442 <https://redmine.postgresql.org/issues/4442>`_ - Ensure browser should not be started by Selenium when feature tests are excluded from a test run.
| `Issue #4450 <https://redmine.postgresql.org/issues/4450>`_ - Fix reverse engineered sql for Foreign Data Wrapper created on EPAS server in redwood mode.
| `Issue #4450 <https://redmine.postgresql.org/issues/4450>`_ - Fix reverse engineered sql for Foreign Data Wrapper created on EPAS server in redwood mode.
| `Issue #4462 <https://redmine.postgresql.org/issues/4462>`_ - Fix some minor UI issues on IE11.