Hello.
Here's is the issue testcase. I have some textboxes (multiline, wrap=true) with watermark extenders attached.
then I type a short world, then space, then long word (like 'short longgggggggggggggggggggggggggggggggggggggggg' that consumes more than line so that scrollbar appears)
whenever I set focus to to another textbox, then set it back to watermarked textbox, the last gets widening spontaneously making all the page looking ugly.
The issue occurs in IE only, Firefox performs the same OK.
Not-watermarked textboxes and watermarked but disabled ones (property "enabled=false") also behaves OK.
Google keeps silence about this issue, I haven't found even vague tips. Obviously something wrong with AJAX javascript, but how to fix it? Are there solutions but getting rid of watermarks?
Does anybody know?
thanks.