Hi,
unfortunally, the horizontal scrollbar overlaps the last data row of the single record view so that the last row is only partial visible after a refresh (F8)
Steps to reproduce:
This is reproduceable in:
PL/SQL Developer 15.0.3 (64bit)
In PL/SQL Developer 14.0.5 (64bit) this problem does not exist.
Can this be fixed?
best regards
Arne
unfortunally, the horizontal scrollbar overlaps the last data row of the single record view so that the last row is only partial visible after a refresh (F8)
Steps to reproduce:
- Select a table with many columns (eg. SELECT * FROM all_all_tables WHERE owner = 'SYS' AND table_name = 'DUAL')
-> At the bottom of the grid-window therea should now be a horizontal scrollbar. (Which is absolutlely ok)
- Switch to the Single Record View
->The horzontal scrollbar is not shown now (because it is not needed, this is ok)
- Refresh the single record view (F8 or use the refresh button of the grid view)
-> The Grid is refeshed, shows shortly the complete list and switches automaticly back to single record view
-> Now, the horizontal scrollbar stays at the bottom and overlaps the last date row (column), so that you cannot see the content, which is bad
This is reproduceable in:
PL/SQL Developer 15.0.3 (64bit)
In PL/SQL Developer 14.0.5 (64bit) this problem does not exist.
Can this be fixed?
best regards
Arne