Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/gwt/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Internet explorer GWT TextArea占位符在IE 9中不起作用_Internet Explorer_Gwt - Fatal编程技术网

Internet explorer GWT TextArea占位符在IE 9中不起作用

Internet explorer GWT TextArea占位符在IE 9中不起作用,internet-explorer,gwt,Internet Explorer,Gwt,我在GWT中有一个组件textarea。占位符的消息在Google Chrome和Firefox中有效,但我需要在IE 9中进行最终测试,该消息不起作用。还有别的办法吗 谢谢你的关注 代码: 作为参考:。Internet Explorer 9和早期版本不支持标记的占位符属性。@Baz谢谢帮助!我不知道。@Braj也谢谢你的帮助! myTextArea.getElement().setPropertyString("placeholder", "Final test in IE 9");

我在GWT中有一个组件textarea。占位符的消息在Google Chrome和Firefox中有效,但我需要在IE 9中进行最终测试,该消息不起作用。还有别的办法吗

谢谢你的关注

代码:


作为参考:。Internet Explorer 9和早期版本不支持标记的占位符属性。@Baz谢谢帮助!我不知道。@Braj也谢谢你的帮助!
myTextArea.getElement().setPropertyString("placeholder", "Final test in IE 9");