WebView weird display problem (of colored rectangles) - Debug Mode

Hello

I had a problem with a JavaFX Webview.

Everything loads fine, but each element in the DOM of the page (including the body) is overlaid with a rectangle of color random when hovered.

After a few seconds the entire page is makes it unreadable and only a weird mix of colors.

It works without problem in the whole of JavaFX example, so I think that it is not a problem of javafx, but I am doing something wrong somewhere else in my application.

The initialization code is the same as in the example:

webview = new WebView();
previewStage.getChildren().add(webview);

final WebEngine webEngine = webview.getEngine();
webEngine.load("http://www.google.de");

Thought it might be a problem of style sheet, but I removed all the style sheets and it looks always the same.

I have attached some pictures of what it looks like.

http://www.tinyuploads.com/images/31lf1b.PNG

http://www.tinyuploads.com/images/UxK8wZ.PNG

I appreciate all help.

Thank you!

It is https://javafx-jira.kenai.com/browse/RT-23846. Please make sure that you do not enable fine for the com.sun.javafx.webkit.prism.WCGraphicsPrismContext class.

Tags: Java

Similar Questions

  • Satellite M115-S1061 - display problem - bad colors

    According to my daughter, his portable Satellite under XP - SP2 suddenly went dim. At first I thought that it would be the backlight inverter, so I got a replacement, but to change that did not make any improvement.

    Experiment with display settings it became apparent that a lot of the display of colors were not what they should have been and I started thinking about something had happened to the LCD screen or its wire causing the loss of one of the primary colors for example: Blue however, after restart I have observed a lot of blue in the diplay up to what fully loaded XP.

    Display themes and by setting to try to get a useable simple, it became more and more obvious that there is some type of ongoing video inversion.

    That said, I can't find any setting that could cause this or any similar report of this disease. I scanned for any viruses and returned only several points without results or imprivement of restoration.

    The driver has not been updated, so it there is no possibility of returning to a previous iteration and are looking for a update indicates the current dirver is the last.

    In addition, as indicated, during the first boot, the screen seems to be relatively normal brightness and colors are properly...
    It is not until the Office XP launch things go astray.

    Any help would be greatly appreciated that the school is in session, and I be get this resolved and getting a new laptop!

    TIA,
    Bob

    Hello

    > Also, as indicated, during the first boot, the screen seems to be relatively normal brightness and colors are properly... It is not until the Office XP launch things go astray.
    From your description, I think that this could be a graphics card problem.

    I would really recommend connecting an external monitor, second to this laptop to check if the same wrong colors would be visible on the external monitor.

    If the same bad colors will appear simultaneously on the second monitor then the question could be really related to a bad GPU chip

    In this case a replacement (motherboard) would be necessary

    Bye & welcome

  • Display problems of color in some parts of the images

    Hello

    I use Lightroom (Current Version 6.5.1) for awhile now, but a few days ago from the colors in my photos started to get weird in some areas of the image. This effect doesn't ' affect all of them. Some are OK.  I tried closing using the graphics processor and restart, but that did not help. Last software update have also an effect.

    Here is an example:

    Anyone have any idea how to solve this problem?

    Thank you!

    DC

    Your photo has been damaged due to a hardware malfunction. It could be the card of the camera, card reader/cable USB/USB port, hard drive or memory.

    You will need to run some diagnostic tests to determine the bad component. Try to import photos for different material aid. If possible, bring on a completely different computer.

  • Premiere Pro CC 2015 program and preview of weird displays bars and colors at rest

    My first Pro CC 2015 program suddenly displays a weird look bars "glitch" on the screens of the program and preview while screens are at rest.  It looks like this:

    Screen Shot 2015-10-08 at 3.54.06 PM.png

    Here is the version I use:

    Screen Shot 2015-10-08 at 3.54.26 PM.png

    Now, when I actually play the video, those weird bars disappear.  Also, when I scrub through the video bars disappear, but then they immediately come to the time where the screen is at rest.  Anyone know why this is happening?

    -Charles

    Hi Charles,

    Go to the file/project settings/general and change the rendering on "Mercury Playback Engine software only" engine.

    Press OK, you will get a dialog box in which select "remove previews."

    Try these steps and it should work.

    Kind regards

    Navdeep Pandey

  • Satellite C50D - B - 11 X - weird display problem after installing iTunes

    Hi all
    I just installed the latest version of iTunes on my Satellite C50D - B - 11 X, and now I can not see any picture of video players. reading online (youtube, etc.) or from CyberLink PowerDVD. All I get is a green screen where the video should be. The audio plays very well, but I do not see a thing. I uninstalled iTunes, but it made no difference. Any ideas?

    Thank you

    Adam

    I read in various forums that resettlement of the Quicktime would help solve this problem of green screen.

    In addition I recommend you to install the playback software VLC freeware for testing purposes.
    This player supports almost all video formats, and you should be able to read your local videos properly.

  • Weird question: problem of color...

    Hi all

    Please see the following images. Whenever I applied the "change color" (3 way color corrector) for the adjustment on my full video layer, something like this happened...

    The color in the clip is "bouncing" and I couldn't fix it... Then I "1by1" apply the color corrector to each sequence.

    Any idea what goes wrong?

    Screen Shot 2016-02-23 at 1.18.43 PM.png

    Screen Shot 2016-02-23 at 1.19.08 PM.png

    Screen Shot 2016-02-23 at 2.16.02 PM.png

    Hi Kelvinl33985653,

    Please see the following images. Whenever I applied the "change color" (3 way color corrector) for the adjustment on my full video layer, something like this happened...

    The color in the clip is "bouncing" and I couldn't fix it... Then I "1by1" apply the color corrector to each sequence.

    Any idea what goes wrong?

    What are your system specs?

    What version of Premiere Pro, you have installed?

    FAQ: Should what information I provide when you ask a question on this forum?

    Also, try the following steps:

    Open your project, click file > project settings > General and change of video rendering "Software Only Mode" and delete previews

    Thank you

    Ilyes Singh

  • Problem of fillup with colored rectangles

    Here is my canvas

    < mx:Canvas id = "b1" x = "10" y = "10" height = "40" width = "300" borderStyle = "solid" borderColor = "black" / >

    To fill the canvas with rectangles, I wrote the following code

    for (var i: int = b1.x; i < b1.x + b1.width; i = i + 15)
    {
    var line1:UIComponent = new UIComponent();
    var lineThickness1:Number = 1;
    var lineColor1:Number = 0 x 000000;
    var lineAlpha1:Number = 1;
    LINE1. Graphics.LineStyle (lineThickness1, lineColor1, lineAlpha1);
    LINE1. Graphics.MoveTo (i, B1.y);
    LINE1. Graphics.drawRect(i,B1.y,15,B1.) Height);
    this.addChild (line1);
    }

    amount of the fine can

    < mx:HBox = "40" x y = "450" >
    < mx:Label text = "" enter units: "fontWeight ="bold"fontSize ="15"/ >"
    < mx:TextInput id = "tiUnits" width = "30" maxChars = "1" / >
    < mx:Button id = "btn" label = "OK" click = "btnCall (tiUnits.text); "/ >
    < / mx:HBox >

    In btnCall()

    entry entry in tiUnits should be converted to integer, and taking into account this value, I need to fill the canvas with color rectangles(width-15)

    for example: If an entry is 15 the first rectangle must fill with color and if I come back in 30 then after first two rectangle rectangles each width 15 must fill

    in this way I have fill the canvas one after the other

    Please help me...

    Hope that this code solves your problem

    private var lastPos: int = 0;
    
    private function drawRectangle(event: MouseEvent): void {
         var unit: int = (Number(tiUnits.text) / 15);
         var colors: Array = [0x0000FF, 0x00FF00, 0xFF0000, 0xFF00FF, 0x00FFFF, 0xFFFF00]
    
         for(var i: int = 0; i < unit ; i++) {
              var lineThickness1: Number = 1;
              var lineColor1: Number = 0x000000;
              var lineAlpha1: Number = 1;
              var bgColor: uint = colors[Math.floor(Math.random() * colors.length)];
    
              var line1: UIComponent = new UIComponent();
              line1.graphics.lineStyle(lineThickness1, lineColor1, lineAlpha1);
              line1.graphics.beginFill(bgColor, 1.0);
              line1.graphics.moveTo(((lastPos + i) * 15), b1.y);
              line1.graphics.drawRect(((lastPos + i) * 15) - 1, -1, 15, b1.height - 1);
              b1.addChild(line1);
         }
         lastPos = lastPos + unit;
    }
    
  • Mac book air display problem

    having display problems with my macbook air, first version of 2015. When I turn on my macbook, after entering the password and pressing on enter three lines (not really lines they look more like lightning, appear from the top of the screen) in the colors Blue, green and red.

    also when I turn off my laptop just until the display on the top of the screen this thick green line 3 inch appears and goes about a second or 2.

    help someone?

    Thank you

    Try a reset of the NVRAM:

    https://support.Apple.com/en-us/HT204063

    If no success, take a picture of the problem.  Make an appointment at an Apple store genius bar for a free evaluation.  If necessary, show the technician, an image of the screen.

    Ciao.

  • having display problems with my macbook air, first version of 2015. When I turn on my macbook, after boarding the password, then press on enter three lines (not really they look more like flashes coming from the top of the screen appear) in

    having display problems with my macbook air, first version of 2015. When I turn on my macbook, after boarding the password, then press on enter three lines (not really they look more like flashes coming from the top of the screen appear) in the colors Blue, green and red.

    also when I turn off my laptop just until the display on the top of the screen that is 2 and a half inch thick green line appears and goes about a second.

    help someone?

    Thank you

    Howdy Yaser of zoysia,

    It seems that your screen displays some graphical anomalies when you connect to your user name. I would use these troubleshooting steps in the following article on the resolution of screens:

    Restart your Mac in safe mode to reset the default display resolution.

    If booting safe mode doesn't resolve the problem, reset your Mac NVRAM and SMC to reset the video ports on your Mac to their default values.

    From: get help with graphics issues on external displays connected to your Mac.

    Thank you for using communities of Apple Support.

  • Display problem on my A60 Pro Sat

    The display on my satellite A60 pro features a strip of wide pixelated of 6-7cm at the bottom that hides my mouse cursor and the taskbar. The mouse is still active behind it. Mode full screen using an external monitor is seen. The group changes with my office window or active but is just vertical color bands. What is the problem and can get rid of him.

    Hello, Robert

    Have you changed anything on your device or this occurs suddenly display problem?

    I'm really in idea. If you want you can reinstall the unit with recovery DVDs. If the problem persists it is obviously a malfunction of the display. In this case, you must contact partner in your country.

    If there is some serious hardware issue please let us know.

    Good bye

  • Tecra A9 XP-Pro/Graphics display problem - 11 M

    You just bought a Tecra A9 - 11 M running XP Pro. I can't go to Vista I use various industrial software packages that are not yet compatible. I have the following problems with graphic display:

    1. a lot of Web sites are not displayed correctly. Colored backgrounds etc often lack altiogether.
    2. when I compose an email in Outlook Express, the color of the text remains black no matter what color choose.
    3. when I type messages in Windows Live Messenger, the text appears in the color I chose that I type in, but then goes black after clicking the Enter key.
    4. when I use the graph editor in one of my industrial packages (Siemens Win - CC), if I try to change the color of an element to display the color palette appears empty as if it cannot display the colors.

    Paint and Wordpad, both work correctly in terms of colors.

    I use the default screen (1680 x 1050) and 32-bit color resolution. I tried different combinations of lower resolution and also change to 16-bit color, all to nothing will do. I tried to update the downloads of Toshiba display driver, but he sent the message that my pc does not have the minimum requirements for installation. Yet, everything works perfectly and there are tons of disk space and free ram. I also checked that mmy BIOS is the latest version. I am pleased with the machine in general, but at my wits end to know what to try next.

    > I tried to update the downloads of Toshiba display driver, but he sent the message that my pc does not have the minimum requirements for installation.

    Are you sure you used the right graphics driver?
    Have you used the download Toshiba pilot European page graphic driver FRO?

    It seems it s an Intel graphics card and you must use an Intel graphics driver.

    One question; the screen works properly without any installation of 3rd party applications?

    If Yes, then it s a software problem caused by 3rd party programs.
    The software is perhaps not fully compatible with the GPU from Intel or Intel shared graphics is not strong enough to manage the graphic editior

  • The VF display and false color disappeared

    I just installed 3.0, and on two occasions, I've suddenly lost VF overlay display both false colors. No button do nothing on the VF. The only way I could get them back was to do a "Reset All".

    Does anyone else have this problem?

    See you soon.


  • Graphics/display problem - Satellite M60-105

    I'm having a little problem with the display (or graphics). In some programs of CAD (Inventor, Solid Works) 3D solids are displayed with lines that normally are not displayed. "I see the solid. In the games like Doom3, I see only a chequer (Exchequer) with black, the blind, the tasks of rectangle. I tried to update the graphics driver, but the results were the same. Problem is more complex that I have thaught, because I noticed the same problem after formatting HD and mounting of Toshiba Recovery CD. Also, I noticed the same thing happens when I'm trying to change something in the BIOS. Maby some of you have had a problem like this, please help.

    Hello

    Believe me on this path is not easy to say what may be the problem. The explanation of your problem is good, but it will be interesting to see what you mean exactly.

    One of my friends has M60 and I didn't see any display problem on his unit. If the unit is installed with recovery media that produced with other applications, watch DVDs or simply with 3D CAD program?

    It will also be interesting to know what you exactly changed in the BIOS.

  • Display problems with all types of terrain and graphic

    Hello

    I have display problems general with all types of chart, graph or plot that I try to use, on two different machines, both with NVIDIA graphics cards.  A machine is a MacBook under XP SP2 in bootcamp and the other a Dell T3400 workstation (or something similar) under XP SP3.

    I posted this thread earlier which Ben replies to the weird graphic behavior.  Ben suggested that I try to simplify my code as much as possible while keeping the bad behavior and by submitting to the NC and the forum, because it is others have had problems of graph.  I tried, but in vain.  Display problem continues and continues and continues and then they just go and I can't get back by unscrewing the last stage of reduction or simplification of code.  But at some point during the reconstruction of the code, which I cannot determine, returns the bad behavior.

    So, I was set up with graphics looking for shit, until recently, when I thought I'd try some suggestions of other messages to a XY-plot function as a graph by creating a buffer and using nodes of ownership of land for the range control.  Things seemed promising, until my "XY table" started getting shit, too.  This time, the issue was with the grid lines becomes all chopped, attached images.

    I am out of resources here.  I think I'm running out of options to display graphic data in an acceptable manner.  Do I have to display data by using an Excel chart in an ActiveX container in Labview?  I'm not skilled enough to do it again.  I like Labview, it is the only programming language that I am competent even remotely help, but it's just inferiorating.

    Any suggestions would be much appreciated.  Thanks for reading.

    -Greg

    Greg,

    is there a particular reason why you use the bar plots - view superior graphic style? Try activating the legend of the plot, go to the bar plots and select the first track of the Bar Style. Your chart is displayed very well after that.

    See you soon,.

    Cerati

  • How can I set up my display to default color?

    Original title: How can I set up my display to default color? my screen is blue.

    How can I change my screen color by default, it is blue and bright red.

    Hi Dino77,

    You use a desktop or laptop computer?

    We will try these steps and check if it helps.

    Method 1

    You can follow these links and check if it helps.

    Get the best display on your monitor
    Calibrate your screen

    Method 2
    a. If you are using a desktop computer, you can connect another monitor and check if the problem persists.
    b. If you are using a laptop, you can connect an external monitor and check.
        Move windows between multiple monitors

    Hope the helps of information. Please post back and we do know.

    Concerning
    Joel S
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

