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

Double tap needed if text is cleared with the cross

3 Answers 20 Views
InputPrompt
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Florent
Top achievements
Rank 1
Florent asked on 02 Oct 2013, 03:06 PM
Hello,

It seems we find a little bug. If you delete the text in the InputPrompt with backspace key then typing a new one, you can accept or cancel the input prompt with only one tap on one of the buttons.

But, if you press the right cross icon to delete the text, pressing one of the button will first leave the focus on the textbox, then a second one will close the prompt.

3 Answers, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 04 Oct 2013, 11:38 AM
Hi Florent,

Thanks for writing and for reporting this.

We will log this in our Bug tracking system and will address it in one of our upcoming releases.

I have updated your account with 1000 Telerik points for bringing our attention to this.

Regards,
Deyan
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
AstaDev
Top achievements
Rank 1
answered on 14 Aug 2014, 04:32 PM
Is there any resolution to this or a possible ETA to the fix? I've just found it now and it renders the control pretty much useless for my app. It would drive customers mad having to double tap. Can the little 'x' be turned off in any way?

regards
0
Tsvyatko
Telerik team
answered on 19 Aug 2014, 03:46 PM
Hi Asta,

We will do our best to include the fix in our next official release. Meanwhile you can to hide the clear text button using the following implicit style in the page where RadInputPrompt is used.

<Style TargetType="telerik:RadTextBox">
    <Setter Property="ClearButtonVisibility" Value="Collapsed"/>
</Style>


Regards,
Tsvyatko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
InputPrompt
Asked by
Florent
Top achievements
Rank 1
Answers by
Deyan
Telerik team
AstaDev
Top achievements
Rank 1
Tsvyatko
Telerik team
Share this question
or