Page 1 of 1

ZIndex of IWCGJQMemoEx

PostPosted: 01 Mar 2016 17:51
by MCarver
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

Re: ZIndex of IWCGJQMemoEx

PostPosted: 01 Mar 2016 18:08
by Alexander Bulei
Hi MCarver,

Do you have the memoex in modal dialog?

Best Regards.

Re: ZIndex of IWCGJQMemoEx

PostPosted: 01 Mar 2016 18:55
by MCarver
Yes.. I almost always use the DialogEx is the modal form.

Re: ZIndex of IWCGJQMemoEx

PostPosted: 01 Mar 2016 19:00
by Alexander Bulei
Hi MCarver,
It's a default behavior of jquery ui dialog.
Please read more here: viewtopic.php?f=62&t=2694&p=13563#p13562

You can avoid it with UseMaxZ property.

Best Regards.