Render issues with Image Hyperlink Component in Internet Explorer

Hi,
My images in the Image Hyperlink Components get enlarged (100X100) when i display my application in IE. When i visualize in Firefox it works fine. Can anyone tell me why?
jsf:
<ui:imageHyperlink binding="#{Main.imageHyperlink1}" id="imageHyperlink1" imageURL="/resources/search.png"
                                    style="height: 22px; width: 40px" text="Busca" />
<ui:imageHyperlink binding="#{Main.imageHyperlink2}" id="imageHyperlink2" imageURL="/resources/logout.png"
                                    style="height: 22px; width: 40px" text="Sair"/>
IE:<a id="form1:imageHyperlink1" style="height: 22px; width: 40px" ><img id="form1:imageHyperlink1_image" style="width:100px;height:100px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/WebLab/resources/search.png', sizingMethod='scale')" src="/WebLab/theme/com/sun/rave/web/ui/defaulttheme/images/other/dot.gif" alt="" border="0" /> Busca</a></td>
<a id="form1:imageHyperlink2" onclick="return hyperlink_submit(this, 'form1', null);" href="#"><img id="form1:imageHyperlink2_image" style="width:100px;height:100px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/WebLab/resources/logout.png', sizingMethod='scale')" src="/WebLab/theme/com/sun/rave/web/ui/defaulttheme/images/other/dot.gif" alt="" border="0" /> Sair</a>
Firefox:
<a id="form1:imageHyperlink1" style="height: 22px; width: 40px" ><img id="form1:imageHyperlink1_image" src="/WebLab/resources/search.png" alt="" border="0" /> Busca</a>
<a id="form1:imageHyperlink2" style="height: 22px; width: 40px" onclick="return hyperlink_submit(this, 'form1', null);" href="#"><img id="form1:imageHyperlink2_image" src="/WebLab/resources/logout.png" alt="" border="0" /> Sair</a>Thanks,
Tiago Gaspar

It seems to work. But it's kind of ackward, for every image we add, we have to set its compoent size so it can work with IE. I know brousers are diferent, but not that diferent. Seems to me it would work just like Firefox if the same html were rendered for IE. So why the diference?

