I'm up against a tight deadline and completely stuck. Can anyone help?
I have a textbox (txtmanufact) on a page (page1) that I cannot seem to get focus on when running. The control is enabled and shows the tooltip when you mouse over it, but when you try to put the cursor in the textbox the page.click() fires instead. I've turned event tracking on and Mouseenter and Mousemove events fire for the control, but that's all.
The code is complex and legacy, so I've been searching to try to find something that could cause this behaviour - any ideas please?
A sample of the event logging is:
41159.781, claim.pageframe1.page1.txtmanufact.MouseMove(0, 0, 561, 197)
41159.781, claim.pageframe1.page1.MouseMove(0, 0, 561, 197)
41159.781, claim.pageframe1.page1.MouseUp(1, 0, 561, 197)
41159.781, claim.pageframe1.page1.Click()
41159.812, claim.pageframe1.page1.txtmanufact.MouseMove(0, 0, 561, 197)
41159.812, claim.pageframe1.page1.MouseMove(0, 0, 561, 197)
41159.812, claim.Paint()
41162.031, claim.pageframe1.page1.MouseDown(1, 0, 561, 197)
41162.203, claim.pageframe1.page1.MouseUp(1, 0, 561, 197)
41162.203, claim.pageframe1.page1.Click()
I have a textbox (txtmanufact) on a page (page1) that I cannot seem to get focus on when running. The control is enabled and shows the tooltip when you mouse over it, but when you try to put the cursor in the textbox the page.click() fires instead. I've turned event tracking on and Mouseenter and Mousemove events fire for the control, but that's all.
The code is complex and legacy, so I've been searching to try to find something that could cause this behaviour - any ideas please?
A sample of the event logging is:
41159.781, claim.pageframe1.page1.txtmanufact.MouseMove(0, 0, 561, 197)
41159.781, claim.pageframe1.page1.MouseMove(0, 0, 561, 197)
41159.781, claim.pageframe1.page1.MouseUp(1, 0, 561, 197)
41159.781, claim.pageframe1.page1.Click()
41159.812, claim.pageframe1.page1.txtmanufact.MouseMove(0, 0, 561, 197)
41159.812, claim.pageframe1.page1.MouseMove(0, 0, 561, 197)
41159.812, claim.Paint()
41162.031, claim.pageframe1.page1.MouseDown(1, 0, 561, 197)
41162.203, claim.pageframe1.page1.MouseUp(1, 0, 561, 197)
41162.203, claim.pageframe1.page1.Click()