ZIndex of IWCGJQMemoEx

CG Gurus,
The history log records the zIndex having been fixed for the IWCGJQMemoEx
(
see history log: 2.7.0.134
IWCGJQMemoEx
- Fixed: rendering of zIndex on html element
)
The behavior is indeed better and appears fixed the first time the MemoEX is rendered in a CG Dialog Box. However the immediate second attempt no longer allows the user to enter data.
I have again resorted to setting the zIndex in the OnCreate as before. So as an example, the following works
memoFieldNote.zIndex := 2000;
memoFieldNote.InnerMemo.ZIndex := memoFieldNote.zIndex;
Please fix at your earliest convenience
Regards,
Monte Carver
Note Using:
IW 14.0.52
CG 2.9.0.212
The history log records the zIndex having been fixed for the IWCGJQMemoEx
(
see history log: 2.7.0.134
IWCGJQMemoEx
- Fixed: rendering of zIndex on html element
)
The behavior is indeed better and appears fixed the first time the MemoEX is rendered in a CG Dialog Box. However the immediate second attempt no longer allows the user to enter data.
I have again resorted to setting the zIndex in the OnCreate as before. So as an example, the following works
memoFieldNote.zIndex := 2000;
memoFieldNote.InnerMemo.ZIndex := memoFieldNote.zIndex;
Please fix at your earliest convenience
Regards,
Monte Carver
Note Using:
IW 14.0.52
CG 2.9.0.212