Gui buttons pressed between scenes

I have a home button that opens another scene. If I touch the home button and then quickly press a spot where there will a gui button in the next scene then the gui button in the next scene gets pressed.

In my case, the next scene has an exit application button in the same location as the home button. Pressing home twice results in exiting the application because the second touch presses the exit button in the next scene. I have another button I was also able to press in the next scene from an empty spot in the current scene.

Mouse clicks do not have this problem, only touches on my Android device.

I seems to me that touches should not be carried between scenes. Pressing gui buttons before the exist seems wrong.

Can anyone suggest a workaround. Should I log a bug?

I worked around the problem by delaying the GUI button display until 10 frames have happened.

I also logged a bug. A touch on one scene should not show up in the next scene. In very least there should a method to clear touches that could be called in Start.