<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="https://developers.smarttv-alliance.org/forum/feed.php?f=6&amp;t=314" />

<title>developers.smarttv-alliance.org</title>
<subtitle>Developers forum</subtitle>
<link href="https://developers.smarttv-alliance.org/forum/index.php" />
<updated>2015-04-19T19:05:20-07:00</updated>

<author><name><![CDATA[developers.smarttv-alliance.org]]></name></author>
<id>https://developers.smarttv-alliance.org/forum/feed.php?f=6&amp;t=314</id>
<entry>
<author><name><![CDATA[Support_STA]]></name></author>
<updated>2015-04-19T19:05:20-07:00</updated>
<published>2015-04-19T19:05:20-07:00</published>
<id>https://developers.smarttv-alliance.org/forum/viewtopic.php?t=314&amp;p=429#p429</id>
<link href="https://developers.smarttv-alliance.org/forum/viewtopic.php?t=314&amp;p=429#p429"/>
<title type="html"><![CDATA[Unable to delete the entered number in the input field]]></title>

<content type="html" xml:base="https://developers.smarttv-alliance.org/forum/viewtopic.php?t=314&amp;p=429#p429"><![CDATA[
Hi eR Jaro,<br /><br />Did you make something else to change the default behavior of the textbox?<br />I think that will make the on-screen keyboard goes wrong.<br /><br />Regards.<p>Statistics: Posted by <a href="https://developers.smarttv-alliance.org/forum/memberlist.php?mode=viewprofile&amp;u=2056">Support_STA</a> — Sun Apr 19, 2015 7:05 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[rjot]]></name></author>
<updated>2015-04-16T04:14:20-07:00</updated>
<published>2015-04-16T04:14:20-07:00</published>
<id>https://developers.smarttv-alliance.org/forum/viewtopic.php?t=314&amp;p=426#p426</id>
<link href="https://developers.smarttv-alliance.org/forum/viewtopic.php?t=314&amp;p=426#p426"/>
<title type="html"><![CDATA[Unable to delete the entered number in the input field]]></title>

<content type="html" xml:base="https://developers.smarttv-alliance.org/forum/viewtopic.php?t=314&amp;p=426#p426"><![CDATA[
Hi, in my app i have some inputs with number, and when user click BLUE key when input has class activeStep, then app call deleteLastChar(). In Philips devices it not work, but in STA emulator works fine, anybody knows why? I put some code bellow:<dl class="codebox"><dt>Code: </dt><dd><code>//html<br />&lt;div id=\"amountOut\" class=\"cursorHand activeStep\"&gt;<br />&lt;p id=\"amountOutText\"&gt;Amount:&lt;/p&gt;<br />&lt;input id=\"amountOutInput\" type=\"text\" size=\"15\" maxlength=\"11\" value=\"5000\" /&gt;<br />&lt;/div&gt;<br /><br />//js<br /><br />case VK_BLUE:<br /><br />if($('#calcForm .activeStep').find('input').length &gt; 0){<br />deleteLastChar();<br />}<br />break;<br />....<br /><br />function deleteLastChar() {<br />$('#amountOutInput').val($('#amountOutInput').val().slice(0,-1));<br />// etc not important<br />}</code></dd></dl><br />P.S. I don't have a real Philips device, only test in STA emulator.<p>Statistics: Posted by <a href="https://developers.smarttv-alliance.org/forum/memberlist.php?mode=viewprofile&amp;u=4653">rjot</a> — Thu Apr 16, 2015 4:14 am</p><hr />
]]></content>
</entry>
</feed>