[2017.1] InputField selection render order

The selection(in red-pink) of the InputField is behind an image, the caret also, the text not. Why is that?
In the hierarchy the Image is before the InputField and a s expected the text is rendered in front of the image…

3161784--240578--inputfield.PNG

[SOLVED] I had to set the “Text Input Caret” Object that gets created at start as last sibling in my hierarchy. I don’t even know why it gets set as first sibling because that seems unlogical to me…

3161784--240575--upload_2017-7-27_16-53-55.png
3161784--240576--upload_2017-7-27_16-54-58.png

I want to konw it too!