I have created an input according to the code below.
<div>
<form id="me" runat="server">
<input id="stuff" type="text" placeholder="Type here" runat="server" />
</form>
</div>
As expected, when i start typing, the placeholder text disappears. That works as supposed to in the Burning Cat browser but not in the Shiny Metal browser. What causes it (styles, server tag, other stuff…)? What can be done about it?
Firefox and chrome(and safari) act different on HTML5 placeholders. If you want chrome to disappear the placeholders on focus, you can use following script: