Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit Bug in TextBox control?
7 replies. Latest Post by Muhammad Azhar on September 28, 2008.
(0)
coughlinj
Member
334 points
114 Posts
05-09-2008 8:47 PM |
This is an irritation bug only but I wanted to make sure its being looked at.
Set the AcceptReturn property to True in the TextBox control and the VerticalAlignment property to Top.
The text box should expand vertically as neccessary. Pressing <ENTER> will not expand it until a new character is typed. The blank line should be included in the calculation for the control's hieght.
Here's the XAML no code behind is required.
<UserControl x:Class="SilverlightBugs.Page" xmlns="http://schemas.microsoft.com/client/2007" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="400" Height="300"> <Grid x:Name="LayoutRoot" Background="White"> <TextBox AcceptsReturn="True" VerticalAlignment="Top" /> </Grid></UserControl>
Allen Ch...
Star
13858 points
1,801 Posts
05-12-2008 2:31 AM |
Hi:
This bug has been fixed in latest bits.
Thanks for your reporting.
Rui-Marinho
146 points
89 Posts
05-13-2008 12:00 PM |
i think tehre is another bug, dosen't work in the fullscreenmode
Muhammad...
6 points
3 Posts
05-23-2008 10:04 AM |
TextBox dosen't work in the fullscreenmode .please tell me when will this bug fix.
there is another bug.TextBox dosen't work in the fullscreenmode .please tell me when will this bug fix.
05-26-2008 10:46 AM |
well no one answer's??
can someone confirm me if is a bug or not, and if it will be solve in the RTM version, is a very important to my decision to user silverlight for our company project.
Thanks
Rui
nmpgaspar
174 points
109 Posts
05-26-2008 5:15 PM |
Rui, from what i've read from some blog - don't recall which - it's not a bug.
It's intended to be this way due to security reasons.
Imagine having a Silverlight app replicating a bank or whatever site, fooling people to insert their password. In full screen that can be easily archived.
Not sure if it's really that, but it sures makes sense.
Hope someone can confirm it :)
09-28-2008 8:33 AM |
i dont think so....