This is a migrated thread and some comments may be shown as answers.

multiline RadWatermarkTextBox

8 Answers 260 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sergey
Top achievements
Rank 1
Iron
Sergey asked on 28 Feb 2012, 05:10 PM
My RadWatermarkTextBox expected to accomodate more than one line of text, so it's height is N times of a single line height.
When user click on the first line of an empty control it accepts keyboard entry (recieves the focus/switch to edit mode...)
When user click below  (imaginable) first line of empty control - no keyboard entry is accepted.
Is it expected behavior? I am expecting confused QA/Users.

8 Answers, 1 is accepted

Sort by
0
Ivo
Telerik team
answered on 02 Mar 2012, 10:04 AM
Hello,

I tested this with this XAML code:
<telerik:RadWatermarkTextBox x:Name="RadWatermark"
                  Height="132"
                  AcceptsReturn="True"
                  WatermarkContent="Enter text here..."  />
and I could not reproduce the described behavior. You can find a video of what I tried. Did I missed something?

Regards,
Ivo
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Sergey
Top achievements
Rank 1
Iron
answered on 02 Mar 2012, 02:02 PM
Did that too. Worked fine as well.
I also did Q3 2011 on SL4 and SL5 and Q1 2012 on SL4 and SL5 - no problem on small test projects.
The only problem exist in my real project that uses MEF.
I will build the test MEF project and see if it will persists.
0
Sergey
Top achievements
Rank 1
Iron
answered on 02 Mar 2012, 03:14 PM
MEF is rouled out too.
My "big" project still has this strange issue on multiple screens though.
I'll post it here if I'll find the root.
0
Sergey
Top achievements
Rank 1
Iron
answered on 02 Mar 2012, 04:01 PM
Found it!
It is a ScrollViewer as root in my ShellView (does the same if you have it as root in the Module too).
 
I could not attach the project here (did not accept 36KB zip ??).
(Used Nick Polyack's "Prism for Silverlight/MEF in Easy Samples" as a framework)
0
Sergey
Top achievements
Rank 1
Iron
answered on 02 Mar 2012, 04:44 PM
Do not really need to mess with the MEF.
Just drop it (RadWatermarkTextBox) in the ScrollViewer.
0
Ivo
Telerik team
answered on 05 Mar 2012, 01:22 PM
Hi Sergey,

We successfully reproduced this at our side and logged it into our PITS. You can track its status here. We will do our best to fix this for one of the upcoming internal releases.

I have also updated your Telerik points.

All the best,
Ivo
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Mike
Top achievements
Rank 1
answered on 01 Nov 2013, 03:49 PM
Was this ever fixed?  I am currently having this problem and would like to know.
0
Sergey
Top achievements
Rank 1
Iron
answered on 01 Nov 2013, 04:00 PM
If you look at the previous message (from telerik) you can find a link ("here") to a status page.
So far it does not look fixed.
You can raise its priority by making a vote on that page.
Tags
General Discussions
Asked by
Sergey
Top achievements
Rank 1
Iron
Answers by
Ivo
Telerik team
Sergey
Top achievements
Rank 1
Iron
Mike
Top achievements
Rank 1
Share this question
or