GetURL() IE iFrame Bug

I have a flash movie inside an iFrame (I know how bad that
is, but I have no other options) and 99% of the time everything
works fine in IE... However, every once in a while anything using
getURL() to open a link will stop working in IE. Everything that
does not use getURL to open a link or perform a function works
fine. This only happens in IE and when I test the page I'm pulling
into the iFrame by itself the getURL() items work fine... It only
ever stops working inside the iFrame in IE. Anyone know what causes
this problem and/or how to prevent it from occurring?
Thanks!

I am having the same problem! It is driving me nuts.. to add
insult to injury I have been trying to get this very elegant (going
against the design nazi's) grain horizontal scroll bar to work with
Javascript but gave up and redesigned in flash thinking of course
this was a sure thing! WORKs awesome with every browser but frames
IE...works in IE no frames..but in frames..refuses to work
Exact same issue, very sad!

Similar Messages

  • A iframe bug in safari

    a iframe set attribute "scrolling=no"
    like this:
    <iframe id="test" scrolling="no" src="test.html" frameborder="0" height="2000"></iframe>
    and test.html has attribute "overflow-x: auto"
    like this:
    <html>
    <head>
    </head>
    <body>
        <div style="overflow-x:auto;">
           </div>
             content
           </div>
        </div>
    </body>
    </html>
    so in safari, it can not scroll in ifarme area.

    It is a bug. If you start to search for something with the Safari not in full screen mode the history and predictive search functionality is there. If you then expand the application window to full screen it the search field will continue to work as expected. However, if you open the application and first expand it to full screen view before using the search field it will not work properly; the history will be inaccessable and the predictive search will fail.  In order to restore functionality, hit 'control+command+F' to return to non-full-screen mode, type something in the search field or access your search history via the hour glass and then return to full screnn mode. The search field will now function normally again. This is definitely a bug and this behavior explains why the search seems to be fixed at times, and broken at others.

  • Geturl and iframe driving me nuts!!!

    Howdy guys, i have used this code a million times before and
    now its suddenly stopped working, this is my code in the html for
    iframe...
    [CODE]<iframe src="home.html" name="content" width="342"
    marginwidth="0" height="458" scrolling="yes"
    frameborder="0"></iframe>[/CODE]
    and this is my code in flash...
    [CODE]
    on (release) {
    getURL("about.html","content");
    [/CODE]
    so basically flash should be loading the html page
    "about.html" in to the iframe called "content".
    Instead its just opening content in a new window.
    I dont know what on earth im doin wrong.
    Ive done a search and this fella seems to be having the same
    problem....
    [url]http://board.flashkit.com/board/showthread.php?t=711189&highlight=geturl+iframes[/url ]
    any body else had the same problem?
    Cheers
    Aidan

    -BUMP-
    This is absurd people, can no one figure out what is wrong with this thing? This is not a new problem: http://discussions.apple.com/thread.jspa?messageID=7284984 but no one seems to have any answers.
    Further information: I never had my iDisk activated, and dmnotifyd was still consuming 99% of CPU when sync was set to Manual. I've deactivated my mobile me settings on my computer altogether and force quit the process and so far it hasn't returned, but this clearly is not a workable solution-- I'm paying $100 per year for this crap...
    Message was edited by: czaffa

  • Bizzaro Safari iFrame bug

    Hi - I've build a page that has an iFrame in it. The page has a dhtml horizontal scrollbar scripted for it, moving a div within a div with a clipwindow on it. The custom scrollbar and the div render correctly and function fine.
    The problem: in Safari (1.3 / os10.3.9), if you click the mouse within the space of the iFrame that is not a part of the div, and move the mouse (with the mouse held down) the entire document within the iFrame scrolls horizontally. The iframe tag is set to not scroll, the clip window and the divs are a set width.
    I have a sneaking suscpicion that Safari is reading the content within the div (even though it's clipped and invisible), and allows you to scroll to the end of the document even though all the tags are telling it not to.
    has anyone had any experience with this?
    thanks
    Powerbook G4/1.25/1GB/10.3.9    

    Safari reads the div in the iFrame as content, so if you click and drag within the iFrame you physically move the page around as far as the page's content allows.
    In order for Safari not to read the content, set a width on the div (no matter the size of the content) and add the overflow CSS attribute as 'hidden.'
    Safari will then not register the hidden content, allowing the click/drag bug not to function since it doesn't see the hidden content as page content.
    Still a bug on Safari, but the work around should work.

  • GetURL target IFRAME

    Hello guys and gals.
    I'm trying to do something which should be amazingly easy and
    fundamental, but which just won't work. I've looked all over the
    web, millions of forums, and all through flash help and still can't
    get a solution.
    Basically I'm trying to target an IFRAME with a getURL
    command. I've seen loads of people all over the place having the
    same problem, but nobody seems to come to any definitive
    conclusion, and none of the solutions will work for me.
    I've tried the JavaScript function, and tried fiddling about
    with parameters but nothing seems to work. I can't believe that
    something so basic could possibly be so difficult - especially
    since I know I'v ebeen able to do it in the past.
    I'm using Flash 8, and trying to target an IFRAME called
    'livebox'
    I have named and IDd the frame, and I know that you should be
    able to specify the frame in the getURL command but it doesn't
    work. Please help as this is really winding me up!
    Cheers
    Marc

    IFRAME are HTML elements... getURL can execute some
    javascript code but I can't access an HTML tag directly. The reason
    is simple: getURL can't receive a return value(or HTML object) so
    if you want to execute something like top.yourFrameId.... browser
    will return an HTML IFRAME object to the caller and in your case is
    getURL.
    Try to call a javascript function,
    getURL("javascript:yourFunction(yourParams);"); .On IE you will
    probably need to use an Fscommand javascript call... ugly but
    sometime is necessary. In this javascript function you will call
    you IFRAME and it will work...

  • IPad: safari iframe bug

    document.getElementById("smallFrame").contentWindow.onblur = onBlurHandler;
    document.getElementById("smallFrame").contentWindow.focus();
    //here "smallFrame" is an iFrame.
    in iPad safari, above code will never fire onblur event.

    Is what you wrote what you get on the screen when you open a particular site with Safari? If it is and Safari works fine on othor sites then it appears to be a site problem. Why not inform the people at the site? Also, have you tried other browsers on the iPad such as iCab or Perfect Browser?

  • Nasty iframe bug in iPad web app development?

    When a page in an frame contains a text box towards the bottom of the page(s), the whole page will bounce when data is entered.
    Only occurs in 'web app' mode.
    No javescript on pages, worlds simplest HTML, but it is badly broken
    A sample here...
    http://iPad.papwalker.com
    Must be set to home screen by pressing the plus to send to home screen.
    Any ideas?

    I have always found spell check to be "buggy" in every version of all of the iOS's that I have run on my original model iPad and my new iPad - especially when replying and typing posts in these forums. It works perfectly in every other application on my iPad but it has never worked perfectly in any web browser that I have used on my iPad - no matter what I have done to try to correct it. That is what MY experience has been with spell check on my iPads.
    As for the crashes on your iPad try these basic troubleshooting steps.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    Quit all apps and restart. Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • Safari 4 PhpMyAdmin iFrame

    Hello,
    When i use PhpMyAdmin in Safari 4 the left frame isn't resizable. Is there a plugin or something else to fix this iframe bug?

    No one has a idea ?

  • Spry Sliding Panel bugs with Flash SWF, iFrames, CSS background images

    Greetings,
    I'm working on a site right now that is build with Spry 1.6
    Sliding Panels. On the home panel I have integrated a looping SWF,
    and scrolling iFrames on the Overview panel. After extensive
    research on these forums, I'm still scratching my head at a few
    bugs listed below:
    • Firefox (MAC v2.0.0.14)
    - The SWF on the home panel doesn't hide properly when
    sliding to a different panel. I have set 'wmode opaque' parameters
    to the flash file, but this seems to have not resolved the issue.
    - Additionally, I've noticed that sometimes the SWF will not
    finish sliding into the correct position when clicking to the home
    panel (the SWF will stop sliding several pixels left of the
    original positioning).
    - The SWF (which happens to be a loop animation) resets every
    time the home panel is visited. In my testing, this does not happen
    in any other browser.
    - On the Overview panel, scrolling iFrames are used on the
    "Staff Profiles". These iFrames don't hide properly when clicking
    through other panels, as the scroll bars are still viewable.
    - Overall, the sliding animation is a bit choppy compared to
    all other browsers. I can live with this, but I wonder if I have
    improper code somewhere?
    • Opera (MAC v9.27)
    - Same issue as above concerning the fact that the SWF
    appears outside of the sliding panel view port.
    • IE 6
    - CSS background images flash during the sliding panel
    animation.
    * Site page links *
    Main URL
    Home
    Page iFrame
    Overview
    Page iFrame
    * CSS *
    Main
    site-wide CSS
    Sliding
    Panels CSS
    * Scripts *
    Sliding
    Panels Sript
    Any suggestions, pointers would be much appreciated!
    Cheers,
    Chris

    Greetings,
    I'm working on a site right now that is build with Spry 1.6
    Sliding Panels. On the home panel I have integrated a looping SWF,
    and scrolling iFrames on the Overview panel. After extensive
    research on these forums, I'm still scratching my head at a few
    bugs listed below:
    • Firefox (MAC v2.0.0.14)
    - The SWF on the home panel doesn't hide properly when
    sliding to a different panel. I have set 'wmode opaque' parameters
    to the flash file, but this seems to have not resolved the issue.
    - Additionally, I've noticed that sometimes the SWF will not
    finish sliding into the correct position when clicking to the home
    panel (the SWF will stop sliding several pixels left of the
    original positioning).
    - The SWF (which happens to be a loop animation) resets every
    time the home panel is visited. In my testing, this does not happen
    in any other browser.
    - On the Overview panel, scrolling iFrames are used on the
    "Staff Profiles". These iFrames don't hide properly when clicking
    through other panels, as the scroll bars are still viewable.
    - Overall, the sliding animation is a bit choppy compared to
    all other browsers. I can live with this, but I wonder if I have
    improper code somewhere?
    • Opera (MAC v9.27)
    - Same issue as above concerning the fact that the SWF
    appears outside of the sliding panel view port.
    • IE 6
    - CSS background images flash during the sliding panel
    animation.
    * Site page links *
    Main URL
    Home
    Page iFrame
    Overview
    Page iFrame
    * CSS *
    Main
    site-wide CSS
    Sliding
    Panels CSS
    * Scripts *
    Sliding
    Panels Sript
    Any suggestions, pointers would be much appreciated!
    Cheers,
    Chris

  • BUG: 1.4.1 beta doesn't like to be in an IFRAME that moves.

    If you are using 1.4.1 beta in an IFRAME which position can be moved by javascript for instance, the plugin will grey out and not refresh. 1.4.0 work perferctly in this regard.

    It's a shot in the dark, but try:
    -Dsun.java2d.noddraw=true
    in your plugin control panel runtime params & retry the applet. There was a bug (forget #) that should be fixed in 1.4.1 RC/FCS that may repair most 1.4.0 -> 1.4.1 Beta GUI paint regression problems (making the noddraw directive unnecessary).
    Good luck,
    Chris

  • Iframe flash bug (redrawing the iframe in upper left corner)??

    Hi All.
    Has anyone found a fix for this safari bug. When I place an iframe on my web page holding a flash file it looks fine on all other browsers than safari!!
    In safari (latest version, not beta and earlier versions) the first time a visitor opens the page the flash movie is drawn in the upper left corner as well as the position it should be in. If the visitor reloads the page it looks ok and the "extra" flash movie is no longer in the upper left corner.
    You can see the site here: www.trierski.dk
    Any advice would be great..
    Dr. Virus

    Haven't tested with Safari on PC. The problem I want to solve is with the Mac version of Safari... Version 2.0.4 (419.3) Not the beta versions...
    Dr. Virus

  • Flash call director using getURL bug

    Hi!
    I am using Flash 8 and Director MX 2004, and I found out
    that, if I use getURL("lingo: function name...") to call director
    function, and if there is any error happened in this function call,
    it seems that director won't show any error message at all. Does
    anybody know how to make director display the error message? Here
    is an example to show the bug:
    http://www.storynest.com/TRANSFER/flashGetURLBug.zip
    if you click on the director button, it will show an error,
    but if you click on the flash button, which calls the same
    function, director produces no error...
    Thanks a lot for help!
    Hsin-Chien

    Sean Wilson wrote:
    > There's no way around this that I'm aware of. There are
    a few xtras I
    > have encountered (the Flash Asset or ActionScriptObjects
    xtra
    > included) that exhibit this behavior: if an error occurs
    in a method
    > whose stack root is a callback or a method of the xtra,
    execution
    > stops and no error is thrown.
    I suggest to switch on a boolean flag as last line of issued
    methods.

  • GetURL() & iframes links

    Dear,
    I have a flash file in "Default.htm" page which have a iframe
    called "main".
    In the links in the flash file I have this function to call
    another page in "main" iframe:
    on(release)
    getURL("contactus.htm","main");
    But when the contactus.htm page load, it load in a new frame,
    and not in the iframe, why?
    Help me please, thx

    here's how it should work:
    http://www.kglad.com/Files/test/frame.html
    here are the files:
    http://www.kglad.com/Files/test/frame.zip

  • FLash 8 Bug using getURL

    I have created a Flash 8 button runnig in a menu frame that
    is supposed to open an html in the mainframe. Without regard to
    whatever fix I attempt it doesn't work. Finally I published it as
    Flash MX 2004 and it works exactly as it is supposed to.
    Three days I have been messing with this! Fix Flash 8 you
    morons!

    Yeah, I know. I was just venting and frustrated.
    I am stuck using frames because that what the customer has in
    place. I sent everything to another developer who doesn't have
    Flash 8, so I had to save it in MX for him. It ran on his system
    without problems. I then did a couple of experiements in publishing
    as both Flash 8 and Flash 7. Sure enough it works without problems
    published for the Flash 7 Player.
    No it is not my misunderstanding of how to do a getURL. It is
    a problem with Flash Player 8 (see threads on "mainFrame").
    Anyway... my apologies to the forum.

  • BUG Several uncaught Javascript exceptions in IFRAME

    Hello everybody,
    I'm having really a hard time using Oracle ADF Faces to create a page that is integrated into a portal via an IFRAME-Tag.
    The following features do not work:
    - Partial Page Submit / AutoSubmit
    - ShowDetail
    - Table (sorting, paging)
    The following errors occur (translated to english since I have a german system):
    - uncaught exception: permission denied for reading property Window._abandoned
    - uncaught exception: permission denied for reading property Window._blockReload
    - uncaught exception: permission denied for writing property Window._pprSomeAction
    Best regards,
    Mathias Ringhof

    First off, thanks for your reply.
    But you really don't need an portal environment, just create a simple HTML page like the following:
    <html>
    <head>
    <title>IFrame Test</title>
    </head>
    <body>
    <iframe src="URL TO YOUR ADF FACES PAGE WITH A ADF TABLE / SHOWDETAIL COMPONENT AND/OR PARTIAL PAGE RENDERING" width="95%" height="800px" name="MY_IFRAME"/>
    </html>
    We downloaded the free version of JDeveloper so how can I get customer support? In general, what are my support options and how much do they cost?

Maybe you are looking for

  • Changing the value of the SOAPElement in the SOAP message

    Now another problem I encountered was of overwriting a value in the SOAP message by my value. SOAPElement interface which extends Node interface provides me the method getValue() to get the value of the node but doesnt give me any method to set any o

  • Iweb SEO TOOL for iweb09 any help please Cannot locate my websites???

    Hi I have just downloaded iweb SEO tool which sounded so good, but when you start you have to locate my website (which was created on iweb 09) and I cannot find it. It doesn't ask for your web address just comes up with OPEN FILE and you have to loca

  • ASM and Serviced Databases in EM Grid Control 11g

    Is there a way to update Serviced Databases showing in EM Grid Control 11g. It seeams like db_name and db_unique_name for the same database are listed under serviced database?

  • Converting still frames from iMovie

    Hello, I took some still frames from iMovie (right click on playhead and say something like capture still whatev). I guess they are in .dv format which is fine for iMovie and iDVD, and maybe Final Cut Pro, but what if I want to take that still .dv an

  • I have no itunes library.itl or previous library

    So my girlfriend downloaded itunes 11 but didnt like it so i uninstalled it and installed windows 10.7. Got that error pop up on the screen that everyone else got say itunes library.itl wasnt right basically. so I need to get an .isl file to open itu