Web Dynpro Dialog Box / Modal Window is not working properly on firefox

Hi All,
We are having problems with Web Dynpro Dialog Box / Modal Window in Firefox.  Dialog Box / Modal window won't show up properly on. They look like transparent windows. Our server is Netweaver 7.0 SP 19.
Same code is working fine in Internet Explorer. Please advise on this. Below is the code I am using.
Modal Window:
IWDWindowInfo windowInfo = wdComponentAPI.getComponentInfo().findInWindows("SomeWindow");
IWDWindow sampleWindow = wdComponentAPI.getWindowManager().createModalWindow(windowInfo);
sampleWindow .show();
Confirmation Dialog Box:
IWDWindow dialogBox = wdComponentAPI.getWindowManager().createConfirmationWindow(
"Click OK to save data", IPrivateSampleView.WD_EVENTHANDLER_ON_ACTION_SAVADATA, "OK");
dialogBox.show();
Thanks
Sreekanth

Hi,
Maintenance and Availability of SAP NetWeaver 7.0 [original link is broken]
Last Item:
Product Availability Matrix
SAP NetWeaver 7.0 Product Availability Matrix   (SMP login required)
Application Server - Java
FIREFOX 2.0  LINUX REDHAT EL3/IA32 32BIT  Released  01.04.2008     
FIREFOX 2.0  LINUX REDHAT EL4/IA32 32BIT  Released  01.04.2008     
FIREFOX 2.0  MAC OS X 10.2  Released  01.04.2008     
FIREFOX 2.0  MAC OS X 10.3  Released  01.04.2008     
FIREFOX 2.0  MAC OS X 10.4 (TIGER)  Released  01.04.2008     
FIREFOX 2.0  SUSE LINUX 10.1  Released  01.04.2008     
FIREFOX 2.0  SUSE PROFESSIONAL 9.3  Released  01.04.2008     
FIREFOX 2.0  SUSE SLED 10  Released  01.04.2008     
FIREFOX 2.0  WIN 2000 PROF.  Released  01.04.2008     
FIREFOX 2.0  WIN VISTA 32-BIT  Released  01.04.2008     
FIREFOX 2.0  WIN XP 2002 HOME 32-BIT  Released  01.04.2008     
FIREFOX 2.0  WIN XP 2002 PROF. 32-BIT  Released  01.04.2008     
FIREFOX 2.0  WINDOWS SERVER 2000/IA32 32BIT  Released  01.04.2008     
INTERNET EXPLORER 6.0  WIN 2000 PROF.  Released  01.02.2006     
INTERNET EXPLORER 6.0  WIN XP 2002 HOME 32-BIT  Released  01.02.2006     
INTERNET EXPLORER 6.0  WIN XP 2002 PROF. 32-BIT  Released  01.02.2006     
INTERNET EXPLORER 6.0  WINDOWS SERVER 2000/IA32 32BIT  Released  01.04.2008     
INTERNET EXPLORER 7.0  WIN VISTA 32-BIT  Released  01.04.2008     
INTERNET EXPLORER 7.0  WIN XP 2002 HOME 32-BIT  Released  01.04.2008     
INTERNET EXPLORER 7.0  WIN XP 2002 PROF. 32-BIT  Released  01.04.2008   
Hope it helps
Regards,
Daniel

