cefsharp / CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
http://cefsharp.github.io/
Other
9.89k stars 2.92k forks source link

Textarea Placeholder Ghosting #846

Closed pipiscrew closed 9 years ago

pipiscrew commented 9 years ago

snap508

for test navigate to http://jsfiddle.net/DTcHh/4815/

FYI the debug.log : [0225/165526:ERROR:renderer_main.cc(207)] Running without renderer sandbox [0225/165618:WARNING:message_in_transit_queue.cc(18)] Destroying nonempty message queue

amaitland commented 9 years ago

You should also include WinForms, WPF or OffScreen. Potentially architecture as well though potentially not relevant in this case.

Issue should be completely self contained. See https://github.com/cefsharp/CefSharp/blob/master/CONTRIBUTING.md#what-should-i-include-when-creating-an-issue there's a Report bug template link that's a handy place to start.

amaitland commented 9 years ago

Also are you using a High DPI display?

pipiscrew commented 9 years ago

I cant find dpi setting on Graphics as is on windowsXP, for windows 7 - http://www.sevenforums.com/tutorials/443-dpi-display-size-settings-change.html for windows 8 - http://nvidia.custhelp.com/app/answers/detail/a_id/3153/~/adjusting-windows-8-display-size%2Fscaling-for-high-dpi%2Fppi-monitors

my machine specs : Dell P2314H (VGA)

snap513

amaitland commented 9 years ago

-pre03 is out, has a slightly newer version of CEF

amaitland commented 9 years ago

Are you using WinForms or WPF?

pipiscrew commented 9 years ago

winforms, didnt happen to your app?

amaitland commented 9 years ago

Looks like an upstream issue

See https://code.google.com/p/chromiumembedded/issues/detail?id=1563&start=200

amaitland commented 9 years ago

Update bitbucket link https://bitbucket.org/chromiumembedded/cef/issues/1563

amaitland commented 9 years ago

Tested with http://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_textarea_placeholder

Problem persists in 43, resolved in 45