FindComponent() in client doesnot always work in firefox

in the adf page, there is a commandImageLink and a showdetail component.
the showdetail is not disclosed by default when page loaded. after click the commandImageLink ,then make the showdetail disclosed through javascript in client.
adf code is like this:
<af:commandImageLink id="gil0"
partialSubmit="true">
<af:clientListener method="init" type="click"/>
</af:commandImageLink>
<af:showDetail id="viewSD" disclosed="false" visible="true" clientComponent="true">
</af:showDetail>
javascript code:
function init(event) {
var src = event.getSource();
var showDetail = src.findComponent("viewSD");
if (showDetail != null) {
if (showDetail.getDisclosed() == false) {
showDetail.setDisclosed(true);
but the problem is this code doesn't always work in Firefox.
in the javascript init(event) function, the src.findComponent("viewSD") will return null sometimes, but sometimes it works.
is this because the showDetail component may not be rendered completely when try to find it through javascript?
but it seems always works in chrome and ie.
any ideal?
thanks!
-ken

Hi,
it should work as in IE and Chrome because the JS objects are created the same. If this continues reproducing, please file a bug with customer services for the dev team to track the issue. I assume you tried JDeveloper 11.1..4
Frank

Similar Messages

  • Formatting text (bold, italics, etc) in webmail client does not work in Firefox; works in IE and Chrome

    I use the Smarsh webmail client for my company's email service.
    I have been using Firefox in the office for quite some time, and only recently has this issue come up.
    When composing emails using the Smarsh client, I cannot format text (using bold, italics, or underline) using the buttons built in to the client. When I highlight text and click a formatting button, the cursor just moves to the end of the line.
    Using keyboard shortcuts to edit the formatting works sometimes, but is sporadic (sometimes formatting PREVIOUSLY selected text but not the currently selected text).
    I have tried downgrading to Firefox 16, 17, and 18 (as this problem has only come up in the last couple of weeks, and Firefox 19 was release I believe on 2/13), but this did not solve the problem either.

    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!

  • Save and quit feature not working on FF4. Always worked in Firefox 3.6.Running Vista home premium

    When I close firefox 4 the option to save the open tabs is not offered. Only choice is to cancel or close tabs. Running vista home premium. Only extensions are adblocl plus and image zoom

    You can use "Firefox > History > Restore Previous Session" to get back the previous session.<br />
    There is also a "Restore Previous Session" button on the default about:home Home page.
    Another possibility is to use:
    *Tools > Options > General > Startup: "When Firefox Starts": "Show my windows and tabs from last time"
    You can set the warn prefs on the about:config page to true via the right-click context menu or toggle with a double left-click.
    * browser.showQuitWarning, see http://blog.zpao.com/post/3174360617/about-that-quit-dialog
    * browser.tabs.warnOnClose, see http://kb.mozillazine.org/About%3Aconfig_entries
    * browser.warnOnQuit , see http://kb.mozillazine.org/browser.warnOnQuit
    * browser.warnOnRestart , see http://kb.mozillazine.org/browser.warnOnRestart
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />

  • Back button (JSF) doesnot always work

    Hi,
    <hx:commandExButton type="submit" value="CANCEL" rendered="#{rebalance.rebListSize > 0}"
    styleClass="commandExButton" id="button4" onclick="history.go(-1); return false"></hx:commandExButton>Sometimes, clicking on the Back button gives me a Warning message about refresh.
    Any clue why this happens?
    Please any help is really appreciated.

    Thank you.
    I have been testing it since yes'day and noticed that having <redirect/>in the <navigation-case> might not work in all the cases.
    For Example:
    <navigation-rule>
         <from-view-id>/domains/application/recommendedRebalance.jsp</from-view-id>
         <navigation-case>
               <from-action>#{rebalance.goToCenterDetail}</from-action>
              <from-outcome>success</from-outcome>
              <to-view-id>/domains/application/centerDetail.jsp</to-view-id>
         </navigation-case>
            </navigation-rule>On recommendedRebalance.jsp ,, I have a
    1.Link that takes me to centerDetail.jsp (via rebalance.goToCenterDetail --- which is a bean.method)
    2. A Cancel button.
    3. I have a BACK button on CenterDetail page which when clicked should go history.go(-1).
    When I added <redirect/> to the above <nav-case>...the Back and cancel buttons seemed to work but the Link did not work.(Because it is creating a new request with no params)
    when I removed <redirect/>,,, the link works but the Back and Cancel buttons work sometimes and sometimes give me "Warning : Page Expired"
    What is it that iam doing wrong?/
    Let me know If iam clear...
    Thanks.

  • Typeahead function in search field inside Facebook does not work in Firefox 13.0

    Until 3 or 4 days ago, cool typeahead function inside search field inside Facebook always worked in Firefox. Now since 4 days ago, it does not work. But the typeahead function works inside search field inside Facebook on Internet Explorer BUT I prefer to use Firefox and do NOT want to switch to IE!!!
    Is there anything I can do to regain that function?
    Aharon

    Shalom DJST,
    Thank you for reply.
    The behavior did not start with Firefox 13. I actually upgraded to Firefox 13 in hope it would solve the problem that happened in previous older versions. It failed to solve the problem.
    It had been working for 3 years on Firefox until last or 2 weeks ago.
    Regarding search, I mean by "type-ahead" which is that FB's search field offers a drop down list of possible search results as I type. For example, if I type S, it will show list of all people or groups with first letter S. If I type sk, it will show list of anything such as people or groups that starts with Sk, and so on. This is most valuable time saving technique to look for my pals to say hi or groups that I do not belong to but want to read their news or info.
    I think it is Facebook's programming problem but if I ask them, they will point to Firefox's fault by saying that it works for my Internet Explorer but not for Firefox and I do not want to get involved into tug war between Facebook and Mozilla.
    I am just bummed that the valuable time saving search method no longer exists on Firefox.
    Regards,
    Aharon

  • Copy/paste function not working in Firefox 22. Always good in previous versions

    Copy/paste function not working in Firefox 22. Always good in previous versions editions

    Well I've uninstalled FF22, thanks for the suggestion.
    Chrome works perfectly with ZA and C&P.

  • Why won't Firefox always minimize/resize? Using F11 is a patchy solution that doesn't always work

    Firefox won't always minimize or resize. The upper right hand corner just pulsates. Looking through forums, I found that using f11 can help, but it doesn't always work. Often I have to reboot.
    == This happened ==
    Not sure how often
    == A year ago, maybe

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • Everytime I open Firefox - error: "...Firefox could not find your Proxy configuration..." The thing is I'm not using Proxy. Then I go to settings windows, network, put No Proxy, and then everyting works ok. BUT always I open Firefox, it happens again.

    Everytime I open Firefox, it shows me a error: "...Firefox could not find your Proxy configuration..." The thing is I'm not using Proxy. Then I go to settings windows, network, put No Proxy, and then everyting works ok. BUT always I open Firefox, it happens again. Help me , Please
    Everytime I open Firefox, settings in Network appear: Manual Proxy and shows me a ip number and port

    See:
    * http://kb.mozillazine.org/Preferences_not_saved

  • How can I make NETRIS listings work on Firefox.

    I have always kept NETRIS on Internet E because it will not work on Firefox. Some of the buttons will not work. A tech guys said yesterday that it now works and to ditch internet E because it causes problems. But I still cannot get the search etc. buttons to work.

    I've been struggling with this problem a lot in the past two days because my client is trying to ditch Internet Explorer entirely and the Microsoft OS entirely if possible. The www.ntreis.net website seems to work perfectly until you log in, and then everything loads and again seems to work perfectly except for the Search function. As near as I can narrow it down, there is some bizzare function that Search calls that no other browser in the world but IE8 from Mircosoft calls or recognizes. Strangely their website will tell you it supports a Mozilla Browser and I guess on a purely technical level that's true, but the lack of the Search function makes it less than useful. The same problem exists with higher levels of IE for Windows 8. As of right now unless there is some known work around, www.ntreis.net only works on XP or windows 7 machines running only IE8 nothing earlier or later functions at all. If you'd like screenshots or available code from the site, that's available upon request.
    It's been suggested, that the problem might have something to do with secure browser settings. In the source code of the affected part of the page, the agent's liscense is given in plain text. I don't know if there's any way to test this or not.
    Just an update, the Innovia portal works flawlessly not only in Firefox, but in a completely different operating system, it looks slightly different than the standard Listings section but it works the same way.

  • Pluginspage is not working in embed script in firefox 36 version. Actually wanna downlaod jre 1.8 . It was working on firefox 22 version. Please suggest

    <pre><nowiki>function createEmbed(divID, context, locale, server,client)
    var d = document.getElementById(divID);
    d.innerHTML = '<EMBED type="application/x-java-applet;version=1.8" CODE="com.cybertrust.webrao.WebRAOApplet.class"'+
    'JAVA_CODEBASE="'+context+'" '+
    'ARCHIVE="WebRAO.jar" '+
    'NAME="WebRAOApplet" '+
    'MAYSCRIPT="true" '+
    'pluginspage="http://javadl.sun.com/webapps/download/GetFile/1.8.0_31-b13/windows-i586/xpiinstall.exe"'+
    'L="'+locale+'" ' +
    'PinTimeout="'+server+'"'+
    'ClientTimeout="'+client+'"'+
    'separate_jvm="true"'+
    'java_version="1.8.0_31" />';
    }</nowiki></pre>
    We are using the above script. Defined the application/x-java-applet;version=1.8 So. as per the oracle documentation, Firefox has to check whether java version 1.8 or above is available and then run the applet thereby opening the run window and finally the applet window has to open. So the expectation is if 1.8 jre is not available it has to trigger the pluginspage attribute thereby redirecting to the jre autodownload url mentioned in pluginspage. This code use to work for firefox 21. Not sure why it will not work with any of the versions above 21. Right now we are trying with firefox 36. The same code works with IE 11 also. Please suggest is there any solution for the same.

    There are some updates happening to [https://www.mozilla.org/en-US/plugincheck/]
    However to further investigate I would suggest troubleshooting the installation of Java:
    *[http://kb.mozillazine.org/Java#Java_Deployment_Toolkit_plugin]
    *[https://support.mozilla.org/en-US/kb/troubleshoot-issues-with-plugins-fix-problems]
    Or also checking with Mozillazine or stackoverflow.com for compatibility and development troubleshooting is a good place to also look.

  • How can I get version 3 of Firefox. One web site that I need to use monthly hasn't upgraded their software & it doesn't work on Firefox, Google Chrome or Internet Explorer

    Up until two months ago I was able to access this one web site (www.melaleuca.com). It is a site that I order from monthly. When I type the address in I get a screen saying "the connection was reset while the page was loading". I called their tech support & of course it's never their fault, it must be my computer! NOT! I go on financial trading and banking web sites that are super crypted, so it's not my computer. The tech support said that their web site only works with Firefox 3.0. I told them that was dumb! My other theory is that one of those insidious "upgrades" that Microsoft is always doing changed something, but they're never going to admit to it. I can access the web site on my iPhone, but that is tedious. Help!

    I'm sorry I don't have an answer to your problem, but I wrote to them also to get back the old Firefox, where Google was there. I lost one of my toolbars with certain
    bookmarks, this is a major headache. If you get any info. I would like it if you could let me know and I will do the same. [email protected]

  • Send link function no longer works after last update (7.0.1). Has always worked till now. Outlook is set as default email (as before).

    Send link function no longer working since update to 7.0.1. Always worked till now...I use Outlook as default mail client, and have not changed any settings since original setup. This is very frustrating! Any help will be appreciated.

    You can try running the combo updater over your install but you might need to re-install Lion. Both options should not erase your data but if you do the re-install of Lion it's recommended that you backup first as a precaution.
    OS X Lion Update 10.7.5 (Client Combo) 1.91 GB
    http://support.apple.com/kb/DL1582
    To re-install, boot into the Recovery drive and select to Reinstall OS X.
    Hold down Command R when restarting to enter Recovery drive.

  • Flash Player 11.3.300.262 Not working with Firefox. I think I found the problem.

    *Flash Player 11.3.300.262 is not working with Firefox. I think I found the problem.*
    Millions of people got off work & turned on there computers recently to discover that Firefox is not playing any videos or flash content. Just like me, millions of people are randomly searching the internet in a futile & frustrating attempt at answers. Unfortunately, many of those people will simply stop using firefox & deem it a glitchy, unreliable browser.
    This happened to me a couple days ago. I started up my computer & got a pop-up from Adobe saying that I need to update my flash player to 11.3.300.262. I've always thought of adobe as being a reliable software company, so I clicked on it with confidence that things will be working even smoother. To my horror, I relalized that right after the update, my main browser, firefox was destroyed. Then I went on the frustrating process of uninstalling, re-installing, running virus scan, researching the internet like a lost child. I said to myself, "that's why I hate updating stuff, because updates always seem to change stuff you don't want it to change & there always seems to be a problem with the updates." I usualy update software months after it releases, because microsoft & all the other software companies always seem not to test there stuff properly before releasing them. Then we have to look at a glitchy computer until the next update fixes it. Well, that is my rant. Now let me discuss the problem I found.
    Problem:
    What I did was, go into my firefox extentions menu & I disabled the 11.3.300.262 & I re-enabled the previous flash player. After that, everything worked perfect again. Then a today (a week later), I turned on my computer & my firefox wasn't playing any videos or flash content again. I went into my firefox extenions menu again, & I discovered that my old flash player had been deleted, & this new glitchy 11.3.300.262 had been enabled. Why did adobe feel the need to into my computer & automaticly delete & update my flash player. Now it doesn't work. THIS IS REALY FRUSTRATING!
    The Issue I discovered:
    "RealPlayer" is the most popular video program & it is installed on millions of computers. For some strange reason Firefox does not want its users to use Real Player. Specifically the RealPlayer Browser Record Plugin 15.0.2. I also discovered that my Browser Record Plugin 15.0.2 was automatically disabled when the Adobe 11.3.300.262 was automatically updated also.
    - Maybe this could be because of some copyright conspiracy to keep people from downloading videos from the web.
    - Maybe firefox wants people to use there download add-on instead of RealPlayers downloader.
    I don't know what ther reason is. But what I do know is Nobody is going to delete there RealPlayer from there computer just to use FireFox. We can simply use Chrome or Internet explorer. I took the advise from Adobe & disabled the FireFox RealPlayer Extention. I also went into my RealPlayer preferences options, But there was no option to disable download recording from FireFox. BECAUSE I ALREADY DISABLED THE ADD-ON in FireFoxes menu.
    Solution:
    Step 1: Adobe needs to update all the computers with the previous flash player. That way we can choose to enable the previous flash player in our FireFox. or wait until a new update fixes the problem with firefox.
    Step 2: Adobe & FireFox need to get together & go back to the drawing board. They need to create a update that actually works on computers that have Real Player installed on them. I don't care which company does the update. All I care about is if it works. Thank You.
    Oh yea, Im running FireFox 13.0.1, Windows 7, HP computer, Real Player is up to date.

    Hey Chris,
    I was able to duplicate this issue on my Windows 7 laptop as follows:
         1)  Completely uninstall FlashPlayer (using your tool) as well as Mozilla Firefox and Mozilla Maintenance Service (used Windows 7 - uninstall from Control Panel).  Please note that I checked the box that said "Remove my Firefox personal data and customizations" to ensure that Firefox was completely gone from my laptop.
         2)  I then went out to the Firefox website and downloaded the "Firefox Setup 13.0.1.exe" app to my laptop.  I ran this app to install Firefox.
         3)  I then went to the following website http://www.ishmael.org.uk/karaoke02.php as I know that this URL uses Flash Player (obviously you can go to any URL that uses Flash Player - I'm just letting you know which one I used).  I then clicked on the icon on this page to install Flash Player.
    Once the install was completed, the URL stops responding and appears to be locked up (although it will occassionally hiccup and display portions of the page and then lock up again).  You will eventually get a pop-up notice from Firefox that has the header "Warning:  Unresponsive script" and says the following: 
         A script on this page may be busy or it may have stopped responding.  You can stop the script now, or you can continue to to see of the script will complete.  Script:  chrome://browser/content/browser.js:6551 
    Selecting "Stop script" will get Firefox working until you hit another page that uses Flash Player.
    To ensure that the above URL is not the culprit, I used one from your website http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html and had the same results.
    Hope this info helps!
    Jeff
    NOTE:  As a reminder, I do not have RealPlayer installed on my laptop (and never have had it installed)

  • Adobe Flash player (I ran scan & got "You have version 9,0,45,0 installed") works on internet explorer emails, BUT it does not work using firefox keeps giving me a pop up need Flash 9 or higher.

    I have Adobe Flash player 9 or higher (I ran your scan-You have version 9,0,45,0 installed) and it always works with Internet Explorer emails BUT every time I click to open incoming email I get a pop up "need to install flash 9 or higher". What can I do? Can I get rid of it? It only happens in internet mail.
    Pat

    Visit [http://get.adobe.com/flashplayer/ this Adobe page] with both browsers to update your Flash version; Firefox uses a different install than IE, so having one doesn't mean you have the other.

  • CTRL+H and CTRL+B have stopped working for Firefox. Every other CTRL command works. What's wrong and how do I fix it?

    Whenever I want to open my history (CTRL+H) or my bookmarks (CTRL+B), I use those commands. They've always worked. Yesterday, they mysteriously stopped working. Every other CTRL+KEY command still works flawlessly.
    I haven't done anything out of the ordinary in the past few days, and I've already tried to restart my computer. What could be the cause of this?
    Thanks.

    '''Try the Firefox SafeMode''' to see how it works there. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    [https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode#w_safe-mode-window_2 Troubleshoot Firefox issues using Firefox SafeMode]
    When in Safe Mode... <br />
    * The status of plug-ins is not affected.
    * Custom preferences are not affected.
    * All extensions are disabled.
    * The default theme is used, without a persona.
    * userChrome.css and userContent.css are ignored.
    * The default toolbar layout is used.
    * The JIT Javascript compiler is disabled.
    * Hardware acceleration is disabled.
    * You can open the Firefox 15.0+ SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    '''''If it is good in the Firefox SafeMode''''', your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes <br />
    Or it might be caused by Hardware Acceleration.
    ''When you figure out what is causing that, please let us know. It might help other user's who have that problem.''

Maybe you are looking for

  • How to refresh page after selecting value from LOV item , in a tabular form

    Hi , I have a tabular form, which contains 2 items(columns), of type "Select List - named LoV". Now, couple of issues here. 1. 2nd item(column) in tabular form, that LoV should get populated based user's selection value in first item LoV. So how do i

  • Can't get 4.3

    When I try to update IOS, it says I have the most up to date version and that iTunes will check again on 3.19.11. The version I have is 4.2.6. Anyone else having this issue? My phone is the Verizon iPhone 4. Thanks!

  • ICloud and transfer of data to new phone

    I recently subscribed to iCloud.  Do I still have to back up purchases of songs, etc., or will the iCloud take care of this?  Also, I am going to replace my iPhone 4 with an iPhone 5.  How do I transfer all of the songs, etc. to the new device?

  • Installing an iPhone application

    This question was posted in response to the following article: http://help.adobe.com/en_US/as3/iphone/WS144092a96ffef7cc-4ae52ec4126ab9d6ce6-8000.html

  • Creating IP which doesn't link RTL / uses netlist

    Hi, I created IP for my project in Vivado and it contains the source code.  I am looking for a way of creating IP where it is just a netlist and doesn't have the source code linked (so I can give it to third parties to use without them knowing the so