Similar Messages

  • Step that calls a dialog box (modal screen) does not work

    Hi,
    I have a workflow step that has a method which calls a function module that calls a screen (text editor screen).
    When I execute the workflow in test mode (SWUS), the screen shows up.
    But when I execute the work item from the Business Workplace, the screen does not show up.
    Your help is greatly appreciated.
    Thank you.
    Giscard

    Hi,
    Check the Agent assignment for that Task. And Make that Task as a General Task.
    Regards,
    Surjith

  • Keyboard windows key not working properly

    I am not able to navigate to start screen with regular windows key press. I need to press hard to navigate to the start screen. But other functions with windows key is working properly. For Eg: Windows Key + R is working properly with regular press. Please help.

    Hello:
    I do not know of a setting that would do that - especially intermittently.
    I would suspect the KB is failing/has failed.
    Barry

  • Gasbuddy web site not working properly with firefox, but working fine with explorer

    I've noticed when I load the web site gasbuddy.com, it is not working properly. It does load, just not performing like it should. When I try using gasbuddy.com on explorer 9, it works fine. I've already tried working in safe mode and that didn't solve the problem with gasbudy.com. Any suggestions as to how to fix the problem? I did do some prior investigating, and I'm very cautious about removing my cookies. It seems when I do that procedure, I lose too much info on certain web sites----weather.com, weatherunderground, etc. Just not sure how to remove cookies to solve a problem with out causing other problems? Thank you.

    I'm glad we were able to figure it out. Many sites are designed with stretchy columns that work with either full zoom or text-only zoom, but definitely not all of them.

  • My Apple Photostream on Windows is not working properly. What should I do?

    Help. My Photostram is dead. It's can't be repair and uninstall. What should I do?

    What part of the iOS is not working properly?

  • My foxtab is not working properly with firefox 10.0.2.What can i do with it?

    I love having my foxtab. They're very convenient.My foxtab is not working properly since two days... it shows me only the background wallpaper with no tabs on them and even the option buttons does not work and help.Tried reinstalling both foxtab and f'irefox but still the same result...what should i do now?

    If you have download recently the latest Adobe, see the solution from '''Wolfcity''' :
    http://forums.mozillazine.org/viewtopic.php?p=11754893#p11754893
    see also : https://addons.mozilla.org/en-us/firefox/addon/foxtab/reviews/339812/
    thank you

  • Web dynpro abap application on Portal does not work via internet access.

    Dear All,
    I have created a web dynpro abap application and deployed the same on Portal.
    The issue I am facing is that the webdynpro application works fine when the end user logs into Portal from Local Network,
    However when the Portal is accessed from outside the local N/W via Internet, Portal is working fine for other applications like ESS
    but the web dynpro application dont work.
    Is this some configuration issue on the portal / abap development or any workaround is possible.
    Regards
    Abhinav Dagar

    Hi
    Please try to use the [HTTP Watch 5.0 Basic |http://www.httpwatch.com/download/] tool to trace that WD Application link from the portal and you can easily find out the problem.
    Regards
    Prakash T

  • Web service proxy and data control are not working properly

    Hi,
    I am working on jDeveloper 11.1.1.6
    I have a SOA web service which requires 3 inputs and return with a set of data.
    When I tried testing that web service in soapUI it is working perfect. But when I have created a web service proxy in my application and trying to test it from class (*******_ptClient) main method everytime it is replying with the output null
    Also When I am requesting from the main method SOA is getting proper input (which I am providing in the main method) and SOA is returning proper output I have checked the SOA instance in em. So there is no problem in SOA side.
    After that I have created web service data control and tested in that case also it is not showing any result.
    What could be the problem ?
    Please help.
    Thanks
    --NavinK                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi Shay Shmeltzer,
    Thanks for the reply.
    I tried in HTTP Analyzer in JDeveloper and there also it is not working. My concern is :-
    There are many other web services deployed on the same SOA server in same partition and they are working fine in HTTP analyzer and I am able to create and use the web service proxy as well. So as per my understanding there is nothing like network issues between SOA server and jDeveloper.
    1 more thing When I am creating the proxy for this web service and requesting from the proxy's main method SOA is getting proper input (which I am providing in the main method) and SOA is returning proper output I have checked the SOA instance in em. So there is no problem in SOA side. The problem is jDeveloper is not able to get back that response which SOA is returning.
    Please Help.
    -- NavinK

  • Apple software update for windows does not work properly

    Apple software update does not work properly

    I FIXED IT!! I can't believe it . I actually figured out how to make it work(well sort of). My Apple Software Updater now works (almost) perfectly and I just successfully downloaded and installed itunes 10.6.3.25 through it!!!
    Ok , the way I see it, either the latest itunes update or the recent Windows Patch Tuesday on June 12th, 2012 must have inadvertently removed the Administrative Rights from the Apple Software Update Tool .lnk file.
    So you must go to where the file resides on your hard drive - for me that was C:\Program Data\Microsoft\Windows\Start Menu\Programs - Right click on the Apple software Tool icon and choose properties. Click on the compatibility tab. At the bottom of this tab click on "change settings for all users" and hit Yes at the UAC pop-up. Now make sure you place a check in the "Run this program as Administrator" under the Privilege level section at the bottom. Hit Apply and then OK. The hit Ok again to get off the properties pop-up.
    When I went back and clicked on the Apple Software Update shortcut, I got a UAC pop-up asking me if I wanted to proceed(something I had always, in the past, gotten but haven't since this problem started). The Apple Software Update tool came up and to my suprise the progress bar STAYED and started to slowly fill up partially with the green progress bar. Viola, the itunes 10.6.3 update showed up on the top part of the screen as a new update needing to be installed - the bottom screen, as usual, had the changelog info for the 10.6.3 update. I clicked on install and , again, Viola. the update downloaded and installed flawlessly. I had to reboot my computer and when it restarted, itunes was working perfectly and it was correctly showing as itunes v10.6.3.25.
    I say it is almost or sort of fixed because when you click on the Apple Software Update shortcut after the 10.6.3 install it goes back to doing the same thing it did before(i.e. processing for a second and then saying there are new updates but showing a blank field). Maybe this is the way the software now looks if there are no updates available to install - maybe Apple is working on this to eventually get it back to normal. All I know is the process I outlined above worked for me(at least to get the ASU to recognize and properly download and install itunes 10.6.3). It's certainly not perfect, but it worked. Please try this method and let me know what results you have with it. Good luck.

  • Scrollbar in layer window is not working properly.

    There seems to be a bug with the scroller belonging to the tools. The functionality of a scrollbar is simple. You can pull it or you can click above or below the pull bar to make it move. The latter functionality is not working.
    See image for further explanation.
    System info:
    Adobe Photoshop Version: 2014.2.2 20141204.r.310 2014/12/04:23:59:59 CL 994532  x64
    Operating System: Mac OS 10.10.3
    System architecture: Intel CPU Family:6, Model:69, Stepping:1 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, AVX, AVX2, HyperThreading

    Hi,
    Replacing "Failure" with "null" did not work. However, when I added few println statements, I came to know that, reRender is getting executed before, catch block is entered. Hennce, I am getting the value of the of hidden variable as empty.
    06/10/20 11:10:24 In the set profile error message.
    (This is while loading the page)
    06/10/20 11:10:24 In get Profile err msg :
    (This is while loading the page)
    06/10/20 11:10:49 In the set profile error message.
    06/10/20 11:10:49 In the set profile error message.
    (Don't know why two times set profile error message is executed)
    (Now the catch block is executed.)
    2006-10-20 11:10:49.828 WARNING J2EE RMI-00009 Exception returned by remote server: {0}
    06/10/20 11:10:49 Exception occured.
    06/10/20 11:10:49 Error message is set
    Is this the right behaviour or reRender? Not sure what I am doing wrong here.
    regds
    -raju

  • Hotmail will not work properly in Firefox 18

    I have firefox 18 and for no apparent reason hotmail no longer works the way it should. Worked perfectly fine before I went to bed 9 hours ago last night.The page loads I can check boxes, but I can not open up emails or delete, new email, forward any of that stuff. Other than installing some windows updates last night I have not made any changes to my computer that should be effecting this. It works fine in Chrome so this is something on Mozilla's end. I've looked through older posts about this and none of the solutions worked. I uninstalled fox it reader, added hotmail,live,passport, all of that to my "allowed" list in the security, checked/unchecked the box the content/JavaScript place.
    DO NOT post any comments about how stupid or slow hotmail is. I've had this same account for almost 10 years now and I'm not creating a whole new email. If your not going to post anything useful or informative, than do not post at all!

    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (MAC)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    *http://kb.mozillazine.org/Websites_look_wrong
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Why are flash games not working properly on Firefox, while they work perfectly on other browsers?

    I own a MacBook os x 10.5.8 Intel core duo.
    My problem started a few weeks ago, I tried playing a flash game, first it came up that i didnt have flash, which I did, so I ran an update but I already had the latest version.
    I gave up on the games on that page and went to newgrounds.com, but turns out everytime I try to play a game the controls wont work properly on any game.
    I thought it might be my flash, so I went to chrome and played the same game, no problems, to opera, no problems, to safari also no problems. So the problem is my firefox and the flash plug in? I already uninstalled it and re installed it, downloaded it again and followed every piece of advice I could find about this, nothing works.
    I appreciate some help with this matter, I like working with firefox, wouldnt want to change to other browsers.

    Hi gorgonzola357, there are some platform-specific differences between Windows 7 and MacOSX that may be relevant.
    Have you tried disabling the new protected mode in Flash 11.3, since that feature is currently being debugged? See this support article from Adobe under the heading "Last Resort": [http://forums.adobe.com/message/4468493 Adobe Forums: How do I troubleshoot Flash Player's protected mode for Firefox?]

  • "Open Picture Window Fever" not working properly

    I've used "Open Picture Window Fever" successfully until
    recently. After adding the behavior, and viewing my page in a
    browser, the images do not open using "Fever." When I check the
    behavior specs to make sure the dimensions are there, "image name,
    width and height" are replaced with switched info. For instance,
    "Image Name" will now have one of the correct window dimensions,
    "Width" will have another dimension and "Height" now has part of
    the title or original "Image Name." If I browse a second time for
    the image, it seems to work o.k. however I'm working with pages
    that have many images and going through "Fever" twice for each
    image is a drag.
    I've searched for a new download for my Mac. Forum writers
    suggested
    http://dreamweaverfever.com/extensions/
    for other users but it doesn't download for me giving me scrambled
    text. Might be only for PC.
    I've also trashed preferences thinking that might help.
    Any help would be greatly appreciated.
    Brian

    Brian:
    Try
    http://www.valleywebdesigns.com
    ---> JustSo Picture Window. I wouldn't
    leave home without it.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Brian Cox" <[email protected]> wrote in
    message
    news:es0cjo$aoe$[email protected]..
    > I've used "Open Picture Window Fever" successfully until
    recently. After
    > adding
    > the behavior, and viewing my page in a browser, the
    images do not open
    > using
    > "Fever." When I check the behavior specs to make sure
    the dimensions are
    > there,
    > "image name, width and height" are replaced with
    switched info. For
    > instance,
    > "Image Name" will now have one of the correct window
    dimensions, "Width"
    > will
    > have another dimension and "Height" now has part of the
    title or original
    > "Image Name." If I browse a second time for the image,
    it seems to work
    > o.k.
    > however I'm working with pages that have many images and
    going through
    > "Fever"
    > twice for each image is a drag.
    >
    > I've searched for a new download for my Mac. Forum
    writers suggested
    >
    http://dreamweaverfever.com/extensions/
    for other users but it doesn't
    > download
    > for me giving me scrambled text. Might be only for PC.
    > I've also trashed preferences thinking that might help.
    > Any help would be greatly appreciated.
    > Brian
    >

  • Photoshop CS and Window 8 not working properly

    I have an old cd Photoshop CS from 2003 and I have been using it since. The last time I used my photoshop CS was on my window vista and it ran beautifully. Now I got a new Window 8 and tried to download it, but it didnt run properly and then stopped working because I was unable to click on Agreement and Activate anywhere. I uninstalled it and reinstalled it and it just does not download and stuff.
    I am upset that I may not be able to use my photoshop CS anymore unless there are anything I need to do?
    Thank you,
    Frances ardito

    Try running it in Windows XP Compatibility Mode.
    If that does not help, post in the appropriate forum; this is the Adobe Reader forum.

  • My web email page does not work properly with Firefox 4

    Parts of the screen do not allow links to be accessed, such as folders, making it very difficult to navigate the site. This was not an issue with the older version of Firefox and is not a problem when I use IE8. The site is Ajax.

    If you click on the "down" arrow in the Google search box and then move your cursor to the desired term in search history while still left-clicking on your mouse, and then hold the cursor over the desired search term for a couple of seconds, it works.
    Clearly a bug that I hope they will fix.

Maybe you are looking for

  • Urgent : Help with XSD

    We are tring to syndicate the vendor numbers only from vendor repository in xml format. I created an XSD for the same. See the XSD below : <?xml version="1.0" encoding="utf-8"?> <xs:schema id="Vendor" xmlns:xs="http://www.w3.org/2001/XMLSchema">   <x

  • Ant, CTRL-C and finalize()

    Hi. I have successfully managed to CTRL-C applications before, by doing the standard thing of adding a shutdown hook, using Runtime.getRuntime().addShutdownHook(...); However, now this class is wrapped inside an ant script, everytime I CTRL-C the app

  • Cannot uninstall or install iTunes - help!

    I had iTunes 8.0 installed on a computer. Tried uninstalling and it won't. I get the error message: "The feature you are trying to use is on a network resource that is unavailable. Click OK to try again, or enter an alternate path to a folder contain

  • Editable fields in PDF type of forms

    Hi Gurus In ECC 6.0 there is new functionality on PDF forms, as how to create editable fields in the PDF forms. Can any body explain me how this can be done or any document related to this will be really helpful.. If anybody has document on this, can

  • Some web pages take long to load

    I just recently got my mac and i like it better than my PC. There is only one problem I run into. I have noticed that some web pages take long to load and once they are loaded i try scrolling down or up and the web page lags big time. Also the grapic