Click event not working in Firefox but works everywhere else

I have a bindElementAction of 'click' which fires in every browser but Firefox. I have no idea why that is. Any ideas? Here is the event:
Symbol.bindElementAction(compId,symbolName,"${button}","click",function(sym,e) {
    console.log('clicking the button');
I get a console.log message in Chrome, Safari, and IE but nothing in Firefox.

I have the same problem with my infiniti G37. Soo frustrating!

Similar Messages

  • Click event not working on anchor tag

    I've the following code and it's not working on the Safari browser (latest version, windows or in iPhone User Agent mode). This works fine in any other browser. What am I missing or is there any other alternative to fix this?
    What code is supposed to do, is, when you click on the "google" link in the example, it should create a Image request from JS (junk test) which I don't see it happening when I look through network sniffer.
    Thank you in advance...
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title></title>
    </head>
    <body>
    google
    <script type="text/javascript">
    //<![CDATA[
    function HandleClick(ev)
    CreateImg();
    function CreateImg()
    //some junk request
    var img = new Image(1,1);
    img.onload = function(){};
    img.src = "http://www.google.com/images/logos/somelogo.png?" + new Date().getTime();
    var isSafari = navigator.userAgent.toString().toLowerCase().indexOf("safari") > -1;
    window.onload = function(){
    if (isSafari)
    document.body.addEventListener("click", HandleClick, false);
    else
    if (document.addEventListener)
    document.body.addEventListener('click', HandleClick, false);
    else if (document.attachEvent)
    document.body.attachEvent('onclick', HandleClick);
    />]>
    </script>
    </body>
    </html>

    quote:
    Originally posted by:
    myIP
    Are you using Flash’s IDE? I can’t seem to get it
    to run in Flex but in Flash it runs ok.
    No, I'm using Flex 3 with FlashDevelop. I have a pure AS3
    file which is the one I posted and I compile it. The resulting swf
    runs fine and displays the box as expected. Only the events aren't
    working as expected.
    Changing the clickhandler to the version you suggested yields
    nothing. No trace. But if I change the condition to:
    event.eventPhase == EventPhase.AT_TARGET
    I get the click trace again. My conclusion is that for some
    reason the event is only registered at the stage and not in the
    child components(sprite and shape).
    Edit: I'm not using any mxml file, just a pure AS3 file to
    compile.

  • Battery changed,but click wheel not working again

    i was changed the new battery for my ipod mini 4G 1 st gen, however the click wheel not working again. the ipod is chargeble, and can lock and unlock, but when the switch turn back to unlock, the ipod is restarting. does anyone who knows what problem i have, and how to fix it? thank you so much
    dell   Windows XP  

    very likely it is a hardware issue, if after restore to factory setting does not solve.
    it could be caused by poor contact or the faulty click wheel of the iPod, just like mine

  • Right click problem: I did not know about the Yahoo sidebar issue, I have removed all toolbars from my browser from 'view' menu. There is nothing in my 'extensions' to disable. Right click is not working. What to do?

    Right clicking is not working on any of the websites. I read up that it's a Yahoo sidebar issue. But, in my extentions, Yahoo sidebar is not there. I had removed all toolbars, but from 'view' menu. Now how do I get my right click to work?
    == This happened ==
    Every time Firefox opened
    == I've noticed it on 1 Aug 2010

    This is a user-supported board. You are not addressing Apple here. Nor is it a good idea to post your private information to a public forum. You should edit your post immediately.
    Unfortunately no one here can access your support history. You must respond to the emails directly.

  • My iMac mouse right click does not work now

    Hi all,
    My iMac mouse right click does not work now.  It was fine a couple of days ago. 
    Right click is definitely enabled, I have checked it several times.
    A Google search revealed that in Firefox it could be that I'm not using the latest version of Firebug.  I have auto updates on and Firebug is the latest version 1.11.3
    I use right click for correcting spell checked words, instead of a suggested correct spelling I get the 'open in a new tab' menu.
    In Firefox when I right click to open in a new tab I get the menu but it does nothing.
    It is driving me mad
    Any help will be greatly appreciated,
    Thank you
    P.S. thought it was suddenly working when I did the spell check in this post but it was the left click doign it....

    I don't use Firefox so I can't test it, but it might be something to do with a preference setting. Have a look at this link (ignore all the instructions), just look at the image of the preferences, there appears to be a setting in Javascript preferences relating to contextual menus. Check to see what your settings are:
    http://stackoverflow.com/questions/16377381/disable-firefoxs-silly-right-click-c ontext-menu

  • In "Show more Bookmarks" if I right click does not work (I want to open in a new tab)

    This is using Mac Firefox current version. I use lots of tabs and don't have space for all of them so there is a >> at the right end for clicking and displaying the rest of them. If I click and display list and highlight one of them, the right click does not work - I want to open in a new tab not use the existing - there are no menu options displayed on these tabs. The tabs across the top work fine for this

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    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")
    In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
    * Help > Restart with Add-ons Disabled
    * Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Hotspot Click is not working !!

    Hi,
    I have sucessfully implemented hotspot click using OOALV.
    I still have an issue in one of the hotspot click feature.
    I have a OOALV report where i have implemented hotspot click for Contract # as
    when 'KONNR'.
            if w_listdata-konnr <> ''.
              lv_konn = w_listdata-konnr.
              set parameter id 'VRT' field lv_konn.
              CALL TRANSACTION 'ME33K' and skip first screen.      
            endif.
    since ME33K transaction takes input of type 'EVRTN' ,i have taken a
    temporary parameter called lv_konn declared it as type EVRTN.
    But still the hotspot click is not working.
    Can anyone suggest me how to reslove this issue.
    Appreciate all the help.

    Hi Madan,
                  I will send a syntax for that check it once then ur problem is solved ok..
    FORM usercommand USING ucomm LIKE sy-ucomm selfield TYPE slis_selfield.
      CASE selfield-sel_tab_field.
        WHEN 'GT_HEADERDAT-EBELN'.
              code
          endcase.
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
       EXPORTING
      I_INTERFACE_CHECK              = ' '
      I_BYPASSING_BUFFER             =
      I_BUFFER_ACTIVE                = ' '
        i_callback_program             = sy-cprog
      I_CALLBACK_PF_STATUS_SET       = ' '
        i_callback_user_command        = 'USERCOMMAND'
      I_STRUCTURE_NAME               =
        is_layout                      = wa_layout
        it_fieldcat                    = gt_fieldcat
      IT_EXCLUDING                   =
      IT_SPECIAL_GROUPS              =
      IT_SORT                        =
      IT_FILTER                      =
      IS_SEL_HIDE                    =
      I_DEFAULT                      = 'X'
      I_SAVE                         = ' '
      IS_VARIANT                     =
        it_events                      = gt_events
      IT_EVENT_EXIT                  =
      IS_PRINT                       =
      IS_REPREP_ID                   =
      I_SCREEN_START_COLUMN          = 0
      I_SCREEN_START_LINE            = 0
      I_SCREEN_END_COLUMN            = 0
      I_SCREEN_END_LINE              = 0
    IMPORTING
      E_EXIT_CAUSED_BY_CALLER        =
      ES_EXIT_CAUSED_BY_USER         =
        TABLES
        t_outtab                       = gt_headerdat
       EXCEPTIONS
        program_error                  = 1
        OTHERS                         = 2.
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    Award points if helpful.
    Kiran Kumar.G.A
            Have a Nice Day..

  • Right-Clicks are not working when burned to disc.

    Hi,
    I need to use some right clicks in my course.
    They work when I publish the file to my desktop or Server (unchecking 'Enable Accessiblity' and using 'Flash Global Settings'), however when I then burn the files to disc to give to a client, the right clicks do not work.
    The course is made in Captivate 5.5 and is published to Flash 9.
    Any ideas??
    Thanks

    Captiv8r wrote:
    Hi Hattie
    One way past this would be to install a light web server on the disc that would fool the Flash Player into believing it is being served. Check the thread linked below for more.
    Click here to view
    Cheers... Rick
    Hi Rick,
    I have treid to do this following the instructions but it still doesn't seem to work...I am worried I may have dowloaded the wrong server2go package as couldn't see one called micro?
    Thanks

  • IPod mini click wheel not working

    Tuesday i was listening to my ipod and it worked just fine. the click wheel was working and everything was okay. i put it on my ihome to charge that night and left it there until i got home from school the next day. it worked fine in the morning(wednesday) when my alarm went off. wednesday night i took it off my i home and my click did not work at all. the buttons work but i can't scroll thru my songs or change the volume. it still has it's original battery so i know that's not what could have damaged it. between the time that it did work and the time i discovered it didn't it was not dropped or exposed to any extremes. i have reset it several times and restored to the factory setting and nothing has worked. please help!! i have had it for almost 2 years so it's out of warranty. is there anything i can do to fix it myself? i don't have the money to service it.

    Hi to both of you, and welcome to Apple Discussions!
    Well, if resets and restores are not helping, the clickwheel is malfunctioning. If you don't have the money to have Apple service it, would you be able to buy a new part?
    If you can't buy a new part... Your only option is to open the bottom of the mini, slide the clickwheel out, dissasemble the clickwheel, put it back together, and reconnect it. It may sound like a lot, but it's pretty easy. I've had to do it on my blue mini, but realize that this may not solve the problem and if it does, last forever. I finally had to get a new clickwheel. Visit: theipodmini.blogspot.com for instructions, which is my site dedicated to the mini.
    -Brian

  • My left click does not work on my track pad on my macbook pro 13 inch, is there a fix

    my left click does not work on my track pad on my macbook pro 13 inch, is there a fix

    I recommend you to run Apple Hardware Test > http://support.apple.com/kb/ht1509 It's possible that something is damaged, and Apple Hardware Test will help you finding it. Make sure you tick the option to run an extended test, and connect your Mac to the charger.
    If your Mac came with DVDs, you have to insert the Mac OS X DVD to run Apple Hardware Test. As you haven't got the SuperDrive, you will have to buy an external optical drive

  • Right click is not working in Web dynpro explorer

    Hi All,
    I have SAP net weaver developer studio 2.0.9.
    when i right click on web dynpro components, to create a component, the context  menu is not coming, right click is not working.
    though right click works fine in diagram view and outline view.
    Please suggest what might have happened? and how to get back the settings.
    Cheers,
    Srini.

    Hello Srinivas,
    Try closing and opening NWDS. If you still see the same problem, simple solution for this is, Just Change Workspace to new folder.
    Changing workspace - Window -> Workbench -> workspace -> give new path.
    Close nwds and open it again. It should solve the problem.
    Thanks,
    Sridhar

  • My right click is not working. the context menu does not come up and i can no longer drag files/folders. I have checked the mouse and track pad in system preferences and the correct boxes are all checked (with a support member). Please can you help

    My right click is not working and producing the context menu or ability to drag files and folders. I just spoke with a phone support person and we checked that all the mouse/trackpad options for right click were correct and checked.
    Please can you help with this.
    It has only just happened in the last few days.
    Many thanks

    You might want to update your profile so that we can see what model iMac you have and what version of OSX you're running.
    For this question, it might help to know if you're dealing with a trackpad, Magic Mouse, or something else?
    (Until your issue's resolved, you can Control-Left Click to get the right click functionality).

  • Onclick and doubleclick event not working in CC

    hi..  onclick and doubleclick event not working in CC..  how to get these events to work?
    Please advise anyone. Thanks alot!

    Is your event target a ListBox?
    In that case there are serious issues to deal with:
    http://indiscripts.com/blog/public/ScriptUIEvents.pdf
    @+
    Marc

  • The Keyboard clicks are not working despite the Keyboard click in settings are ON. Am using IOS 6.1.3.Pls Help me to rech this problem.

    The Keyboard clicks are not working despite the Keyboard click in settings are ON. Am using IOS 6.1.3.Pls Help me to rech this problem

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • Control-clicking does not work in Finder

    Ever since installing the 10.4.5 update, control-clicking does not work in Finder. When I try to do it, Finder automatically restarts itself. This happens in any Finder window and on the desktop itself. Whether I am control-clicking an Application icon or trying to 'Get Info' on a file, Finder restarts itself. I repaired permissions and it did not fix the problem.
    Any idea on how to fix this? Thanks a lot!
    David
    Edit: Nevermind. I fixed it by deleting the JIMZip.plugin file in my Contexual Menu folder. I found the answer in another thread. I apologize for searching after I created this thread.

    David,
    Can you identify any corrupted or incompatible files in either your Macintosh HD/Library/Contextual Menu Items folder, or your Macintosh HD/Users/yourhomefolder/Library/Contextual Menu Items folder?
    If so you may be able to uninstall/reinstall the associated application.
    You may also consider temporary manual removal and isolation of the suspect file to verify CM functionality.
    ;~)

Maybe you are looking for

  • The dropdown menu in the banner should be behind the text fields.

    Hi Andy, In our Application we have three Menus...The problem we are facing in that when ever we move the cursor, a drop down list will appear.. which is covering the text fields... The dropdown menu in the banner should be behind the text fields. Ca

  • How to generate unique numbers

    hi all, I want to generate unique numbers always starting from 1 using a single sql query and I dont want to use a sequence and i dont think rownum will be helpful for generating unique numbers in all cases . how to do this ? thanks & regards, kumar.

  • Question about Technologies in JAVA

    Hi all, I'm starting my final project for Computer Science in University and I pretend to develop an integrated e-learning environment for my faculty. I want to develop this by using JAVA WEB START within a JNLP, as a stand-alone application (not wit

  • HR Infocubes and Reports

    Hi, CAn i know the standard Infocubes for OM, HR, Benefits, Recruitment, Qualifications, Time, and Payroll and also standard list of BI reports. Thanks Eswar

  • My friend bought a mac book Argentina air (11") 2013 when you turn on the computer its doesnt do anything

    hi my name is luciana, i send this email, because my frien ho   live in argentina he bought a mack book air 11' 2013 computer, and he have a problem when he tourn on the computer  its doesnt do anything/. i want to know how we can fix  because he liv