Jeditorpane/html - images disappear when scrolling

The title says it-
I've had this issue with JEditorPanes in my own code and also with the Java Help viewer. I'm using 1.4.1_01.
I don't have a lot of images or any very large ones. My pages are quite standard, and very simple- just text and greatly reduced screenshots.
When I scroll up and down in the component, however, images either completely disappear or part of them disappears. Reloading the page fixes it. Definately a repaint issue of some sort. But, in the case of Java Help, I don't have access to the JEditorPane to hack in any kind of fix.
Whats the deal here? I can't find any bug postings about this one but it certainly seems to be a major bug.
Thanks

I'm glad to hear someone else is having the problem. Any ideas on a work around?
There has to be some work around. For example, I'm using IDEA for my IDE and it is running under 1.4.1_01- clearly they have used Java Help but their help view isn't having the same problem mine is. I hope I find a solution soon. This is an absolute show stopper. I can't deploy something that is clearly broken.
It is next to impossible that this is a user error- I haven't even written any code! It is all Java Help's code. I've even tried to turn off all the fancy drawing that is part of Swing, and turned off all hardware acceleration in Windows.

Similar Messages

  • Hero image shakes when scrolling

    The hero image shakes when scrolling in Safari and IE. Any solutions?
    Many thanks.

    http://gregbareselgolf.businesscatalyst.com/index.html
    Thanks Aish

  • Album images disappear when I transfer music to my iphone

    Hello
    Album images disappear when I transfer music to my iphone. I have my music lying in Apple Lossles format and transfer my music to my iPhone after iTunes har convert the music to AAC format. How do I get ITunes to transfer my music with album images?

    I am so frustrated with my new iPhone 5 that I want to throw it against the wall.  I did the turn in your iPhone 4 for an iPhone 5.  They said to go to itunes and add your music.  Well, I have been trying to do this for the last two days.  I tried to call support but I have to pay an additional $49.99 to actually talk to someone.  I need some one that can actually walk me through the steps.  I read that you have to reset to factory and then go to itunes to get the thing to work.  My question is - will I lose all my pics too?  So what are the steps to reset to factory and then what do I do next (on iTunes).  Please help if you know the answer.  If I can't get my music, I plan to go back and turn in this phone and buy a different non-Apple phone! 

  • In Premiere Pro CC 2014, the image disappears when I apply a mask of an effect. Why?

    In Premiere Pro CC 2014, the image disappears when I apply a mask of an effect. Why?

    Nevermind...
    Fixe:
    projects setting > switch Renderer.
    Thanks

  • Image disappears when using transform function

    In Photoshop CS6, all of a sudden my image disappears when I try to transform a selection. Why is this happening? It didn't happen before, so maybe I accidently changed some setting, but I have no idea what it could be.

    Determine what make and model GPU you have, then go to the GPU maker's website and download the latest driver and follow their instructions to install it.

  • Why does a grouped image disappear when I ungroup it?

    Why does a grouped image disappear when I ungroup it?

    There are bugs hanging around for version after version after version. Hopefully it gets fixed but nobody knows when or if a bug will get fixed until it is.

  • Gallery image disappears when not hovering

    I am adding a thumbnail scroller to my image gallery. Here's
    the site I am cutting from:
    http://www.cssplay.co.uk/menu/scroll_gallery.html#nogo
    I want the enlarged image to STAY when I click on the
    thumbnail until I click on another one. Now it stays only as long
    as I am hovering. I throw myself on your mercy.
    Here's the code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
    http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml"
    xml:lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8" />
    <style type="text/css">
    #holder {position:relative; background:transparent
    url(pic1b.gif) 175px 54px no-repeat; margin-bottom:10px;
    z-index:1;}
    #scrollbox {width:400px; height:80px; background:#f4f4f4;
    overflow:auto; border:1px solid #aaa; margin-left:175px;}
    a.gallery, a.gallery:visited {display:block; color:#000;
    text-decoration:none; border:1px solid #000; width:75px;
    height:47px; margin:3px; float:left; font-size:11px;}
    a.slidea {background:url(12292th.jpg);}
    a.slideb {background:url(thumb3.jpg);}
    a.slidec {background:url(thumb4.jpg);}
    a.slided {background:url(thumb5.jpg);}
    a.slidee {background:url(thumb6.jpg);}
    a.slidef {background:url(thumb7.jpg);}
    a.slideg {background:url(thumb8.jpg);}
    a.slideh {background:url(thumb9.jpg);}
    a.slidei {background:url(thumb10.jpg);}
    a.slidej {background:url(thumb11.jpg);}
    a.gallery span {display:block; position:absolute; left:150px;
    top:-1px; width:1px; height:1px; overflow:hidden;
    background:#efedec; z-index:100; font-size:11px;}
    a.gallery:hover {white-space:normal; border:1px solid #fff;}
    a.gallery:hover img {border:1px solid #000; z-index:100;}
    a.gallery:active img, a.gallery:focus img {border:1px solid
    #000; z-index:50;}
    a.gallery:hover span {display:block; position:absolute;
    width:402px; height:280px; top:49px; left:170px; padding:5px;
    font-style:italic; color:#000; background:#fff; z-index:100;
    font-size:11px;}
    * html a.gallery:hover span {left:155px;}
    a.gallery:active {border:1px solid #eee;}
    a.gallery:active span, a.gallery:focus span {display:block;
    position:absolute; width:402px; height:280px; top:49px; left:170px;
    padding:5px; font-style:italic; color:#000; background:#fff;
    z-index:50;}
    * html a.gallery:active span {left:155px;}
    #thumbs {width:840px; height:60px;}
    #pad {height:320px; width:100px;}
    </style>
    <!--[if IE 7]>
    <style type="text/css">
    a.gallery span {display:block; position:absolute;
    width:402px; height:280px; top:49px; left:-99999px; padding:5px;
    font-style:italic; color:#000; background:#fff; z-index:100;
    font-size:11px;}
    a.gallery span img {border:1px solid #000;}
    a.gallery:hover {white-space:normal; border:1px solid #fff;}
    a.gallery:hover img {border:1px solid #000; z-index:100;}
    a.gallery:active img, a.gallery:focus img {border:1px solid
    #000; z-index:50;}
    a.gallery:hover span {left:170px; z-indx:100;}
    a.gallery:hover span img {border:1px solid #000;}
    a.gallery:active span, a.gallery:focus span {left:170px;
    z-index:50;}
    </style>
    <![endif]-->
    </head>
    <div id="showcase">
    <div id="info">
    <div id="holder">
    <h2>A Scrolling Photograph Gallery</h2>
    <div id="pad"></div>
    <div id="scrollbox">
    <div id="thumbs">
    <a class="gallery slidea" href="#nogo"
    title="Fishes"><span><img src="1085.jpg" alt="Fishes"
    title="Fishes" /><br />pic2.jpg<br />Photographs
    courtesy of morgueFile.com</span></a>
    <a class="gallery slideb" href="#nogo"
    title="Funnels"><span><img src="pic3.jpg" alt="Funnels"
    title="Funnels" /><br />pic3.jpg<br />Photographs
    courtesy of morgueFile.com</span></a>
    <a class="gallery slidec" href="#nogo"
    title="Vases"><span><img src="pic4.jpg" alt="Vases"
    title="Vases" /><br />pic4.jpg<br />Photographs
    courtesy of morgueFile.com</span></a>
    <a class="gallery slided" href="#nogo"
    title="Window"><span><img src="pic5.jpg" alt="Window"
    title="Window" /><br />pic5.jpg<br />Photographs
    courtesy of morgueFile.com</span></a>
    <a class="gallery slidee" href="#nogo"
    title="Cascade"><span><img src="pic6.jpg" alt="Cascade"
    title="Cascade" /><br />pic6.jpg<br />Photographs
    courtesy of morgueFile.com</span></a>
    <a class="gallery slidef" href="#nogo"
    title="Cascade"><span><img src="pic7.jpg" alt="Flowers"
    title="Flowers" /><br />pic7.jpg<br />Photographs
    courtesy of morgueFile.com</span></a>
    <a class="gallery slideg" href="#nogo"
    title="Cascade"><span><img src="pic8.jpg"
    alt="Butterfly" title="Butterfly" /><br />pic8.jpg<br
    />Photographs courtesy of morgueFile.com</span></a>
    <a class="gallery slideh" href="#nogo"
    title="Cascade"><span><img src="pic9.jpg" alt="Birds"
    title="Birds" /><br />pic9.jpg<br />Photographs
    courtesy of morgueFile.com</span></a>
    <a class="gallery slidei" href="#nogo"
    title="Cascade"><span><img src="pic10.jpg" alt="Shells"
    title="Shells" /><br />pic10.jpg<br />Photographs
    courtesy of morgueFile.com</span></a>
    <a class="gallery slidej" href="#nogo"
    title="Cascade"><span><img src="pic11.jpg"
    alt="Fishing" title="Fishing" /><br />pic11.jpg<br
    />Photographs courtesy of morgueFile.com</span></a>
    </div>
    </div>
    <div id="info_right">
    </div>
    <br class="clear" />
    </div> <!-- end of showcase -->
    <div id="content">
    </script>
    </body>
    </html>

    I've had a similar "disappearing" image problem when trying to apply the retouch tool. I don't have the "create version when applying adjustments" preference checked though. Hopefully these issues are additional 3.0 bugs that will get fixed in 3.0.1. Be sure to report the issue to Apple using the "Aperture > Provide Aperture Feedback" menu item.

  • Scrollview only releasing image data when scrolled out of bounds

    Hi all,
    I cannot understand why my memory isn't released.
    On my iPhone program I have a tableview with an image in each cell. When the images are loaded the I can see a thread in Instruments with ObjectAlloc, that calls CALayerPrepareCommit about 10 times -> CGContextDrawImage->some more stuff->ripc_AcquireImage->more stuff ->imgdatalock. I assume this is where the OS actually draws the Image on the screen. But the memory is never released! Only when I scroll the tableview out of bound is the memory released. Visually the tableview is the same and the images are still there after the scrolling. This is a lot of memory and I need to know why it isn't released.
    I set the image in the tableview here:
    - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
    UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];
    if (cell == nil) {
    cell = [[[UITableViewCell alloc] initWithFrame:CGRectZero reuseIdentifier:CellIdentifier] autorelease];
    cell.accessoryType = self.showDisclosureIndicators ? UITableViewCellAccessoryDisclosureIndicator : UITableViewCellAccessoryNone;
    //Clear previous content
    NSArray *subviews = cell.contentView.subviews;
    for (UIView *subview in subviews)
    [subview removeFromSuperview];
    //Set Image
    [cell.contentView addSubview:[thumbnails objectAtIndex:indexPath.row]];
    return cell;
    thumbnails is an array of views:
    while (thumbnailsRemaining && getThumbnails) {
    NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
    UIView *containerView = [thumbnails objectAtIndex:nextThumbnail];
    UIImageView *imageView = [[containerView subviews] objectAtIndex:0];
    NSInvocationOperation* imageOp = [[NSInvocationOperation alloc] initWithTarget:self selector:@selector(getImageForImageView:) object:imageView];
    [imageQueue addOperation:imageOp];
    [imageOp release];
    [imageQueue waitUntilAllOperationsAreFinished];
    nextThumbnail++;
    [pool drain];
    and each image is loaded here:
    - (void) getImageForImageView:(UIImageView *)imageView {
    NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
    UIImage *image = [UIImage imageWithData:imageData];
    [imageView setImage:image];
    thumbnailsRemaining--;
    [pool drain];
    I also have a scrollview with images and behaving exactly in the same way when scrolling out of bounds.
    I am really lost, so any help is appreciated.

    When a cell is scrolled out of the visible area, UITableView normally adds it to the reusable cell queue, so that's why you aren't seeing that memory released. I think the queued cells might get released under low memory conditions. You might want to try Hardware->Simulate Memory Warning on the Simulator.
    In any case, see if this link is helpful: [http://idevkit.com/forums/tutorials-code-samples-sdk/2-dynamic-content-loading -uitableview.html].
    \- Ray

  • Why does my image disappear when I create a slice?

    I am trying to create a simple rollover where the font size is changed when the mouse hovers over the link. When I create a slice of the text area, the image disappears. Can anyone tell me why and how to correct this? I have viewed several tutorials, so I am confident that I have created the 2 states properly and am applying the slice correctly, but for some reason the image disappears in both states when I do.

    Thanks, Jim. Can you tell me how I can determine if I have the correct slice type selected (image vs HTML)?

  • On fcp6 - all of a sudden my titles and images disappear when timeline stops. Can't edit or see titles.

    titles and stills work fine in playback, but disappear when timeline stops. Can't edit titles. Can't find how to bring things back. restarted FCP and Mac.

    Second image shows outline of title over background image.  All images are .jpg finished in Photoshop as I normally do.  They worked fine during the first half hour of editing.

  • Images "Disappear" When Moving a Project But Really They'r e Just Invisible

    Last night I imported 442 images into a new project. I rated them, and edited about 40-50. This morning I moved the project within the same library. When I did so, all the images disappeared, sort of. The project appeared empty. I let it sit a couple of minutes, and undid the move to no effect.
    I checked to see if a filter was blocking the images but it was not the problem. I checked the Project properties and it showed the images were all there (plus, I use referenced files and I hadn't deleted the CF card so worst case scenario I had all my originals). Also, when I displayed all the projects in a browser view window, the project showed up and I could sweep through all the thumbnails in the project browser. But again, if I selected the project and tried to see the images in either the browser, viewer, or split view, nothing showed up. No thumbnails, no file names, no empty thumbnails, nothing. The photos were sort of invisible.
    I "solved" the issue by moving an image - any image - from another project into the problem project. Suddenly that photo and all the other images, were visible. Removing the random image did not recreate the problem.
    Since I no longer have the problem I'm posting for 2 reasons: (1) to publish the problem and my fix in case anybody gets the same problem, and (2) to see if anybody knows what caused this and if there is a more direct fix than my weird indirect fix. Thanks.

    I have had the same thing happen consistently. I import images into a default project. Then when I move the project into an organizational folder... all the images disappear. After a couple of panics, I have now realized that if I stay calm, close Aperture, then open it again, the pictures are all present. Quite a pain in the butt, but at least there is a work around. Albeit a bit scary .
    Best,
    Jim

  • Images dissapearing when scrolling TileList.

    Hello,
    In the AIR application I am working on, I need to load a large number of images to a TileList on the clients computer. Since they can't be embedded, they were taking a long time to load since each image could be 3-4mb+. In an attempt to reduce the load time (initially and when reloading when scrolling) when the user selected a directory, I would load each image using a Loader and store a scaled down Bitmap of it in an Array. I bound the source property of the Image in the ItemRenderer to the Bitmap in the Array.
    This works really well and the images load faster however.. When I scroll and an image goes off the screen and I scroll back to it the tile is blank. Checking the debugger I see that as soon as the tile goes off the screen the BitmapData property of the Bitmap in the array becomes null.
    Any ideas on what might be causing this? I can post the code if it would help.
    I'm not limited to loading the images this way. I had just seen something similar and was trying to adapt it. If anyone has any other methods or controls that may work better please share!
    Thank you in advance for any help.

    I have the same problem.

  • Why does my image disappear when I click on it to enlarge?

    I am using iPhoto '11, version 9.4.3  When I click on a single photo from an event to see and enlarge it, the image disappears, and what I see is a  black screen with a large triangle and an exclamation point inside the triangle.  What does this mean? I don't think the photo is actually disappeared because I can still see it in the smaller size.

    Apply the two fixes below in order as needed:
    Fix #1
    1 - launch iPhoto with the Command+Option keys held down and rebuild the library.
    2 - run Option #4 to rebuild the database.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button and select the library you want to add in the selection window..
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the Library ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • Safari and chrome, text box disappears when scrolling (created in adobe muse)

    I have noticed with creating three different sites, that when you scroll, sometimes the text boxes disappear, when you scroll back up, the box reappears.
    I have changed the font to a websafe font, so that it isnt rasterised as a picture..
    If anyone has experienced similar or the same I would be so interested to hear from you.
    Thankyou all in advance,
    Squirrelnuts

    Anybody any luck. Are you guys able to replicate the issue?

  • Folio images disappear when viewed in content viewer

    Hi, I am currently having a problem with most of the pdf images in the folio disappearing when viewed in content viewer on the iPad.
    I'm using Adobe CS5.5 in layouting the folio.
    Does anyone know how to fix this problem? Thanks.

    If the images are visible when previewing through Folio Preview option, try reinstalling Folio producer tools and Folio builder Panel and reinstall Adobe content viewer. That might fix this.

Maybe you are looking for