Skip to main content

Microsoft Silverlight

Unanswered Question TextBox with inline style applied stops another control to respondRSS Feed

(0)

firedog067
firedog067

Member

Member

6 points

8 Posts

TextBox with inline style applied stops another control to respond

I have a TextBox with inline style. In style I have a Border with Opacity="0" and BorderEffect which is BlurEffect with Radius="10". It seems like when Opacity is 0 the upper area of my LayoutRoot is occupied from something invisible (the Border I think) and all controls in this area stop responding. If I set the Height and Width of this border let say Witdh="40" and Height="15" I can see when controls get MouseEnter or MouseLeave while move the mouse. If you enlarge border size you can see that other controls above styled text box will stop respond too. If I remove BordferEffect or set Opacity="1" all is fine.

Cleon26
Cleon26

Member

Member

392 points

111 Posts

Re: TextBox with inline style applied stops another control to respond

Can you post your code?

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities