qualcentric-web-solutions / jquery-watermark

Automatically exported from code.google.com/p/jquery-watermark
0 stars 0 forks source link

Doesn't work correctly with CKEditor for ASP.NET #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Create ASP.NET page and use CKEditor 
http://ckeditor.com/blog/CKEditor.NET_released

Apply watermark to the ckeditor control

What is the expected output? What do you see instead?

The watermark text appears in the textbox but is not styled and does not 
disappear when the textbox is clicked in. It also gets posted back to the 
server.

What version of the product are you using? On what operating system?
3.1.3 IE9/Win 7

Please provide any additional information below.

Original issue reported on code.google.com by Becky.An...@gmail.com on 18 Aug 2011 at 9:22

GoogleCodeExporter commented 8 years ago
JavaScript text editors like CKEditor or TinyMCE cannot be used with a jQuery 
watermark plugin, because they hijack the element.  You would have to build a 
custom CKEditor plugin for that.

Original comment by t...@speednet.biz on 20 Dec 2011 at 12:57