Maybe you are looking for

  • How to uninstall Norton AntiVirus of my EL Capitan iMac running?

    The version of Norton Antivirus, I had before the update to EL Captian does not work with El Capitan, apparently. I want to uninstalled and you are using Symantec Endpoint Protection (which, by the way told me, works better than Norton). When I tried

  • Scratchy Audio only when you use Windows media player

    For more than a month now, when I use Windows Media Player 11 to play any audio file, the music sounds saturated and rough. The volume is louder than normal. It is on a 5 year old XP PC, and I haven't added new software or hardware lately.  I can pla

  • I can't send an attachment in Windows Mail.

    I'm unable to send excel attachment in Windows Mail.  I can receive and transfer of attachment, but I can't send with attachment.  Everytime I try I get a message saing the connection to the Microsoft Exchange Server is unavailable.  Outlook must be

  • ASUS enrich your life Note 8, does not work touch screen in safe mode

    Separated from this thread. I just met a problem with my touch screen not working not, which was my fault. After panic because I had no way to access the Tablet, I dug an old USB keyboard and connected the Note 8 with a StarTech.com 5 in Micro USB to

  • HDD WD20EARS to HPE 112Y - power to SATA power connectors - only P4 Molex available?

    Hi all I bought a new drive HARD for Western Digital (WD20EARS) and when I went to install in my HPE 112y I saw that the harness for my existing WD10EADS had the usual black SATA power connector (labeled P9) plugged in, still on the same spot next to