Page 1 of 1

Render bug with higher ZIndex ?

PostPosted: 22 Feb 2018 16:22
by c.schwoerer
Hi,
I geuss I found a bug.
Effect: The Datetimepicker and the Datepicker doesnt pop on click, if the parent region have a high Zindex!

(The Timepicker pop's up normal)

How can you check this?
Create a new form
drop a region
drop a datetimerpicker on the region
change the Zindez of the region to 10
Execute and see what happens...

Re: Render bug with higher ZIndex ?

PostPosted: 22 Feb 2018 16:36
by Jorge Sousa
Hi there

This is not a bug, this is what HTML is:

https://www.w3schools.com/cssref/pr_pos_z-index.asp

Re: Render bug with higher ZIndex ?

PostPosted: 23 Feb 2018 10:00
by Alexander Bulei
Hi c.schwoerer,

Create a new form
drop a region
drop a datetimerpicker on the region
change the Zindez of the region to 10


You must read about the z-index, and how that property works in IW. You need to define the higher z-index for control, then parent.

Best Regards.