Skip to main content
Home Forums Silverlight Programming Report a Silverlight Bug TextBox with inline style applied stops another control to respond
1 replies. Latest Post by Cleon26 on June 26, 2009.
(0)
firedog067
Member
6 points
8 Posts
06-19-2009 4:27 AM |
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
392 points
111 Posts
06-26-2009 3:31 PM |
Can you post your code?