RichEditableText: Control+z for undo works in firefox but does not work in internet explorer (ie)

Hi,
I was doing some testing with RichEditableText and realized that the undo and redo when called by keyboard (Control + Z) in Internet Explorer does not work.
Thanks,

Hi, Gordon Smith, thanks for answer.
I tried to pass a javascript event to the flash but still the IE does not fire, but by the way there is no way around this situation.
With javascript I tried
document.attachEvent("onkeydown") but doesnt work, this not fires with flash over.

Similar Messages

  • Why won't my flash player work? downloads but does not install! internet explorer 9

    I need the flash player to do my college statistics homework but it will not work!!!!! I was prompted by my textbook's website to update my flash player, so I followed the link as well as all the instructions on the adobe website. The flash player starts to download, then tells me to close internet explorer. i close explorer and retry. then, the adobe webpage comes up saying it's been installed, but when i try to go back and use my e-textbook, it says i need to update my flash player and i'm in the same place i started! help!

    Windows 7 - 32-bit or 64-bit?
    Make sure you use the 32-bit version of Internet Explorer when you try to use Flash Player, or checking the Shockwave Flash add-on.
    What files do you have in C:\Windows\system32\Macromed\Flash (32-bit Windows), or C:\Windows\syswow64\Macromed\Flash (64-bit Windows) ?

  • When I play videos (e.g. YouTube) the videos freeze. Have tried Safe Mode and resetting Firefox. Does not happen with Internet Explorer.

    I have disabled hardware acceleration. Note that the video freezes, but the computer has not locked up; only FF is impacted. If I open Task Manager and click End Task, the video resumes and will finish playing as long as I leave the Confirm Close dialog box open, but when the video ends I cannot return to normal FF operation and have to use Task Manager to shut down FF. Hardware is an HP 6730b business notebook running Win7 Home Premium 64 bit, SP1, 4 GB RAM. The issue is not limited to YouTube videos.

    Try to disable hardware acceleration in Firefox.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You can check for problems with current Flash plugin versions and try these:
    *disable a possible RealPlayer Browser Record Plugin extension for Firefox and update the RealPlayer if installed
    *disable protected mode in the Flash plugin (Flash 11.3+ on Windows Vista and later)
    *disable hardware acceleration in the Flash plugin
    *http://kb.mozillazine.org/Flash#Troubleshooting

  • Image does not appear in Internet Explorer but displays in Firefox

    Hi All,
    I have an image in my page in the header section.
    The problem is that the image displays in Firefox but does not display in Internet Explorer.
    Thanks in advance.
    Best Regards
    Arif Khadas
    Application Express 4.0.1.00.03
    Edited by: Arif Khadas on Feb 13, 2011 2:29 PM

    Hi Jari,
    Thanks for the reply.
    This is the code that is in the Region Source of the Header Section :
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr width="100%" align="left" valign="top">
      <td align="right" valign="top">
       <a href="http://www.bridgesinfotech.com/"
        <img src="#APP_IMAGES#header.jpg" alt="Bridges Information Technology" WIDTH="1000" HEIGHT="125">
       </a>
      </td>
    </tr>
    </table>

  • Clicking links in apple mail opens firefox, but does not go to the actual link.

    Clicking on links in Apple Mail opens/switches to Firefox, but does not go to the page of the actual link. It just loads the homepage or stays on whatever page I was on before. Links work fine when I switch my default browser to Safari, so I think the problem is with Firefox, not Mail. Downloading the latest version of Adobe Flash seemed to temporarily fix the problem, but it stopped working within a day or two.

    Here's a link to a thread that solved the problem for me:
    http://discussions.apple.com/thread.jspa?messageID=12552345&#12552345
    The culprit was that the Flash plugin needed updating for FF. That was it.
    Go to Firefox; Preferences; General (tab); Add-ons; Manage Add-ons; Plugins.
    I clicked on Find Updates and immediately updated the Flash plugin.
    Hope this helps others.

  • Flash Player 10 ActiveX, installed perfectly on FireFox but does not want to install on IE8

    I tried to install Flash Player 10 ActiveX but no luck
    operating system VISTA 32bit
    web browser and version IE8 32bit
    Flash Player version WIN 10,1,82,76
    is there anything in the security needs to be adjusted?
    It was running perfect before I do the latest upgrade
    It is running perfect on Fire Fox
    It is just not working on IE8
    Flash Player 10 ActiveX, installed perfectly on FireFox but does not want to install on IE8

    Hi, You might want to review the Troubleshooting Guide as it has been updated and a lot of new information is now included. If you prefer you can use the Manual Installer for IE which you'll see there. A lot of the questions that I would ask are listed also.
    http://kb2.adobe.com/cps/191/tn_19166.html
    Hope this is helpful for you.
    Thanks,
    eidnolb

  • Field on manual tabular appears using Firefox but does not appear using IE

    Hello,
    A field in a manual tabular form appears correctly using Firefox but does not appear or appears in another field when IE is used. Javascript is used to hide certain columns on the tabular form. Does anyone know how to solve this problem?
    Thanks pany

    Prabodh,
    The select for the report and the javascript that is used to hide the columns are displayed below. The data for Apex_item.select_list_from_lov(12,null,'LOV_METHOD_OF_ACQ') is shown in the previous column, Date Acquired, and the column for Method Acquired is blank. It appears correctly in Firefox. Please let me know if this is sufficient.
    Thanks,
    pany
    SELECT
    apex_item.hidden(1, c011) status
    ,apex_item.checkbox(2,seq_id) checkbox
    ,apex_item.hidden(3, seq_id) seq_id
    ,apex_item.hidden(4,c001) Owner_Firm_Id
    ,apex_item.hidden(5,c002) Owner_Id
    ,apex_item.hidden(6,c003,10) First_Name
    ,apex_item.hidden(7,c004,10) Last_Name
    ,apex_item.text(8,c005,10) Number_Shares
    ,apex_item.text(9,c006,10) Percentage
    ,apex_item.text(10,c007,10) Class
    ,apex_item.date_popup(11,rownum, c008, 'MM/DD/YYYY',15) Date_Acquired
    ,apex_item.select_list_from_lov(12,c009,'LOV_METHOD_OF_ACQ') Method_Acquired
    ,apex_item.hidden(13,c010,10) Primary_Key
    FROM apex_collections
    WHERE collection_name= 'INTEREST_STOCK_COLL'
    AND c011 IN ('O','N','U')
    union all
    select
    apex_item.hidden (1,null) status
    ,apex_item.checkbox(2, null) checkbox
    ,apex_item.hidden(3, null) seqid
    ,apex_item.hidden(4,null,10) Owner_Firm_Id
    ,apex_item.hidden(5,null,10) Owner_Id
    ,apex_item.hidden(6,null,10) First_Name
    ,apex_item.hidden(7,null,10) Last_Name
    ,apex_item.text(8,null,10) Number_Shares
    ,apex_item.text(9,null,10) Percentage
    ,apex_item.text(10,null,10) Class
    ,apex_item.date_popup(11,1, null,'MM/DD/YYYY',15) Date_Acquired
    ,apex_item.select_list_from_lov(12,null,'LOV_METHOD_OF_ACQ') Method_Acquired
    ,apex_item.hidden(13,null,10) Primary_Key
    FROM dual
    Javascript
    function hideCols(p_startOfTable, p_pageList, p_debug)
              alert("in function");
              var outStr = "Blanking Script:\n";
    var debug = p_debug;
    var offCols = p_pageList.split(":"); //string comes in colon delimited, split it
    into array
    var tbl = document.getElementById(p_startOfTable); //get the table from the page
    html source
    var rows = tbl.getElementsByTagName('tr'); //get the first row
    var tds = tbl.getElementsByTagName('td');
    var testStr;
    outStr = outStr + "START tds length is " + tds.length + "\n";
    if (debug)
    alert(outStr);
              //START Clear Headers
    var i, j, cells;
    cells = rows[0].getElementsByTagName('th'); //get the headers
    for (j = 0; j < offCols.length; j++)
    cells[j].className = "hidden";
    outStr = outStr + "i is " + i + " HEADER rows.length is " + rows.length +
    "\n";
    if (debug)
    alert(outStr);
    //END Clear Headers
              //START Clear TDs
              for (i = 0; i < tds.length; i++)
    var attrib = tds.innerHTML;
    var gNum = attrib.indexOf(" name=") + 7;
    var colNum = attrib.substr(gNum, 2);
    colNum = parseFloat(colNum);
    for (j = 0; j < offCols.length; j++)
    if (debug)
    testStr = testStr + "\n" + "colNum is: " + colNum + " className is: " +
    tds[i].className + " i is: " + i + " j is: " + j + "\n";
    if (colNum == offCols[j])
    if (debug)
    alert("colNum is " + colNum);
    if (tds[i].className == "datepicker")
    if (debug)
    alert("caught condition with i= " + i);
    tds[i - 1].className = "hidden";
    tds[i].className = "hidden";
    tds[i + 1].className = "hidden";
    //add popupLOV functionality here
    //add radio button functionality here
    // add other items that may have multiple <td>
    else
    //regular hideCol
    tds[i].className = "hidden";
              //END Clear TDs
    if (debug)
    alert(testStr);
    //document.write(testStr);
    Edited by: PANY on Aug 12, 2010 8:25 AM

  • When I respond to an email (through hotmail), the initial email does not appear in my response. This does not happen with internet explorer where I can see the email I am answering. I would like this to happen with Firefox. It used to.

    I use Firefox for my emails (hotmail). When I respond to an email, it does not appear under my response as it used to. This does not happen with internet explorer.
    == This happened ==
    Not sure how often
    == about a month ago

    Hello Jack.
    See this support article:
    http://support.mozilla.com/en-US/kb/Websites+look+wrong
    I hope it helps.

  • Help! My DW site displays in FireFox, but does not work in IE

    Help! My DW site displays fine in FireFox, but only the background loads in Internet Explorer and I get an error message that the site cannot open. The site is www.bransonareagolfcouncil.com

    You've got lots of validation errors:
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.bransonareagolfcouncil.com%2F
    Also, this forum is for DW application development. In the future try posting to the Dreamweaver forum.

  • Error occurred while printing does NOT happen in internet explorer; reset firefox instructions do not seem to be of use for yahoo edition 1.21version

    This happens EVERY time I try to print using mozilla for yahoo. The "help" instructions" refer to something that doesn 't even appear on the screen when i follow them! I shouldn't have to open up the page in internet explorer just to print the web page!

    Hi midlandcomputersweet,
    I understand that printing is frustrating. When you describe hitting a help link that leads to a blank screen can you please provide a screenshot of where that link is, we should fix that! [[How do I create a screenshot of my problem?]]
    Also please also see if this troubleshooting for printing in Firefox helps: [[Fix printing problems in Firefox]]

  • I have updated my website. The updated version doesn't appear in Firefox Yahoo searches, but does when I use Internet Explorer. Shouldn't it update immediately? This problem has gone on for over 24 hours!

    Using Firefox, I updated my website yesterday. When viewed using Yahoo in Firefox, the older, previous version of my website was displayed.
    It is now over 24 hours since my update, but Yahoo in Firefox still displays the out of date website.
    This does not happen when the website is viewed using Internet Explorer - Internet Explorer started to show the updated version immediately... Why hasn't Firefox?

    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove the Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"

  • I am getting a memory leak that sometimes leads to an unresponsive Firefox, but does not crash per se.

    Hello, For the last couple of months, I am having issues with one of my tabs or the program itself causing a memory leak. I was hoping that subsequent releases would fix the problem, but when I downloaded V.11 it did not help.
    I use tab mix plus and at any time, usually have about 25 tabs open. Everything functioned okay for 8 or so months up until recently.
    I am wondering if there is a way to try to track down what is causing the leak. If it is one of my open pages, i will get rid of it. I tried opening one page at a time from scratch, but could not find the issue. .
    I always have flash block enabled to cut down on the website junk.
    using OSX firefox v11.

    Now, I'm not going to say it's an Add-On problem because from the research I've been doing on this problem for the last half hour shows that everyone has DIFFERENT add-ons, but everyone's having the SAME problem....
    So I went through my add-ons and disabled them one by one, and the single add-on that has been giving me grief is the latest WOT add-on. So, I have Firefox 11 (so does my wife) and we both have the WOT add-on. But that's where the similarity ends... I have Windows 7 x64, she has Windows XP x86.... but she doesn't have the memory leak problem.
    What I see is a sawtooth pattern over time. Memory goes up a little over 30+ seconds, then drops down. But over half an hour, the peaks of the sawtooth are larger, and it doesn't drop back down to the same level again - always a little more than before. And before you know it, FF is peaking at 1.5+GB, dropping down to 1.2GB... and FF is running very, very slowly.... excessive disk accesses (paging probably, though I apparently I still have 1.5 to 2.0 GB of free RAM). Killing FF frees it all up, and if I open FF again, it's back to using 250MB of RAM.
    So, it's not the add-ons per se, but how they're interacting with FF (or the other way round).... most likely, it's this plug-in container they created to stop add-ons from taking FF with them when they crashed. Seems to have created more problems than it has solved..... would be great if you could choose not to use it....

  • Why do pictures appear in the wrong position in Firefox but in right place in Internet Explorer?

    I am running Internet Explorer 8 and Firefox 3.6.6 and have been looking at the following website www.finningley.org and on the home page there is a picture of an aeroplane that appears in the correct place on Internet Explorer but is over the text in Firefox. I have tried changing the resolution but Firefox always looks incorrect whereas I E is fine. What can be done to solve this issue?

    The overlapping is caused by the fixed height of the containing DIV:
    <pre><nowiki><div style="border-style: inset; width:645px; height:127px"></nowiki></pre>
    If you leave out the height then it looks much better.<br />
    <pre><nowiki><div style="border-style: inset; width:645px;"></nowiki></pre>
    I don't know if you can make that gallery work properly with scroll buttons.

  • Why can't I log in to LinkedIn on Firefox but can log in on Internet Explorer?

    yesterday I attempted to change the password. eventually it did change (after 7 tries) and now that's what I use on Internet Explorer. But when I use the new username and password that works on IE, LinkedIn gives me the message "Please correct the highlighted fields below" but nothing is highlighted. Could it be

    In Firefox go to
    Tools -> Options-> Privacy -> Show Cookies -> Remove All Cookies

  • I cannot access my sky emails using firefox, but I can do with internet explorer

    With sky, I put in my username and password and then sign in, I get the message: Problem loading page. The connection was reset
    The connection to the server was reset while the page was loading.
    The site could be temporarily unavailable or too busy. Try again in a few
    moments.
    If you are unable to load any pages, check your computer's network
    connection.
    If your computer or network is protected by a firewall or proxy, make sure
    that Firefox is permitted to access the Web. When I use internet explorer using the same information, I receive my emails

    Hello there.
    Have you tried deleting your emails cookies (see [https://support.mozilla.com/en-US/kb/Deleting+cookies this] for help) and [http://support.mozilla.com/en-US/kb/How+to+clear+the+cache clearing your cache]? That will probably help.

Maybe you are looking for

  • New project ¿EJB 2.1 vs. EJB3?

    We are about to startup a new J2EE-based project. The expected number of lines is bigger than 200K lines of business logic (this prediction is based on the old system we're migrating to J2EE). The deadline is Q3 2006 and we have a in-depth background

  • Debug background job program

    Hi, i am debugging the program in background mode, first time i was successful in capturing the job, second time it is giving error, capture job is failed. sm37 , jdbg also not working, its given error like bebuggin is not possible in active mode. in

  • How can I reorder LogIn Items

    I need my login items to load in a different order. Is there any way, short of deleting and re-adding them, that I can change the order? Thanks in advance.

  • Redirect_uri issue when authenticating user with live account.

    Hello, i am working with a MVC application which is using OAuthWebSecurity to authenticate the user through live account, i am able to get access code and see the login page, but while getting access token i get the exception "The provided value for

  • My Ipad can not work

    THis morning, I open my ipad,it's display a dialog box" icloud should backup, your icloud has not backup for two weeks, please plug in your power and connect wifi to backup." when I click the "OK" button, it's nothing. when I plug in the power and co