Collections missing first character

TOAD 14.1.120.923 (32 Bit),
Oracle Client 12.1.0.1
All Oracle Versions

If I view a collection's content in the grid, the first character is missing

create or replace type ty_strings as table of varchar2(4000 byte);
/

select ty_strings('one','two','three') test
from dual
;

TOAD is showing

TEST
-------
(DATASET)

Double clicking (DATASET)

ELEMENT
-------
ne
wo
hree

Hi Paul,

Thanks. This will be fixed in 15.0 (but it's not yet in the current beta). Unrelated, the 12.1.0.1 client problem is not solved yet.

Edit: Known issue, waiting on fix from 3rd party vendor. Sorry. :frowning:

-John