Chat notification is not working in chrome and mozilla firefox

Hi
   Chat notificatio is not working in chrome and mozilla firefox but it's working fine in IE, any solution ?
Thanks
Palani

Hi sameer
    sound was good , I have another issue while call Adope API.   Am try to logout session using ajax call but i got error "Uncaught SyntaxError: Unexpected token < "  , did you have any alternate solution for this
source code is
      $.ajax({
                    type: 'GET',
                    cache: false,
                    dataType: "jsonp",
                    contentType: "application/xml; charset=utf-8",
                    url: "http://meetxxxxxxx.adobeconnect.com/api/xml?action=logout",
                    success: function () {
                    error: function () {
Thanks
Palani

Similar Messages

  • RTE not working in chrome and mozilla

    Hi
        I have an urgent issue.. My RTE is not working in chrome and mozilla.. It is showing up in my dialog; but when i enter data and submit it is not storing in CRX. Also non of the plugins is active
    Any help weill be appreciable
    Thanks
    Veena

    Hi Sham
         After lot of debug i found out the following issues
    In RTE if we put styles plugin only this issue is happening
    The issue happens because the RTE is getting disabled because of the following in RichText.js
    if (CQ.Ext.isIE) {
                var editorSheet = this.doc.createStyleSheet();
                for (cssIndex = 0; cssIndex < cssCnt; cssIndex++) {
                    styleToAdd = cssToAdd[cssIndex];
                    for (sheetIndex = 0; sheetIndex < styleSheetCnt; sheetIndex++) {
                        styleToCheck = styleSheets[sheetIndex];
                        rules = styleToCheck.rules;
                        ruleCnt = rules.length;
                        ruleToCopy = null;
                        for (ruleIndex = 0; ruleIndex < ruleCnt; ruleIndex++) {
                            ruleToProcess = rules[ruleIndex];
                            ruleText = ruleToProcess.selectorText;
                            if (ruleText == "." + styleToAdd) {
                                editorSheet.addRule(
                                        "." + ruleText, ruleToProcess.style.cssText);
                                break;
            } else {
                var styleDef = this.doc.createElement("style");
                styleDef.type = 'text/css';
                var cssText = "";
                for (cssIndex = 0; cssIndex < cssCnt; cssIndex++) {
                    styleToAdd = cssToAdd[cssIndex];
                    for (sheetIndex = 0; sheetIndex < styleSheetCnt; sheetIndex++) {
                        styleToCheck = styleSheets[sheetIndex];
                        rules = styleToCheck.cssRules;
                       ruleCnt = rules.length;
                        ruleToCopy = null;
                        for (ruleIndex = 0; ruleIndex < ruleCnt; ruleIndex++) {
                            ruleToProcess = rules[ruleIndex];
                            if (ruleToProcess.type) {
                                if (ruleToProcess.type == CSSRule.STYLE_RULE) {
                                    ruleText = ruleToProcess.selectorText;
                                    if (ruleText == ("." + styleToAdd)) {
                                        ruleToCopy = ruleToProcess;
                                        break;
                        if (ruleToCopy) {
                            cssText += ruleToCopy.cssText;
                            break;
                styleDef.appendChild(this.doc.createTextNode(cssText));
                headEl.appendChild(styleDef);
    The above lines are from 650-701 in RichText.js of CQ5.4 . They have handled the code for IE seperately from lines 650-670
    The error is happening in line number 679 ; Where the ruleCnt is returning null for some sheetIndex and so the code is breaking and the RTE is disabled.
    If i add the following line of code
    if(ruleCnt == null){
    continue;
    just after line 679 . This issue seems fixed. But i think it is not the proper way to fix it and it is only a temporary fix. I dont know if it is a CQ issue.
    Does any one have any solution for this.
    To replicate the scenario
    Create a rtePlugin in ur richtext widget
    add a styles dropdown with styles in it
    run this in chrome or any other browser except IE
    If you have a proper solution please let me know
    Thanks
    Veena

  • Window.close() not working in Chrome and Mozilla

    hello techies,
    I used the below code on one of my Sharepoint webpart page :
    setTimeout(function(){ window.close(); }, 3000);
    This script works fine on IE but not working on Moziila and Chrome.
    Any help will be appreciated

    Hi Sachin,
    Use following line of code, before window.close(), see if it helps you.
    netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite");
    Thanks,
    Vivek
    Please vote or mark your question answered, if my reply helps you

  • 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.

  • Internal pdf links not working in chrome and firefox

    I have some PDF files that I am adding links to additional PDF files that are located in the same folder on our webserver using Acrobat Pro XI. The links work fine in IE and the other PDF files open up and display well in the IE browser, but the links don't even show up in Chrome and will not open in Firefox. Further, the links in Safari, deliver an error message pop up saying the file could not be opened. If you click OK, the file does open. Also, in Acrobat > Tools > Add or Edit Link, I can change the properties to "Open File" and pick the "Open in New Window" option, but when I save the changes and come back, the option has automatically changed back to "Execute a Menu Item" and of course, the file I'm linking to does not open in a new Window.  These files were originally created in Word by another person and the person who converted them to PDF added fillable form fields throughout the document prior to converting to PDF. The links I am adding are being added using Acrobat Pro XI in the PDF file. Should we insert the above-mentioned links in the Word docs prior to converting to PDF to ensure the links work in all browsers, or are these browser issues common to all internal PDF links?
    Please help!
    Thanks,

    Make sure that you are using the Adobe PDF NPAPI viewer for Chrome and Firefox.  Both Google Chrome and Mozilla Firefox now have their own default PDF viewers.
    To change Chrome's settings use this blog:  Change PDF Viewer back to Adobe’s in Google Chrome « Caveat Lector
    To change Firefox's settings use this:  How to disable the built-in PDF viewer and use another viewer | Firefox Help

  • Why two fingers sliding is not working in Chrome and PDf, why two fingers sliding is not working in Chrome and PDf

    Sometime two fingers sliding for scroll down is not working in Chrome and Pdf. I have to log out to make this work. I just bought this laptop a week ago, is it software's problem or just my laptop's problem. Thx,guys!

    having the same problem and i bought a brand spankin new retina 15'

  • Isdefined not working on chrome and safari

    Hello all,
    I have a simple coldfusion form which consisits of 2 pages
    The first page contains a form with a button inside:
    <cfform name="inputform" method="post" action="savetrap.cfm">
         <input type="submit" name="newrec" id="newrec" title="Start a new application" value="Start a new application" />
    </cfform>
    The second page, checks to see if the user clicked the button:
    <cfif (isDefined("form.newrec") AND form.newrec eq "Start a new application")>
          I have been clicked!   
    </cfif>
    Now this seems to work on my internet explorer, OPera and Mozilla browsers but fails to work on Chrome and Safari.  Can anybody help me in fixing this issue ?
    Many Thanks,
    G

    You don't say what's actually happening different between what you consider to be "working" and what you consider to be "not working".  So it's difficult to say too mucht hat's sensible about this.
    One sensible thing to say si that CF code runs on the CF server, and has no interaction with the browser at all, so IE, Opera, Chrome etc have no idea about CF.  So whatever is going wrong, it's not what you think it is.
    Give an adequate amount of detail, then we might be able to help you.
    Possibly read this before you repost:
    http://forums.adobe.com/thread/607238 (which is a sanitised version of this: http://catb.org/~esr/faqs/smart-questions.html)
    Adam

  • Tab navigation is not working on chrome and firefox

    Hi Every One,
    we are using jdev 11.1.1.6.
    Navigation across tabs on click of tab on key board is not working on firefox and chrome.
    Please help me with your inputs.
    Thanks in advance.
    Regards,
    Lavanya.

    Hi,
    can you be more explicit in explaining what you want to achieve and what is not working? You mean that the tab menus are not getting in focus using the tab key? Have you tried setting clientComponent=true on them?
    Frank

  • Gzip inflation of xml not working on chrome and safari

    My app downloads a number of xml files previously compressed using gzip, and staged in the amazon cloud (S3)
    with Content-Encoding=gzip and Content-type=application/octet-stream
    I obtain them using mx.rpc.http:HTTPService, with resultFormat="e4x"
    This has worked fine for me on Firefox, IE and Opera, but works neither on Chrome (21) nor safari, nor has it for a while.
    It is my understanding that the browser is expected to inflate the incoming file automatically, and forward the
    decompressed result to flash (4). Why is this not being done here? Do they expect a different content type?
    Are there any known browser settings that can remedy this?
    Thanks in advance for your attention.

    I found the following link illuminating. I followed the procedure on a test case and it worked for all
    browsers, including the troublesome webkit-based chrome and safari duo.
    Unfortunately it involves renaming content, which can be a real chore, for example
    the typical filename.xml.gz must be renamed to filename.gz.xml, and so forth for other
    mime types..
    http://internetmarketingbyme.com/74/gzip-compression-using-amazon-s3-cloudfront-cdn/

  • QT is not working on Chroma and Firefox

    I have the latest version of Snow Leopard.
    When I try to see the new videos on the Apple site the browsers (except for safari) ask me get QT.
    When I click on" download" an apple site screen says
    QuickTime is built into Mac OS X.
    I updated and everything.
    Whats happening?
    Thanks in adavance, guys.
    Ben

    Hi,
    can you be more explicit in explaining what you want to achieve and what is not working? You mean that the tab menus are not getting in focus using the tab key? Have you tried setting clientComponent=true on them?
    Frank

  • Gmail does not work under Chrome and iSO6. WHY?

    Just loaded iOS6. Pad2. Chrome browser.
    Gmail running on Chrome returns no email. Google Calendar on Chrome works, as well as Google Drive.
    Gmail running on Safari does work.

    Thanks for the suggestion Meg. I can't speak for the other poster, but I need GMail to work within the Chrome browser (rather than the iOS GMail app).
    This appears to be an Chrome issue on iOS 6 (not an Apple issue). I have the same problem on my iPhone after upgrading the OS today.

  • Cellular data not working on Chrome and Safari browser

    I have recently upgraded iOS 8 and facing many issues on my IPAD Air. Please help me how to resolve the issue.
    1. Safari and Chrome doesn't connect through Cellular data.
    2. Sometime out going message failed from inbuilt mailbox account.
    Thank You.

    When asking a question it is helpful to those who might reply if you provide information about the steps you've already tried to solve your problem. SInce I don't know those things I'll start with the first steps. Is Cellular Data turned on in Settings? If not turn it on. If it is on the try a reset of your iPad. Press and hold both the Home button and the Sleep/Wake button continuously until the Apple logo appears. Then release the button and let the device restart. You will not lose data doing this. It's like a computer reboot.

  • Why my roll up page is not working in this browser Mozilla-Firefox 'Cause my computer is doing so in the Explorer browser

    My mozlla-Firtefox browser don't let me to roll up any page just roll down .

    You may have switched on caret browsing.
    *http://kb.mozillazine.org/accessibility.browsewithcaret
    You can press press F7 (on Mac: fn + F7) to toggle caret browsing on/off.
    *Tools > Options > Advanced : General: Accessibility: [ ] "Always use the cursor keys to navigate within pages"
    *http://kb.mozillazine.org/Scrolling_with_arrow_keys_no_longer_works
    *http://kb.mozillazine.org/Accessibility_features_of_Firefox

  • IE10 "An error occurred" in Youtube (but on Google Chrome and Mozilla Fox having no sound but able to play video)

    "An error occurred" kept on appearing on Youtube (while using IE10) for all the videos that I tried so far and I also realized that in the advertisement before the video it would keep replaying the advert from the start on its own
    until the advert crashed and also showed "an error occurred".
    When going to Google Chrome and Mozilla Firefox to play the same videos, I was able to play the advertisement and the videos but this time there was no sound at all.
    My problem occurred after a Windows 8 update as before that IE was able to play without any problems. Thus I highly suspect that an Windows 8 Update is responsible for this. 
    I also noticed my mute button on my keyboard having no effect after the Windows update, even though I was able to see the slider for the volume control changing (when pressing the volume increase and decrease button).
    Before the update I was able to see the mute button light up with the mute icon shown on the screen, compared to after the update with the mute button basically went dead without the ability to on and toggle the sound at all.
    It seems this inability to adjust and toggle the sound affects not only Youtube, but also soundcloud, vimeo (in essence it affects the sound across the board for all applications).
    The sound comes back occasionally after my computer starts up again from sleep, hibernation mode, after shutting down and switching on the laptop again so its intermittent on and off.
    My Internet Explorer version is IE 10, my Google Chrome version is Version 36.0.1985.125 m and my Firefox version is 30.0.
    PS: Attached are the screenshots showing what was downloaded during the recent Windows Update on 20 July 14 (20 July 2014).

    Screenshots of my Windows 8 updates (4 in total):
    https://05642170577473949014.googlegroups.com/attach/23559b8d5a71efca/Windows%20update%201.jpg?part=0.1&view=1&vt=ANaJVrF5rWgDuCIRnyMCOig9JL7QgmV8dzLDB_3SlnAg_37d0Li49ZX5V4kPJA7k2d7yk5HoQJDwCZGZJG0Jegx85Dbu33-pSSPIWR8BrBqRKstiAQ-j6KU
    https://05642170577473949014.googlegroups.com/attach/23559b8d5a71efca/Windows%20update%202.jpg?part=0.2&view=1&vt=ANaJVrGPXgSte5-QN7ylTODv6nrXFeUGXLiqBC3mcamJiKlL0coN7t-9MxbwDmvT5hp1EKvcPxRpEthLQGfy3j5-_X0siD5Y4zw-33X4Y_BAR1CYNwDnd7M
    https://05642170577473949014.googlegroups.com/attach/23559b8d5a71efca/Windows%20update%203.jpg?part=0.3&view=1&vt=ANaJVrE7Fp0OM2ptEy9j8wLkg-_sKJ9smZlwYk-Kxk_h2hVoCeULSRmzjY5uYjREkikqKARUFAYENV4H3aIJxIQEubCb9xpQQdce7GxQ1i83cyRAK8H-gjI
    https://05642170577473949014.googlegroups.com/attach/23559b8d5a71efca/Windows%20update%204.jpg?part=0.4&view=1&vt=ANaJVrFhS-qLExjo0keJjDxfJWRCl3Z5rV4jfDcrcMhr_-YhoUbE8S6rf7Sd5aE4lJm2Lm4aWIbwDCJevg_McN4FFarSvLYaWic1aPaTZDGdhBVzcLwBSuE
    PS: The Windows 8 Update on 20 July 14 (20 July 2014) are the suspected causes of this problem

  • I am using iphone 3gs 4.3.5 and my push notification is not working. I need help

    I have an iphone 3gs using IOS 4.3.5, my push notification is not working, i need help please

    I have restored the phone and synced it after that, but the problem is still there, i have not deleted the mail account because the mail is working, it only the applications that have push notifications are not working i.e Whatsapp, viber, ebuddy etc

Maybe you are looking for

  • How can I position text vertically in a Numbers spreadsheet cell?

    Hi, I would like to position text in a series of Numbers cells in a vertical direction to reduce the width of the spreadsheet.  I can't find a way of doing this using the inspector or fonts panels?  Can anyone suggest a solution? Thanks in advance

  • Startup/Hard Drive Failure on iBook G4

    My iBook G4, bought about two and a half years ago, recently developed a very serious problem. Occasionally, on startup, I get a blank screen, then a flashing folder icon with a question mark/Mac OS icon. This happens erratically. Sometimes the compu

  • BPM Workspace 10gR3 Portlet integration in WebCenter 11g

    Hi guys, I want to integrate my BPM processes within WebCenters portal. What i want to do is to present my bpm workspace inside portlets that will live in Webcenter. My question is, if there is an out-of-the-box solution in webcenter for doing this o

  • Scheduling forecast in foreground vs Background

    Dear Sir In my company we always schedule the forecast by a background job (using demand planning in background option ) I was told that this helps in maintaining aggregation level (which can be set in  while defining the job).Our  planning books doe

  • Outlook express address book

    can i transferr my outlook express address book to the bb  I have not found any references to outlook in the answers section Thanks for any help on this. Solved! Go to Solution.