Backspace button registers twice on honeycomb

The backspace key registers twice, even when only pressed once when using the current Firefox 4 beta for android. This is happening on the honeycomb verion of android on a Motorola Xoom device.

This bug has been fixed in our latest development versions: https://bugzilla.mozilla.org/show_bug.cgi?id=637892
The fix will be included in the next update through the Android Market. Or you can test the fix now by downloading a nightly development build from: https://wiki.mozilla.org/Mobile/Platforms/Android

Similar Messages

  • Hello, the 'Save As' dialog box used to allow the backspace button to go up one level in the directory when the focus is in the folder contents box but it does not work any more, please help.

    Hello, the 'Save As' dialog box used to allow the backspace button to go up one level in the directory when the focus is in the folder contents box but it does not work any more, please help. BTW the same 'Save As' dialog in other applications still allow the backspace button to go up one level in the directory.

    cor-el,
    I kept forgetting and procrastinating about following your instructions, since I have internet access only for limited amounts of time and usually I am busy with important tasks when I am.
    Out of the blue, the problem corrected itself (the Save As box started to open full screen, then shrunk down to a normal size and the edges can now be dragged to a custom size).
    Even the copy and paste problem in the filenaming area seems to have been less troublesome lately even though there have been no updates to Firefox in a few weeks.
    Even though I marked the solution as not helpful, the problem has in fact been resolved. I will save the solution instructions in case the issue returns.

  • How to align a backspace button in sql form

    hi all,
    how to make to work a backspace button in oracle form for virtual keyboard.
    DECLARE
      TEST number;
    BEGIN
      TEST:=length( :TEXT);
    -- :TEXT:=test||chr(8);
    :TEXT:=substr(:text,1,test-1);
    END;
    this won't work properly..

    Code is attached to some Forms trigger. Which trigger is that?
    And what is this "virtual keyboard" you are using?
    Also, always include your Forms and Java version, browser, etc.

  • Backspace button not working...anyone know how to fix?

    My backspace button will not work.  The "Return" button activates instead.  Can anyone help?

    Sounds like an issue with your multi-touch display. You may need to contact AppleCare or an Apple Store for a repair.
    Before you try that though, create an iTunes backup and restore the device as new to check to see if that fixes the issue. You'll need to do the backup before doing a repair anyways.
    AppleCare #: 1-800-275-2273

  • Why can't I use backspace button or go back and edit typed text?

    I recently upgraded my OS to 10.6.8 on my mac mini, allowing me to update my Firefox. Ever since then, when typing any text, such as this one, or in an email, or a comment post on a blog, I am unable to use the backspace button, go back and edit any text, and at times no key on my keyboard works at all. Intensely frustrating and I have no idea what is going on. Please let me know what settings to change so that I can go back correct spelling, make edits, backspace, all the normal usual things that a person does when typing text. Thank you.

    As a temporary band-aide, can you mark the part you want to edit and type
    over it?<BR><BR> Try doing these things;
    <BR><BR>Clear the Cache '''''Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"'''''<BR><BR>
    and<BR><BR>
    Remove Cookies '''''Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"'''''<BR><BR>
    '''''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]'''''
    Hold down the '''''Shift''''' key (On '''Mac''' the '''''Options''''' key) while starting Firefox to start in Safe Mode

  • Can't reprint coupons by hitting backspace button? Didn't have a problem until recently.

    For last two weeks, I can't reprint coupons (from Coupons.com and a couple other sources) by hitting backspace button. Didn't have a problem until recently and there is a 2 print limit. Can't get the second to print even if I close Firefox and reopen!!! IT'S COSTING ME LOTS OF MONEY IN SAVINGS!!!
    I've even tried the open:config and resetting the print.print line, but to no avail.
    PLEASE HELP!!!! THIS IS DRIVING ME CRAZY!!!

    Three different download add-ons installed .....
    '''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.''

  • Button painted twice

    We have in a JSP two selectOneChoice and a button.
    Values of the second selectOneChoice depends on the value of the first selectOneChoice.
    The values of both selectOneChoice are loaded from a bean called Bean.
    The first time the JSP is loaded, only the first selectOneChoice is rendered. Once the user select a value of the first selectOneChoice and press the button, two things happen:
    1. The valueChangeListener method of the first selectOneChoice is executed. This method updates the values of the second selectOneChoice.
    2. The action method of the button is executed. This method just set a boolean field of the bean called 'renderList2' to true and set the outcome to null. This will cause to navigate to the same JSP.
    Because the field called 'renderList2' is true, the second selectOneChoice is rendered.
    But the button is painted twice. Why?
    We are developing with JDeveloper 10.1.3.4.
    The JSP is the next one:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces" prefix="af"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/html" prefix="afh"%>
    <f:view>
    <afh:html>
    <afh:head title="rendering">
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    </afh:head>
    <afh:body>
    <h:form>
    <af:panelGroup>
    <af:selectOneChoice id="category1" valuePassThru="true"
    valueChangeListener="#{Bean.updateList2}"
    unselectedLabel="-- select one --">
    <af:forEach items="#{Bean.list1}" var="row">
    <af:selectItem label="#{row.label}" value="#{row.value}"/>
    </af:forEach>
    </af:selectOneChoice>
    </af:panelGroup>
    <af:panelGroup rendered="#{Bean.renderList2}">
    <af:selectOneChoice id="category2" valuePassThru="true"
    unselectedLabel="-- select one --">
    <af:forEach items="#{Bean.list2}" var="row">
    <af:selectItem label="#{row.label}" value="#{row.value}"/>
    </af:forEach>
    </af:selectOneChoice>
    </af:panelGroup>
    <af:commandButton text="Next" action="#{Bean.next}"/>
    </h:form>
    </afh:body>
    </afh:html>
    </f:view>
    The code of the bean is:
    package com.ieci.pruebas;
    import java.util.ArrayList;
    import javax.faces.event.ValueChangeEvent;
    import javax.faces.model.SelectItem;
    public class Bean
    private ArrayList list1 = null;
    private ArrayList list2 = null;
    private boolean renderList2 = false;
    public void setList1(ArrayList list1)
    this.list1 = list1;
    public ArrayList getList1()
    this.list1 = new ArrayList ();
    this.list1.add(new SelectItem ("ONE", "ONE"));
    this.list1.add(new SelectItem ("TWO", "TWO"));
    return this.list1;
    public void setList2(ArrayList list2)
    this.list2 = list2;
    public ArrayList getList2()
    return list2;
    public void updateList2(ValueChangeEvent valueChangeEvent)
    String list1Value = (String) valueChangeEvent.getNewValue();
    this.list2 = new ArrayList ();
    if (list1Value.equals("ONE"))
    this.list2.add(new SelectItem ("VALUE 1", "VALUE 1"));
    this.list2.add(new SelectItem ("VALUE 2", "VALUE 2"));
    else
    this.list2.add(new SelectItem ("VALUE 3", "VALUE 3"));
    this.list2.add(new SelectItem ("VALUE 4", "VALUE 4"));
    public String next ()
    String command = null;
    renderList2 = true;
    return command;
    public void setRenderList2(boolean renderList2)
    this.renderList2 = renderList2;
    public boolean isRenderList2()
    return renderList2;
    Thanks

    Yes, I logged a SR yesterday.
    Yesterday I solved it defining a navigatorion rule to the same JSP. I don't know why it paints the button twice when the method return a null as outcome.
    I haven't test what you suggest about adding an "id" property to all componentes. Is it a JSF requirement when using a foreach tag?
    Thanks

  • InfoPath 2010 and REST web services, custom code button firing twice and second click fires error

    Hi,
    I have two supposing simple issues which I'm having problems correcting.
    If a add a button to the form and write some custom code (See below) to submit some data via a REST Web Service data connection. The code runs but somehow fires the URL twice to the web service.
    I've also recreated similar functionality using Rules on a button and some concat formulas and exactly the same thing happens when I the run the data using the Query Data Action, it fires the URL twice at the web service.
    How can I stop this.
    Secondly, if I use the custom code route, it work correctly the first time it pressed except for the double fire issue, but the second time I click the button the InfoPath internal system throws up an issue. See screen shot below.
    Any help would be appreciated.
    Rob
    namespace SubmitTest
    public partial class FormCode
    // Member variables are not supported in browser-enabled forms.
    // Instead, write and read these values from the FormState
    // dictionary using code such as the following:
    // private object _memberVariable
    // get
    // return FormState["_memberVariable"];
    // set
    // FormState["_memberVariable"] = value;
    // NOTE: The following procedure is required by Microsoft InfoPath.
    // It can be modified using Microsoft InfoPath.
    public void InternalStartup()
    //EventManager.FormEvents.Submit += new SubmitEventHandler(FormEvents_Submit);
    ((ButtonEvent)EventManager.ControlEvents["SaveDataPoint"]).Clicked += new ClickedEventHandler(SaveDataPoint_Clicked);
    /*public void FormEvents_Submit(object sender, SubmitEventArgs e)
    // If the submit operation is successful, set
    // e.CancelableArgs.Cancel = false;
    // Write your code here.
    MessageBox.Show("Submit Function Start");
    //SaveDataPoint_Clicked(sender);
    MessageBox.Show("Submit Function End");
    public void SaveDataPoint_Clicked(object sender, ClickedEventArgs e)
    try
    FileQueryConnection fqcConnection = (FileQueryConnection)this.DataConnections["TestREST"];
    string fqcFileLocation = fqcConnection.FileLocation;
    MessageBox.Show("fqcFileLocation " + fqcFileLocation);
    fqcFileLocation = fqcFileLocation + "?TestName='HugeArse'";
    fqcConnection.FileLocation = fqcFileLocation;
    fqcConnection.Execute();
    catch (Exception ex)
    MessageBox.Show("NewDataPoint_Clicked: Error " + ex);

    Hi Phillip6653,
    Did you check the similar
    thread to uninstall the windows update KB2756920 which was published on day 1/10? After auto install the update, on day 1/11, the same error occur when I open site using designer, after I uninstall it, it works for me, please have a check.
    For more information, see
    http://consultingblogs.emc.com/shailensukul/archive/2010/09/17/sharepoint-designer-error.aspx
    http://daniyar-tech.blogspot.com/2012/01/sharepoint-designer-2010-error.html
    Best Regards.
    Kelly Chen
    TechNet Community Support

  • Button tregers twice

    hi...
    i have a button inside a movie clip.I want to open a site in
    a browser window when i clicks the button so i write the script
    inside the button .But when i click the button two windows are
    opening with the same url...[the movie clip has animation]
    can u help me...?

    Yes, I logged a SR yesterday.
    Yesterday I solved it defining a navigatorion rule to the same JSP. I don't know why it paints the button twice when the method return a null as outcome.
    I haven't test what you suggest about adding an "id" property to all componentes. Is it a JSF requirement when using a foreach tag?
    Thanks

  • Powermac g4 cube, power button blinks twice

    hello,
         i have a powermac g4 cube, i plugged it in and it turned on (i could here it) and i went to go turn on the apple display and i pressed the button as normal, and when i pressed it, it lites up and when i let go the light goes out. it is a yellow light on the display. so i grabbed a differnt display that i had laying around and plugged that in and it went right into standby mode, i then looked at the mac and saw that it was blinking twice. i went online and read the it was a incompatible ram issue, first off, i just took out the ram and that would show a 1 blink, and second, would no ram cause the display issue? i just want to know if it is the graphics card or if im just not doing somthing correctly. one other thing, i opened it up and noticed that it was missing a few screws and it was wiggley, so i replaced the missing screws and it made it secure, but this still did not resolve the issue.
    thanks

    would no ram cause the display issue?
    Yes. No RAM, bad RAM, incompatible RAM are all contrary to function.
    If you don't have compatible RAM, the machine will not move to logic. If there is no logic function, the machine will not move to graphics initiation.
    One must reach successful logic before one can have graphics.
    Deal with the RAM issue first.
    Install known good, guaranteed Mac compatible RAM.
    Standard PC RAM almost never works.
    http://eshop.macsales.com/MyOWC/Upgrades.cfm?sort=pop&model=128&type=Memory

  • Tree Table buttons displaying twice

    I have an issue in ADF applicationsTreeTable button bar, If I select a row, button's area shuffles and we can see the button twice. This would be replicated only for the first time, On save/reload, it will not reproduce. If I clear the cookies and restore the page, this issue reoccurs. Please suggest some ways to avoid this. I have a selection listener, on select I have some if else conditions, based on that, I am disabling & enabling the buttons.

    Hi,
    Have you got any solution of this issue as I am also facing similar issue.
    In my case I am enabling disabling the delete icon based on certain conditions. In the initial load of the object icons are getting disabled as expected but later if I add any new node in tree table and delete it the code will written the correct value of the disable variable but the icon will not be disabled.
    Any inputs will be appreciated.
    Thanks.

  • Backspace Button deleting whole sentence with one click ...

    Hey guys, I really need some help here ... When I'm typing on my BlackBerry Curve 8520 and when i press the backspace (Delete) button it erases the whole sentance, and i was wondering if it was just me with this problem and how do I fix it? ... Also if i want to do at smily face it wont let me hold alt and then press H and then Y i have to press alt H and then alt Y ... Please someone help 

    Hi Ponta,
    How can I set up or use Numbers so that when I want to change the fill color of a cell, I can just click once and not have to go through a whole sequence?
    I don't see a way to add a colour fill with one click. The Mac way is to select something (point and click):
    "Hey, You!"
    and then give it an order:
    "Do this!"
    Numbers 3.2 retains the glorious Colour Window of Numbers 2. Menu > View > Show (or Hide) Colors (shift command c)
    Select the cell(s) where you want a backgound fill:
    Now drag a colour (for example, Honeydew from the Crayons Palette) to one of the selected cells:
    Edit:
    is there a way to set up a dozen or so of my favorite colors somewhere so I can select a cell then just click the one I want?
    Yes. Salmon dragged from the Crayons Palette to a Custom Palette at the bottom:
    Still there after I Quit Numbers without Saving . Drag from the Custom Palette to selected cells:
    Regards,
    Ian.
    Message was edited by: Yellowbox. Custom Palette.

  • My apple wireless keyboard is just over a year old, but I find that delete ( backspace ) button no longer functions, has anyone else experienced this problem, do I need to have it looked at by an apple technician ?

    My apple wireless keyboard is just over a year old, but Ifind the delete ( spacebar ) button does not function, does any one know if this is a common fault, do I need to have an apple technician to take a look at it?

    It appears to be out of date so far as the warranty is concerned.  There may have been some minor detritus slipped down the side of the key.  See if you can find a buush with stiff but fine hair.   Perhaps a toothbrush.  Then brush around the key.   It is possible to remove the key if you are very careful and that would make it easier but you have to be very careful.   You are sure there hasn't been any liquid spilt; even the smallest amount can cause a drama..

  • My backspace button is broken it isnt lighting up

    when i go to one website lets say facebook nd then i go to google and want to backspace back to facebook it isnt lighting me up and wont let me click it

    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_places-database-file
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration 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.org/kb/Safe+Mode

  • Backspace button

    How do I forward space and backspace without deleting on my ipad?

    The iPad does not have "arrow keys" like a keyboard.   You can move the cursor with your finger by touching the screen, sliding the pop up circle till you see the cursor placed where you want.

Maybe you are looking for