Similar Messages

  • Issues with Images when used w/ Caption Widget & Book File Size Q

    Hi Everyone,
    I was having issues with images not showing up and determined it was the caption widget causing the issue. I now have one of two issues happening consistently. Either the image does not show at all or just the caption box with bkgd gray and caption text shows, but without the image.
    Anyone else have this issue?
    Ay ideas would be greatly appreciated. I wasw just about finished with this project when this started!
    Also, the size of the book is considerably larger than I realized.It is 81 mb. . . How does this compare to any of your books?
    THANKS SO MUCH!
    Belinda

    Belinda,
    I can't speak to your main issue, as I cannot recreate the problem over here.
    As a guess, have you checked to make sure you're not running out of harddrive space? iBA can consume space quickly, and behaves oddly when it begins to run out of room.
    But as far as filesize goes, I can only wish for an 81 MB book. Mine is currently a little over 2 GB and growing. Tonight I had to split it into 2 volumes just so iBooks Author can run at a reasonable pace. I was getting tired of waiting 1-2 minutes after dragging a video around on the page before I could get control of the program again.
    You should note that Apple is expecting large filesizes for this new Multi-Touch format. The docs on iTunesConnect say the largest allowed upload size for a book is 16GB 2BG (see link below)
    Message was edited by: mudmas

  • I am having issues with being kicked off the internet intermittently. ATT says its not an issue with their service. Does anyone have an idea?

    I am having issues with being kicked off the internet intermittently. ATT states its not an issue with their service. Any ideas?

    Yes it is NOT your internet service. It is Apples OSX. It seems to be happening to older computers trying to run the newer OSX ( Mavericks and newer). I have a 2009 iMac I bought with Leopard installed, I upgraded to Snow leopard 10.6.8 and my computer was running flawlessly. I upgraded to Mountain Lion and I noticed my computer running slower... kind of annoying having to wait longer for everything (start up, browsers opening up, apps opening up, mail opening up and so on) Mavericks came out for free and I was excited to get out of this issue. Well, everything went from bad to terrible! Fast user switching had a glitch with desktop picture resetting to the wave, mail rules didn't work properly and I kept getting kicked off the internet (Absolutely NOTHING wrong with my internet). No one could figure out what was going on or how to fix it, even senior Apple tech's! After 3-4 months of searching, troubleshooting and waiting for a fix, I looked at my Mac Pro running Tiger 10.4.11 with no issues what so ever... that is when I made an executive decision. GO BACK TO SNOW LEOPARD! Since May 2014 I have been running 10.6.8 on my 2009 iMac and it has been smoking fast with NO issues what so ever, especially since I maxed out my memory for Mavericks. So to sum it up: some people might get lucky with old machines running new operating systems, but for the most part, it seems older processors can't keep up with the new sophisticated operating systems. Mavericks... Yosemite... FREE UPGRADE! But you will pay the price

  • Browser specific Issue with af:fileDownloadActionListener/ component.

    Hi all,
    We are facing an issue with <af:fileDownloadActionListener/> component.
    The issue is that when we download a particular file to the local system/machine, after downloading the file using <af:fileDownloadActionListener/>, none of the actions/links/button work on the page thereafter. We have to do a browser refresh or switch the URL.
    After doing some investigation, it is looking like a browser specific issue, as this is reproducible only on chrome but not on firefox or IE.
    The UI component used is <af:fileDownloadActionListener/> component. Below is the snippet of the code. Is there anything to be specified for af:fileDownloadActionListener?
    <f:facet name="buttonBar">
    <af:panelGroupLayout partialTriggers="expPoll expProgess" id="gsexppgl11">
    <af:commandButton text="#{uib_o_w_w_r_WebCenter.LABEL_DOWNLOAD}"
    shortDesc="#{uib_o_w_w_r_WebCenter.LABEL_DOWNLOAD}"
    id="expClientp"
    disabled="#{!pageFlowScope.o_w_w_i_v_b_l_WebCenterExportBean.showExportButtons}">
    <af:fileDownloadActionListener filename="#{pageFlowScope.o_w_w_i_v_b_l_WebCenterExportBean.fileName}"
    contentType="application/force-download; charset=utf-8"
    method="#{pageFlowScope.o_w_w_i_v_b_l_WebCenterExportBean.dumpOAROnClient}"/>
    </af:commandButton>
    </af:panelGroupLayout>
    </f:facet>
    Anyone has faced this issue before? Is this a known issue?
    Thanks,
    Ankush

    Jdveloper version is 11g. But we saw this issue with 12c as well.
    I have reproduced this in a standalone application as well. I had a page on which I just had a button attached to the file download component. And I faced the similar situation - works fine on IE/FF but causing issues on chrome/safari.

  • Having an issue with a page in the internet

    Hello,
    I registered to the forum a few days ago but did not introduce myself. Please accept my apology.
    I have a Blackberry style 9670 model, of which I am very happy with.
    I was having an issue with a page in the internet, in which I was receiving errors on my device. My daughter has a Blackberry Curve and she was able to access the page without any errors. I can not figure out why I do.
    Thanks

    I am not sure if this is the same issue but there was a bug that caused small exchange numbers to become negative which was resolved in one of the 11.1.1.3 patches, it is worth logging into My Oracle Support and having a look at the patches available.
    9588147 – In exchange rates table, entering very small values become negative after you save the data forms. For example, 0.000071 becomes –7.1E-5 after you save the exchange rate.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Issue with images in different browsers

    Having an issue with different browsers -- hoped someone
    could help.
    If I open my site with IE, everything looks as it does in
    Dreamweaver -- there is no overlap of text and images/etc.
    If I open my site with Mozilla or Safari, it seems to
    arbitrarily move up some of the images over the top of text. Not
    all of the images, mind you -- just a few random ones throughout
    the page.
    Opening the following link in both type of browsers may give
    you a clue as to what is going on. What can I do to get it to look
    like it does in IE?
    http://www.centecsystems.com/centecexample/disanapplications.htm

    LOL ahem, 'scuze me. :-)
    -N
    "Walt F. Schaefer" <[email protected]> wrote in
    message
    news:[email protected]...
    > >>For that we rely on IE hacks
    >
    > In polite company we call those "conditional comments".
    > --
    >
    > Walt
    >
    >
    > "Nancy O" <[email protected]> wrote in
    message
    > news:[email protected]...
    > > First off, you are assuming incorrectly that IE is
    the good browser and
    > > Mozilla is the bad browser. Actually, it's the
    other way around. If
    you
    > > build your sites to perform well in Mozilla,
    chances are your sites will
    > > look good in all major browsers except IE. For that
    we rely on IE hacks
    > > or
    > > workarounds.
    > >
    > > Learning html and CSS takes time and effort but
    it's very doable. You
    > > would
    > > be doing yourself a big favor by learning to work
    with code now. Design
    > > view is fine for some things, like typing content
    and adding a few
    images.
    > > But eventually you have to pop the hood to check
    the oil. If hiring a
    pro
    > > isn't an option, I suggest you purchase a solid
    template to work with.
    > > Money well-spent IMHO.
    > >
    http://www.projectseven.com/products/templates/
    > >
    > >
    > >
    > > --Nancy O.
    > > Alt-Web Design & Publishing
    > > www.alt-web.com
    > >
    > >
    > >
    > >
    > > "PunIntended" <[email protected]>
    wrote in message
    > > news:[email protected]...
    > >> Unfortunately, hiring someone is not an option
    for my friend -- the
    > > recession
    > >> has hit them hard -- etc.etc. I'm doing it as a
    favor.
    > >>
    > >> One additional question -- Why are only some of
    the image files moved
    > > when
    > >> viewing in mozilla? I dont understand how
    Dreamweaver arbitrarily
    > >> chooses
    > >> which are moved and which are not.
    > >>
    > >> Also, is laying out your site in 'design' mode
    simply a bad idea? It
    > > seems
    > >> like it looks / works fine with IE, and the
    majority of the layers are
    > > correct
    > >> in mozilla -- it just doesn't deal well with a
    few of the images.
    > >>
    > >> Thank you again for all your comments - - like
    I said, am sort of a
    > > beginner
    > >> -- just looking for the best method to fix the
    problem. If the best
    > > method is
    > >> explaing to the graphic designers their
    'vision' can't be accomplished,
    > >> so
    > > be
    > >> it. I just want to know how to go about
    attacking the browser
    > > compatibility.
    > >>
    > >
    > >
    >
    >

  • Layout issue with af:tree component

    I am using af:tree component but I am finding layout issue with it. I have a requirement where in I need the tree to stretch to the available space but a horizontal and a vertical scrollbar comes up automatically. Is there a way to handle this issue?

    User, without your jdev version it's hard to help.
    Have you embedded the tree component in a stretch layout?
    Timo

  • Issues with images in Portfolio (Acrobat X Pro)

    Hi all,
    I am having an issue with my portfolio file in Acrobat X Pro. I insert images from my hard drive, then proceed to give them display names and tags. This works fine, but then the next time I open the file, some of the pictures have become broken links. For those, the filename has been changed to the same as display name, even though I did not make that change. Once this happens, I seem to be left with no other choice than to reinsert the image and retag it and hope it doesn't happen again.
    Has anyone else run into this issue? Is there a way to prevent this from happening? Thanks.
    - Adam

    Java is a different animal than JavaScript.
    PDFs use JavaScript and not the Java programing language.
    As mentioned the apps on the iPxd, iPhone and android devices do not show the bookmark panel. The user needs to open the option that looks like an outline and the bookmarks appear like a table of contents for a book.
    The show pages and bookmarks only works for full computer, laptops, and netbooks with the Acrobat or Reader programs or similar programs, not apps for tablets and phones.
    Do you have a smart phone or tablet to test your PDFs on?

  • Issue with "firstRecord" Business Component method of JAVA Data bean API.

    Hi,
    Following is my use-case scenario:
    I have to add or associate child MVG business component (CUT_Address)
    with the parent business component (Account) using JAVA Data bean API.
    My requirement is: first to check whether child business component(i.e. CUT_address) exists. If it exists then associate it with parent business component (Account)
    otherwise create new CUT_address and associate it with account.
    Code (using JAVA Data bean APIs) Goes as follows:
    SiebelBusObject sBusObj = connBean.getBusObject("Account");
    parentBusComp = sBusObj.getBusComp("Account");
    SiebelBusComp parentBusComp;
    SiebelBusComp childBusComp;
    // retrieve required account.. Please assume Account1 exists
    parentBusComp.activateField("Name");
    parentBusComp.clearToQuery();
    parentBusComp.setSearchSpec("Name", "Account1");
    sBusComp.executeQuery2(true, true);
    sBusComp.firstRecord();
    Counter = 0;
    while (counter < Number_Of_Child_Records_To_Insert)
    childBusComp = parentBusComp.getMVGBusComp("City");
    associatedChildBusComp = childBusComp.getAssocBusComp();
    childBusComp.activateField("City");
    childBusComp.clearToQuery();
    childBusComp.setSearchSpec("City", Vector_of_city[counter]);
    sBusComp.executeQuery2(true, true);
    if( sBusComp.firstRecord() )
    // Child already exist and do processing accordingly
    else
    // Child does not exist and do processing accordingly
    childBusComp.release();
    childBusComp = null;
    associatedChildBusComp.release();
    associatedChildBusComp=null;
    Now the issue with this code is: For the first iteration, SbusComp.firstRecord returns 0 if records does not exist. However from the second iteration, SbusComp.firstRecord returns 1 even if there is no record matching the search specification.
    Any input towards the issue is highly appreciable.
    Thanks,
    Rohit.

    Setting the view mode to "AllView" helped.
    Thanks for the lead!
    In the end, I also had to invoke the business component method SetAdminMode with "true" as the argument so that I could also modify the records from my script.

  • Accesibility Issues with Image element

    Hi All,
    I've image element inside a table column. Image used is '~Icon/RedLed'.
    Image source and tool tip are bound properly.
    But we are facing an accessibility issue in this.
    When accessibility mode is set to X, image tool tip reads as
    'Image - Unavailable - Error Exist - Row 6 column Status'
    where 'Error Exist' is the tooltip we are providing.
    The problem is with 'Unavailable' word which is also coming up.
    Also, Image is also rendered, so there is no issue like image path is not found therefore Unavailable word is comin.
    Does anyone have any clue why this could be comnig up.
    Regards
    Manas

    Hi Manas,
    Check this blog to place image in your table.But the blog is to show image in ALV table, apply same logic.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1190424a-0801-0010-84b5-ef03fd2d33d9

  • Aperture 2.1.4 issue with Image preview (Browser Only)

    Hi,
    I'm using Aperture from some time, from past few days I'm facing issue with my aperture image browser only.
    i have few projects created. In some projects I'm unable to see the images in view browser only mode. If I select some other view option it works fine except view Browser only has issue.
    any idea how can i fix it.
    Thanks,
    Gulab Pasha

    thanks for your reply,
    I can see the blanks dashes square instead of thumbnails. and it affected to all the images in a project.
    (In one of the other modes, you could select all the images (or just the ones affected) and reprocess the thumbnails). how would i do this...
    Thanks,
    Gulab Pasha

  • Issue with af:selectOneChoice component

    Hi All,
    I am facing issue when using the selectOneChoice components in the below scenario
    I have a page fragments, lets say it as MainPage.jsff, where records are shown in table. On selecting a record and pressing the update button the user moves to EditPage.jsff where the record is shown in editable mode. The MainPage.jsff and EditPage.jsff are based on the same View Object Instance. The EditPage.jsff contains 4 fields,
    field1 - Non Editable
    field2 - Non Editable
    field3 - Editable - selectOneChoice - dependent on field1 and field2. Achieved by setting the bind values in the View Accessors.
    field4 - Editable - selectOneChoice -dependent on field1, field2, field3. Achieved by setting the bind values in the View Accessors.
    Test Case: -
    User selects a record and clicks the edit button, all the fields - fields1, field2, field3, field4, fetch the correct values for the record. So far so good.
    Now, the user navigates back to MainPage.jsff and selects another record and clicks on the update button. This time the values of the field1 and field2 are proper but the values of field3 and field4 which are editable and displayed in selectOneChoice component display some other value with select item of the list containing only one item. Is there some caching issue with the selectOneChoice components which is creating the issue?
    When i do a browser refresh at this stage, the values in the fields - field3 and field4 are automatically set to correct value.
    Also, when i drop field3 and field4 from the view object as simple <af:outputText> the values are shown with correct values.
    Is there anything which i am missing?
    Thanks,
    Tarun
    P.S Though the page contain other components i have narrowed down the test case and considered only the components with the issue.

    Hi Tarun.
    I think selectOneChoices are not refresh try in your EditPage.jsff button ActionListner with fillowing way with partial trigger
    Craete binding attribute for two selectOneChoice and then
    YourBindUIComponent.resetValue();
    AdfFacesContext adfFacesCtx = AdfFacesContext.getCurrentInstance();
    adfFacesCtx.addPartialTarget(YourBindUIComponent);

  • Help Needed re:Spry Tooltip and render issue with XP

    I have an issue with spry tooltip and XP not sure why ?
    Here it is I am designing/building a website for a restaurant, I am making use of the spry tooltip on the menu page as a rollover for a larger menu image to appear, which it does. Everything is cool in Vista etc. but if you are using XP for some reason the rollover effect only works once and then no more until the page is refreshed which is really annoying and certainly not the effect i am looking for. I know this is occuring because of this line of code :-
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"> which I need to keep in.
    Does ANYONE know a quick fix ? or ran into this problem before ?
    I am sure the attached .JS file is the key to fix.
    Thanks in advance
    Andy....!

    This is one of those situations you may need to see to believe,
    whats happening is only on an XP IE8 browser which the ******** client is looking at (what are the odds)?
    On newer systems and other browsers NO problem:-
    You bring up the menu page and mouse over spry triggers and it works PERFECTLY, but only ONCE when you try again the cursor flickers as the trigger is engaged and nothing is revealed? I am sure the spry is working but somehow it is being hidden from rendering correctly as if trapped behind another image or on a delay, and then when you mouse off maybe 500ms later the image flickers into view and dissappears almost instantly. (an obvious error of some sort)
    This only occurs when I place this source code in the head tags:-
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
    Without code works fine, but I need to include this code for it to look as it should cross browser.
    Ask me anything I will help as much as I can but right now I am at a loss !
    Thanks in advance
    Andy....!

  • Render issues with footage from Color

    I'll start off by noting that this issue only happens running Snow Leopard.
    I am having terrible problems when trying to apply and render some effects on footage which has come from Color…specifically, the Bad Film filter. Either at the render completion or during the render, I'll get all sorts of "screen draw" problems, like green and pink pixels everywhere. Sometimes they will only appear in the Canvas window, but if I launch any other app, the new app's is nothing but the screen error and the app is useless, thought I think it still functions, though useless to the point that I'm only left with having to restart. Occasionally, it'll throw that error telling me I must restart (in several different languages). I have occasionally had success with very short clips, but anything much more than 30 seconds is useless. I would think this is a hardware issue; however, it only happens under Snow Leopard and is not an issue with Leopard.
    I have performed a clean install from a zeroed disk with both 10.5 and 10.6 and upgraded to the latest point release. I'm not really sure where to go from here. Has anyone experienced anything like this? I have the early 2008 8-core 2.8GHz Mac Pro with 16Gigs of RAM and two monitors connected to the ATI HD 2600 XT. I've also tried rebooting to just one monitor, but no dice. I've run hardware tests from TechTools that came with my ACD's AppleCare and all appears rosy. Real Time effects seem to work just fine and I don't have issues with all effects that require rendering. Most befuddling, I'm having no issue on clips that have not first gone through Color. Strange, huh?

    Sorry about that.... The footage is ProRes422 1440x1080 going into Color and ProRes422 1920x1080 coming out. I've tried exporting at 8-bit Uncompressed out of Color with the same results.
    Originally, this is 24p footage from an HV20 taken to ProRes via this: http://support.apple.com/kb/HT2410 method.
    I'm still just not sure why this only happens in Snow Leopard, while everything works peachy in Leopard, though I think you may be on the right track with this being an FxPlug filter. I know I would occasionally get messages stating, basiclly, "Your GFX card is a wimp, these filters won't work" when trying 10-bit sequences under Leopard, thus I tried the 8-bit setting with this issue and all without any luck. I'll will try "Light Rays" and "Bloom" this evening to see if I get the same result.
    To make this stranger still, Bad TV seems to render just fine, as far as I can recall, only Bad Film give me problems. I suppose this particular filter may not be compatible with my configuration. Perhaps, I shoud be getting that message instead of a crash.
    Message was edited by: Carl Spackler

  • Render issues with multi-task

    I have this issue with render.
    for example, i load up my projects and render it, if i run into editing problems cus i forget how to do things ill load up firefox find my solution then go back into FCP and it says i need to render the whole project again.
    anyone else run into this or know a fix?
    please and thanks

    1280x720 Motion JPEG A (.mov) @60fps
    im using the DVCPRO HD - 720p60 preset in FCP
    ive used this same setup before without issues
    hope that helps.
    also im using both stills and video

Maybe you are looking for