Cross browser issue?

hello,
I have a flex image app here:
http://brandonandpatty.com/?page_id=6.
Works fine in firefox 3.0.4 and Opera 9.27. However, there is a
strange issue in IE and Chrome - the thumbnail images show up fine,
but when you click one to display a larger image it gives a broken
image link icon.
I have no idea why the browser would have influence in how
the flashplayer accesses remote image files, but it does in this
case somehow. Any ideas on how to fix this issue, or has someone
had a similar problem? Thank you in advance!

If you enabled "View Source" it might be easier to figure
out.
"bmilesp" <[email protected]> wrote in
message
news:gh9k9l$j87$[email protected]..
> hello,
>
> I have a flex image app here:
http://brandonandpatty.com/?page_id=6.
Works
> fine in firefox 3.0.4 and Opera 9.27. However, there is
a strange issue in
> IE
> and Chrome - the thumbnail images show up fine, but when
you click one to
> display a larger image it gives a broken image link
icon.
>
> I have no idea why the browser would have influence in
how the flashplayer
> accesses remote image files, but it does in this case
somehow. Any ideas
> on how
> to fix this issue, or has someone had a similar problem?
Thank you in
> advance!
>

Similar Messages

  • Reg : Cross browser issue while handling LOV event on KeyFlexFeild

    Hi OA Gurus,
    We are encountering issues on R12.0.6, JDev 120Rup6.
    We have the following test case and code changes.
    Requirement:
    We have OA page where we have one KeyFlexFeild item and a normal LOV. Page items are part of one AM and LOV is in another AM.
    The requirement was to make LOV dependent on keyFlexfeild. Test case is mentioned as per following flow.
    1.     User changes cost center segment of Accounting Flex(Key flex) using Cost center LOV.
    2.     Another LOV in the same page should be dependent on new value of cost center as modified in step 1.
    Solution Implemented:
    Describing in the 3 steps
    1) Here the KeyFlexFeild is expense account. Whenever User changes any segment, we handle
    ‘lovValidate’ and ‘lovUpdate’ events on KeyFlexFeild in processFormRequest of controller.
    2) Retrieve the value of cost center segment using getSegmentsQualifiedBy(), Update corresponding VO attribute of the LOV query parameter.
    3) Forward the request to current page so that LOV will have modified value with updated query.
    4) Forwarding to current page is must because LOV is built with another AM and will loaded only when page is built.
    Issue:
    This works fine on internet explorer. When trying to run the same in Mozilla we have following issue
    1) User modifies one of the segments of expense account and make a tab – out
    2) Now the page refresh happens
    3) Now in the same page no other LOV or no other button works. He can’t click on any button for submit or cancel.
    LOVs will not open even after clicking on it.
    Code changes:
    //Step1 – Handle LOV events
    String source = pageContext.getParameter(SOURCE_PARAM);
    String eventType = pageContext.getParameter(EVENT_PARAM);
    if(source !=null && eventType != null) {
    if(source.startsWith("Acct") && eventType.equals("lovUpdate") || eventType.equals("lovValidate") ) {
    KeyFlexfield flex = (KeyFlexfield)lkff.getAttributeValue(OAWebBeanConstants.FLEXFIELD_REFERENCE);
    // Step -2 Updating the corresponding VO attribute for LOV to get the modified the value
    Segment[ ] segmentL = flex.getSegmentsQualifiedBy(FA_COST_CTR");
    CostCenterValue = segmentL[0].getValue().getValue();
    if(CostCenterValue != null ){
    sampleViewObject.getCurrentRow().setAttribute("ToCostCenter",CostCenterValue);
    OAFormValueBean formValueBean = (OAFormValueBean)webBean.findIndexedChildRecursive("ToCostCenter");
    if(formValueBean != null)
    formValueBean.setValue(pageContext, CostCenterValue);
    OAMessageLovInputBean formValueBean1 = (OAMessageLovInputBean)webBean.findIndexedChildRecursive("ReceivingApprover");
    if(formValueBean1 != null)
    formValueBean1.setValue(pageContext, null);
    else
    sampleViewObject.getCurrentRow().setAttribute("ToCostCenter",null);
    //Step 3 – Forward the request Current Page again
    pageContext.setForwardURLToCurrentPage(null, true, ADD_BREAD_CRUMB_YES, (byte)0);
    We have following questions.
    a)     Solution implemented by us is correct ? or we have to implement it in another way ?
    b)     Is OA version mentioned above supported on Mozilla browser version 3.x ? This issue is not occurring on Mozilla 1.x while running from JDev.
    Please let us know if any additional details required.
    Thanks for help in advance.
    Edited by: user774130 on Dec 15, 2009 2:27 AM

    Hi,
    It seems that you have not noticed that this forum is not for posting product-related questions/problems....
    So , this might be the correct forum....
    Java Server Pages (JSP)
    Sim

  • Css cross browser issue

    i have laid out my template using css, but notice that one of
    my columns will bump down under another one if the screen is
    resized in IE (on pc, v.6). can someone take a quick look at my
    code and css and let me know what i can do to ensure that
    everything will stay where it is supposed to be located, while
    still using width equal to a % so that it will resize with screen
    resize.
    my template can be found at: www.thedunch.com/template.html
    my css can be founds at: www.thedunch.com/css/dunch.css
    thanks in advance for any help

    If you enabled "View Source" it might be easier to figure
    out.
    "bmilesp" <[email protected]> wrote in
    message
    news:gh9k9l$j87$[email protected]..
    > hello,
    >
    > I have a flex image app here:
    http://brandonandpatty.com/?page_id=6.
    Works
    > fine in firefox 3.0.4 and Opera 9.27. However, there is
    a strange issue in
    > IE
    > and Chrome - the thumbnail images show up fine, but when
    you click one to
    > display a larger image it gives a broken image link
    icon.
    >
    > I have no idea why the browser would have influence in
    how the flashplayer
    > accesses remote image files, but it does in this case
    somehow. Any ideas
    > on how
    > to fix this issue, or has someone had a similar problem?
    Thank you in
    > advance!
    >

  • CSS Help/Cross Browser Issues

    Nevermind

    Embedding the fonts should solve that issue. You might want to make sure that the browser is not using a cached version of the project. You may have fixed it, but not seen it due to browser displaying an older copy. I will add a small version number on-screen in a corner while developing to make sure that browser is behaving correctly.
    You also might to make sure that font can be embedded. Flash Catalyst only supports TrueType and OpenType font formats.
    Hope this helps,
    Chris

  • Cross browser issue using ajax report pull

    Hi,
    I have an application working using ajax report pull.
    Entire application is based on ajax and its currently released.
    Its performance is good. It works fine with mozilla but in ie,
    links and buttons are not working.
    my code is as follows:
    var container = document.getElementById("divlayer");
         container.innerHTML="";
         var l_Val = document.getElementById('P15_ID').value;
         var l_Val1 = document.getElementById('P15_REGION').value;
         var l_Val2 = document.getElementById('P15_COUNTRY').value;
    var get = new htmldb_Get(null,html_GetElement('pFlowId').value,null,10);
         get.add('P15_GSI_PARTY_ID',l_Val);
         get.add('P10_ID',l_Val);
         get.add('P10_REGION',l_Val1);
         get.add('P10_COUNTRY',l_Val2);
         get.add('P10_ROWS',l_Val3);
         get.add('P15_REGION',l_Val1);
         get.add('P15_COUNTRY',l_Val2);
         get.add('P15_ROWS',l_Val3);
         gReturn = get.get(null,'<htmldb:BOX_BODY>','</htmldb:BOX_BODY>');
         get = null;
    document.getElementById("divlayer").style.visibility='visible';
    document.getElementById("divlayer").style.display='block';
    var elem = document.createElement('div');
         elem.id='d1';
    elem.innerHTML=gReturn;
         container.appendChild(elem);
    The links with doSubmit is not submitting to the same page in ie.
    Please help me.
    Thanks,
    Niveditha

    Hello Niveditha,
    There're some differences in browsers... so yes it's possible that it doesn't work with the same code in another browser. The good news is that most of time there're workaround.
    When I look at your code, you could already change document.getElementById() by $x(), which is doing the same, but comes from the APEX framework.
    Do you have an idea where it fails in IE? Are you using the Developer Toolbar? Maybe that gives you more insights. You could also put some alert('hello 1'); in your code to see what's happening and how far it comes.
    If you put it on apex.oracle.com we can have a look into more detail.
    Dimitri
    -- http://dgielis.blogspot.com
    -- http://apex-evangelists.com

  • Style sheet cross browser issues

    Hi I am having a couple of issues with a test site i am producing
    The URL is above.
    All works ok in I.E.8
    but in IE7 the links on the header are no longer in-line causing them to dissapear from view in some cases.
    And in IE6 the header size appears doubled ?? and the right hand news div drops out of line??
    Probably something simple, but please advise.
    Many thanks
    Mark
    [Subject line edited by moderator to remove URL]

    Markcronin123 wrote:
    Hi Nancy
    http://www.epproductions.co.uk/katebellingham/
    here is the link :-)
    Make a backup of the page and stylesheet, ie copy them so you have an original to go back to.
    What happens to the links in the header if you change the 'header' css to exactly as below. Delete ALL and I mean ALL references to any 'header' css in your current css file and replace it with the selectors below:
    #header {
    height: 95px;
    background-image: url(header.jpg);
    padding-bottom: 5px;
    overflow: hidden;
    #header ul {
    margin: 0;
    padding: 0;
    #header li {
    list-style-type: none;
    float: right;
    margin: 0;
    padding: 0;
    #header ul li a {
    text-decoration: none;
    color: #FFF;
    font-size: 15px;
    float: right;
    padding: 70px 22px 0 0;
    text-align: center;
    font-weight: bold;
    #header ul li a:hover {
    font-size: 17px;
    As for your news <div> dropping try floating it left instead of right as its a much more stable structure. If it still drops take out the innernews <div> and see if it goes back into line.
    #frontnews {
        float: left;
        height: 355px;
        width: 260px;
        background-color: #FFF;
        padding: 20px;
        text-align: center;
        background-image: url(news.jpg);
        background-repeat: no-repeat;
        background-position: center center;

  • Cross-Browser Issues

    I am having trouble with a current web site I am designing
    for a local Culligan dealer. The site, as usual, looks fine in
    Safari, however, looks a mess in Internet Explorer and Firefox.
    Here is the link:
    http://www.culliganwatertown.com
    – I would TRULY appreciate any helpful info... Thanks!

    One of the worst mistakes you can make is to build pages that
    force quirks
    mode rendering by not having a valid and complete doctype.
    Yours is doing
    that -
    <html>
    <head>
    You should add this doctype to your page -
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    The next worst mistake you can make is to build your layout
    in a single
    table with oodles of colspans and rowspans. Since you have
    used ImageReady
    to write your HTML, this is exactly what you have got -
    <!-- ImageReady Slices (index.jpg) -->
    I'm afraid that there is not an easy answer for you there.
    But before you
    start rebuilding, read this -
    http://apptools.com/rants/spans.php
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "RachStG" <[email protected]> wrote in
    message
    news:fmlvoc$h6s$[email protected]..
    >I am having trouble with a current web site I am
    designing for a local
    >Culligan
    > dealer. The site, as usual, looks fine in Safari,
    however, looks a mess in
    > Internet Explorer and Firefox. Here is the link:
    >
    http://www.culliganwatertown.com
    ? I would TRULY appreciate any helpful
    > info...
    > Thanks!
    >

  • Cross Browser/OS issue?

    Hi there,
    This website belongs to our school project and we are getting reports from the teacher assistance and the professor that the website is not funcationing properly. They are saying the menu on the bottom of the page is not showing so they cant navigate the site.
    http://tvbw.businesscatalyst.com/
    Can someone direct me on how we can solve this issue? I have done cross browser check and on some site it doesnt show while on other site they are showing the menu!
    Thank you for your help in advanced.

    that fixed the issue...which is weird since i was getting response from freind with both mac or windows tell me different things...

  • Cross browser testing : Modifier Keys playback actions not working in chrome and Firefox

    Hi,
    In my work flow I have to select multiple items in list.So I have recorded 'Ctrl+Click' action to select list items.In Chrome and Firefox it is not selecting multiple Items.
    Even Ctrl+A,Ctrl+C,Ctrl+V also not working in chrome and Firefox.Complete modifier keys support is not observed in chrome and Firefox.Let me Know how to automate modifier keys actions in cross browser?
    Regards,
    Nagasree.

    Hi Nagasree,
    Welcome to MSDN forums.
    First,please make sure the Chrome and Firefox is supported by cross browser testing.
    Latest version of Chrome and Firefox supported by cross browser testing are Chrome version 38.0.2125.111 and
    Firefox 33.
    I doubt whether Chrome and Firefox in cross browser testing don’t support automating modifier keys or there is anything wrong on it if you are using supported browser. Since this issue is related to the Extensions tool
    Selenium components for Coded UI Cross Browser Testing, if possible, I suggest you post this
    issue here, click “Q AND A”, and then you could post this issue there, you would get dedicated
    support there.
    Thanks for your understanding.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Please help, user browser issue.

    Hi guys, i have re developed phpbb site mercedes dubai  in Dreamweaver and cant able to splash top image to resize as per the user screen resolution. Please help.
    Thanks.

    Hi Carnity,
    This forum is for questions and feedback about the  Adobe BrowserLab cross-browser testing service. Unfortunately the BrowserLab team doesn't have the bandwidth to help with individual questions regarding HTML/CSS coding issues.
    It's possible one of the other forums users may be able to help you, but you may have better luck getting an answer if you post to the HTML5 forum here: http://forums.adobe.com/community/dreamweaver/html5
    Best of luck,
    Mark

  • Help Needed - Flash Catalyst & Browser Issues

    Hi All!
    This is my first post, hopefully someone out there can help me.
    I'm launching a mini-site / brochure on my company's website. I'm having real cross browser / platform issues. Some browsers (Chrome) are displaying error 2032, if that helps?
    No one on a mac seems to be able to open it up. I'm still optimising the file, so whilst the load time is longer than I'd like at this stage, it still functions fine on my computer. This is my first Catalyst project, I'm used to Flash Pro but this seemed like a much quicker option for this project.
    The URL is:
    http://www.hackett.com/index.cfm?page=1733
    Could you let me know if you can see this, what browser you're on and any suggestions as to why this wouldn't work on a Mac (the Mac OS is Leopard that we've tried, and Snow Leopard...)
    Hopefully someone can help, many thanks.

    Hi Chris
    I think I've sussed it - for whatever reason, it appears that this won't work unless you have the very latest version of Flash installed - I did this at home and it now works fine.
    Could I ask what version you are viewing this on? Or if anyone else is following this; what version of Flash are you using and does this project work for you?
    Thanks again.
    Lew.

  • Cannot install Selenium Components for Cross Browser Testing extension from Visual Studio 2013

    Hello,
    I am having some issues with installing Selenium Components for Cross Browser testing.  I keep getting this error everytime. Yes, Visual Studio 2013 has been registered with a product key. However, I cannot seem to bypass this error. I tried to install
    from http://visualstudiogallery.msdn.microsoft.com/11cfc881-f8c9-4f96-b303-a2780156628d and from Tools->Extensions and Updates from Visual Studio 2013. It just does not work. I have a copy of Visual Studio 2013.  Yes, I already have Visual Studio
    2012 Ultimate and Visual Studio 2013 Ultimate installed on my machine. What am I missing?

    Hi Antwan,
    Please uninstall the VS, then reinstall it.
    On the other hand, this issue is in the extension, I suggest that you should post it in
    Selenium components for Coded UI Cross Browser Testing site for efficient response. (Q AND A)
    Thanks
    Best Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Cross Browser? Opinions please.

    Say a developer develops a basic .html site that is viewable
    cross-browser. Now, taking advantage of features available in one
    browser, he or she develops content that uses those features.
    Not wanting to negatively impact the experience of other
    browser users, whose browser cannot use those features and indeed
    causes problems in their browser, the developer codes the site to
    detect the browser and not display the additional content to them.
    So the browser users who can see the new content get it and
    those with other browsers see only the original site. No harm, no
    foul? Or is the definition of Cross-Browser that EVERYONE MUST see
    the same content - develop for the lowest common denominator?
    The reason I ask, is that I have heard people throw around
    terms like "unprofessional" if someone develops for only one
    browser. I was just wondering what the definition of Cross-Browser
    is.

    norrisoft wrote:
    > Say a developer develops a basic .html site that is
    viewable cross-browser.
    > Now, taking advantage of features available in one
    browser, he or she develops
    > content that uses those features.
    >
    > Not wanting to negatively impact the experience of other
    browser users, whose
    > browser cannot use those features and indeed causes
    problems in their browser,
    > the developer codes the site to detect the browser and
    not display the
    > additional content to them.
    >
    > So the browser users who can see the new content get it
    and those with other
    > browsers see only the original site. No harm, no foul?
    Or is the definition
    > of Cross-Browser that EVERYONE MUST see the same content
    - develop for the
    > lowest common denominator?
    >
    > The reason I ask, is that I have heard people throw
    around terms like
    > "unprofessional" if someone develops for only one
    browser. I was just
    > wondering what the definition of Cross-Browser is.
    "unprofessional" might be too much of a word. Bottom line is
    what is that your
    client needs and agree too.
    For years people were developing stuff that was only
    supported in IE, no one *****
    about it because it was kind of given, we all knew it simply
    did not work anywhere else.
    From basic css to dhtml and others...
    If my clients does not mind that I develop with FireFox in
    mind and not IE, why would
    I care if someone call me unprofessional. I want my content
    to work right to the client
    liking.
    I read some threads day or two days back, pretty similar
    issue. Tho I could not agree
    with some of the points but than again, if my client has a
    say in it and he is ok, that
    is fine with me. Lots if not all of my clients feel strongly
    about IE and security problems.
    These are normal mortals, not computer savvy people and they
    hate the idea that
    regular surfing get them pack up with spyware and all this
    stuff, people who not suppose
    to know about cleaners, protections and 20 other applications
    required just to run browser safely.
    Because of that, they strongly encourage support of FireFox
    and content specifically built
    for it.
    I herd many of times, "don't worry about IE, we don't want it
    anyway"...
    Regards
    Urami
    Happy New Year guys - all the best there is in the 2006
    <urami>
    http://www.Flashfugitive.com
    </urami>
    <web junk free>
    http://www.firefox.com
    </web junk free>

  • Cross-browser compatible flash embedding in html5

    I am a newbie with flash with less than a year of experience and this is my first post in this forum.
    I recntly converted my web site from xhtml1.1 to html5 and when it came to flash I was a bit stumped.
    Then the light came on, why not use html5's new and powerful JavaScript engine and I did.
    I was able to use JavaScript to embed the flash object which tested with IE8, FF3.6.4, Safari 5.0, Opera 10.53, SeaMonkey 2.4, Chrome 5,6 and maxthin 2.5 & 3.0.
    I wanted also to keep away from making a http call for swfobject and use the html5 enviornment.
    Therefore, I used the following and placing the JavaScript function within the <head>..</head> tags just above the <body> tag.
    My web site is multi-lingual currently with/for English and German with French and Spanish to follow; the html5 used is simple and it W3C validates it as html5.
    Using the english version this was placed within the head tags
    <script>
           //<![CDATA[
         document.write('<object width="100%" height="100%"  type="application/x-shockwave-flash" data="english.swf"  >');
         document.write('<param name="classid"  value="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" />');
         document.write('<param name="pluginurl" value="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24"  />');
         document.write('<param name="movie" value="english.swf"  />');
         document.write('<param name="quality" value="best" />');
         document.write('<param name="menu" value="false" />');
         document.write('<param name="allowFullScreen" value="true"  />');
         document.write('<param name="allowScriptAccess" value="sameDomain"  />');
         document.write('<param name="bgcolor" value="#000000"  />');
         document.write('<param name="scale" value="noscale"  />');
         document.write('<param name="wmode" value="window" />');
         document.write('</object>');
            //]]>
    </script>
    I have also noticed that an iPAD visited my wbe site indicatingn to me that it works on an iPAD and by virtue that this method of flash embedding works with the above borwser types; it is I think a cross-browser method.
    To see this in action feel free to visit my web site and look at the index.html, english.html or the german.html code to see this implemented; the web site is www.mirana.net
    Now my questions is:
    1. is this a good method and why? or why not?
    2. can this be placed mainstream ?
    Thank you for reading this and be merciful in responses

    Hi
    Thanks for replying, I appreciate that.
    I do agree that that an initial view may appear as the 'standard flash embed' but in this case it is not by virtue of its location being between the head tags.
    There is IMHO considerable difference placing this method between the head tags as compared to placing in/on the body.  Try it out yourself in html5.
    1. it valdiates
    2. reduces http calls
    3. appears to load faster but that can be purely dependent upon the visitor's internet connectivity
    4. fundamentally works with all browser that I tested it with
    Traditionally with flash embedding there was an issue with/in validation of the html document and this goes back to 2002 when the 'Satay' method corrected this. As I now understand it with the release of CS5 html that is published uses the object method of embedding.
    The fact that an iPAD was on my web site and viewing pages certainly was a surprise, I only wish I had an iPAD.

  • Hey, I'm doing some cross browser testing and i want to know Is there any difference between the behavior of Firefox in an operating system 64bit & operating system with 32bit. (like windows7/windows vista...)

    ''duplicate of https://support.mozilla.com/en-US/questions/905881''
    Hey, I'm doing some cross browser testing and i want to know Is there any difference between the behavior of Firefox in an operating system 64bit & operating system with 32bit. (like windows7/windows vista...)

    Hi Kossa,
    You can also check if the issue occurs in
    Clean Boot. If the issue disappears in the Clean Boot environment, you can continue to narrow down which entry is causing the issue.
    Besides, uninstall it and re-download
    a fresh copy of FireFox to check the result. If the issue still exists, create a new user account to see if it occurs.
    If the issue persists, you can contact Mozilla Support directly and use Internet Explorer (IE) during the time.
    J
    Please Note: The third-party product discussed here is manufactured by a company that is independent of Microsoft. We make no warranty, implied or otherwise,
    regarding this product's performance or reliability.
    Regards,
    Linda

Maybe you are looking for

  • Help! Trying to add bridge photo gallery to web page in CS4

    I am new to this and have created a photogallery in bridge.  I uploaded the files to my server and they don't appear anywhere.  How do I save them and then add to the page using dreamweaver cs4?   All of the tutorials I find show how to create them n

  • Replace Fan on Pavilion

    I realise this is probably a general "fault" with most laptops but why the hell don't manufacturers build their machines with cooling fans that are accessible as all hard drives seem to be. Moving parts are obviously the most likely to wear or fail o

  • Debugging abap webdynpro application

    hi gurus, an abap webdynpro application is runninf fine in developmernt server but not in production system. i transported the application again to refresh the application in production. but still the error persists. now i want to debug the abap edit

  • Holiday Entitlement in Oracle HRMS

    Hi, Please could anyone point me in the direction of the DB table(s) where an employees annual leave entitlement is recorded in Oracle HRMS? Thanks

  • Mail app won't open New/compose page

    In Mail I receive incoming msgs but, when I click on "new" msg or "Reply" (to msg received}, nothing happens. ISP/server is Insight Broadband. Insight says it is Apple problem. Appreciate any INSIGHTS. DON H. imac Pwr PC G4   Mac OS X (10.4.7)