Bug report: backspace acts as delete when at the beginning of the line.

This occurs in Calendar Subject and also in the Android Slack app.
To reproduce make some text and put your cursor in the middle.  I could understand if it worked as delete if the cursor STARTED at the beginning of the line however it's incredibly jarring to hold down delete to nuke only the first part only to eat up the rest of your text (especially because there's seemingly no UNDO).

it has been this way with BlackBerry for many years and its a nice feature to be able to delete from the beginning of a line with out adding in another key
Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
BESAdmin's, please make a signature with your BES environment info.
SIM Free BlackBerry Unlocking FAQ
Follow me on Twitter @knottyrope
Want to thank me? Buy my KnottyRope App here
BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

Similar Messages

  • Bug Report - DB toolkit returns error when calling the DefaultDatabase property with SQLite

    There's an old bug in the DB toolkit where calling the DefaultDatabase property returns error -2147217887 if you're using certain DBs (such as SQLite or PostgreSQL and I believe MySQL as well).
    The problem is that this property is called by a VI which is used in some of the commonly used VIs (such as the insert VI),
    causing them to fail. Whoever wrote the code was aware of this issue,
    since they added a comment about it, as you can see below.
    The immediate fix for this is pretty easy -  add code to ignore the error or don't call the property at all. It's not used anywhere in the toolkit and unless you're using the VI yourself to get the property, this won't break any code. The problem with this is that you need to do this in every PC.
    NI already has a CAR for this (CAR 232063) and should hopefully fix it, so there's no need to take further action at the moment. This post is for people searching for this in the future.
    Try to take over the world!

    Interesting. I have seen this before but it returned a different error code. (Error -2147352567)
    =====================
    LabVIEW 2012

  • Bug Report: ResultSet.isLast() returns false when queries return zero rows

    When calling the method isLast() on a resultset that contains zero (0) rows, false is returned. If a resultset contains no rows, isLast() should return true because returning false would indicate that there are more rows to be retrieved.
    Try the following Java source:
    import java.io.*;
    import java.sql.*;
    import java.util.*;
    import oracle.jdbc.driver.*;
    public class Test2 {
    public static void main (String [] args) throws Exception {
    Connection conn = null;
    String jdbcURL = "jdbc:oracle:thin:@" +
    "(DESCRIPTION=(ADDRESS=(HOST=<host computer>)"+
    "(PROTOCOL=tcp)(PORT=<DB port number>))"+
    "(CONNECT_DATA=(SID=<Oracle DB instance>)))";
    String userId = "userid";
    String password = "password";
    try{
    // Load the Oracle JDBC Driver and register it.
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    // *** The following statement creates a database connection object
    // using the DriverManager.getConnection method. The first parameter is
    // the database URL which is constructed based on the connection parameters
    // specified in ConnectionParams.java.
    // The URL syntax is as follows:
    // "jdbc:oracle:<driver>:@<db connection string>"
    // <driver>, can be 'thin' or 'oci8'
    // <db connect string>, is a Net8 name-value, denoting the TNSNAMES entry
    conn = DriverManager.getConnection(jdbcURL, userId, password);
    } catch(SQLException ex){ //Trap SQL errors
    // catch error
    //conn = new OracleDriver().defaultConnection(); // Connect to Oracle 8i (8.1.7), use Oracle thin client.
    PreparedStatement ps = conn.prepareStatement("select 'a' from dual where ? = ?", ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY); // Use any query that will return zero rows.
    ps.setInt(1, 1); // Set the params so that the query returns 0 rows.
    ps.setInt(2, 2);
    ResultSet rs = ps.executeQuery();
    System.out.println("1. Last here? " + rs.isLast());
    while (rs.next()) {
    // do whatever
    System.out.println("2. Last here? " + rs.isLast());
    ps.close();
    rs.close();
    EXPECTED RESULT -
    1. Last here? true
    2. Last here? true
    ACTUAL RESULT -
    1. Last here? false
    2. Last here? false
    This happens to me on Oracle 9.2.0.1.0.

    387561,
    For your information, I discovered this problem from
    running a query that did access an actual DB table.
    Try it and let me know.I did say I was only guessing, and yes, I did try it (after I posted my reply, and before I read yours). And I did check the query plan for the queries I tried -- to verify that they were actually doing some database "gets".
    In any case, the usual way that I determine whether a "ResultSet" is empty is when the very first invocation of method "next()" returns 'false'. Is that not sufficient for you?
    Good Luck,
    Avi.

  • Bug report: A keyboard layout is incorrect on the remote with Japanese keyboard

    This is a bug report for Microst Remote Desktop
    ===================================================
    ## Summary
    A keyboard layout is incorrect on the remote with Japanese keyboard
    ## Version Information, I tested
    * Client
        * Case 1
            * MacBook Pro with JIS106 Keyboard
            * Mac OS X Lion 10.7.5
            * Microsoft Remote Desktop 8.0.24308
        * Case 2
            * MacBook Pro with JIS106 Keyboard
            * Mac OS X Mavericks 10.9.1
            * Microsoft Remote Desktop 8.0.24308
    * Remote
        * Case 1
            * Windows 7 Professional Japanese
        * Case 2
            * Windows Server 2008R2 Datacenter Japanese
        * Case 3
            * Windows Server 2012R2 Datacenter Japanese
    ## Detail of bug
    When login from Mac OS X with Microsoft Remote Desktop, the keyboard layout is always incorrect on the remote.
    The client machine have a built-in keyboard of JIS 106 layout,
    and the primary language is set to Japanese.
    But on the remote, the keyboard layout is US 101.
    So a input of Shift+2 does not result " but @.
    I've seen the above behavior on the 3 remote enviornments described the above.
    This bug did not occcur with Microsoft Remote Desktop Connection Client for Mac 2.1.1, even if the system language is English and keyboard layout is Japanese.
    ## Captures
    I've took some of screen captures.
    I'm sorry for the capture includes Japanese words, so I added description in English.
    Capture 1:
    Mac OS X Keyboard Setting
    Capture 2:
    Windows Server 2012R2 Screen Keyboard
    Capture 3:
    Windows Server 2012R2 Screen Keyboard, with a additional registry key configured.

    This bug also affects the Canadian English settings.  If the client is set to Canadian English with a US keyboard the remote server is setup using a Canadian French keyboard.  Using the language selection in the toolbar you can temporarily correct
    the problem but the keyboard resets to french at the most inopportune times.  The was a problem in the earlier RDP client and was fixed so it's sad to see it reoccur in the new client.
    Lawrence

  • Bug report: A keyboard layout is incorrect on the remote with Hungarian and other "exotic" keyboard layouts

    This is a bug report for Microst Remote Desktop
    ===================================================
    ## Summary
    A keyboard layout is incorrect on the remote with Hungarian keyboard
    ## Version Information, I tested
    * Client
        * Case 1
            * MacBook Pro with HU101 Keyboard
    * Locale: Hungarian
            * Mac OS X Maverics 10.9.2
            * Microsoft Remote Desktop 8.0.6
    * Remote
        * Case 1
            * Windows Server 2003 R2 (English)
        * Case 2
            * Windows Server 2008 R2 (English)
        * Case 3
            * Windows 8.1 (Hungarian)
    ## Detail of bug
    When I connect to the listed remotes the client sets the keyboard layout to Latvian which is a completely different layout than Hungarian (not even close...).
    - On Windows 8 if I set the language on the login screen it stays on that language after the login.
    - On Windows Server 2003R2 and 2008R2 even if I set the language at login it will switch back to LV after the login.
    ## Attachments
    Unfortunately cannot include my shots because I'm not allowed to do this...
    ## End of report
    Please allow the users to set the correct "target" language on connection basis because the automatic method the app use to determine that is unreliable.

    Hi,
    Thanks for the feedback.
    I will forward this to the product team.
    Thanks.
    Jeremy Wu
    TechNet Community Support

  • Sales order delete and rejecting the line items

    Hi,
    1 )What is the difference between deleting a sales order and rejecting all the line items of a sales order.
    2) Are there any pre-conditions for deleting a sales order.
    3) why there is a need to reject line items of a sales order
    regards

    What is the difference between deleting a sales order and rejecting
    If you delete a sale order, you cannot retrieve it or view it.  On the other hand, if you reject any sale order, at any point of time, you can retrieve that sale order and analyse as to why it has been rejected.
    Are there any pre-conditions for deleting a sales order.
    Certainly not.  Its all depends on the discretion of the user.  Of course, you cannot delete a sale order if any subsequent document exists.
    why there is a need to reject line items of a sales order
    Customer has placed an order and at a later date, due to some reason, they have asked the client not to proceed with production against that sale order.  Now if the Management decides to track such of those sale orders, you can assign reason for rejection and have it in system for record purpose.
    thanks
    G. Lakshmipathi

  • How to turn off measurements when using the line tool

    Hello.  I'm sorry to trouble you with this small thing but its driving me nuts.  I'm using a shared computer at a university and we just upgraded to CS6.  When I use the line tool while making a mask a box pops up which measures the line's length and angle.  I want to turn it off, and it blocks being able to see what I am trying to mask.  I've tried looking this up online and in Photoshop help but I just don't know the correct terminolgy, i.e. what to call it, to find out how to turn it off.  Thank you so much so much for any help!
    here is a jpg screenshot: https://www.dropbox.com/s/njena5x9ppajzqq/linetool.jpg

    That looks like the on-image displays that were added to photoshop cs6
    You should be able to turn that off in Photoshop>Preferences>Interface>Show Transformation Values and set Never as the value.

  • When using the line tool, The line doesn't show up in the box

    When I click the line tool and use it in the white box it does not show up at all but it will show up outside the box. Please help.

    I would have thought that was impossible!
    Does your account details include your name?

  • When is the line activated?

    I had the BT engineer come over to connect a new line to my flat. He worked for almost an hour. He gave me my phone number and left. 
    I need that line for broadband, I'm not planning on using it for the phone. But when I went to order a broadband package, the provider (not BT) told me that they cannot connect it. I'm assuming the line's not active yet.
    How long does it take for the line to be activated? 

    If a line has been recently provided it can take up to 48 hours for BT Wholesale system to be updated.
    Your prospective Broadband provider would query this system before accepting the order.

  • Bug Report: Preview chrashes every time when it opens a specific pdf

    http://www.constantin-medien.de/dasat/images/8/100778-gb2008-d-290409-safe.pdf
    This pdf crashes everytime preview.app.
    You can only watch it via quickview or Safari.
    Printing out of Safari will even crash Safari as well.
    I reconstructed this bug on three different Macintoshs.
    Message was edited by: Jamsven

    Yup, crashes Preview here too. There's probably something wrong with the PDF, but that doesn't excuse a crash.
    That said, this isn't really the right place to report bugs. This is a user-to-user forum, not a way to communicate with Apple. Go here:
    http://www.apple.com/feedback/macosx.html

  • Bug Report : with iOS 5.1 when a call failed and we choose call again, the screen of iPhone4s becomes black (until touch Apple button)

    I have this bug when my call don't reach my receiver. iPhone offers choice to left the call or retry it. If I retry it, the screen is black but the call continues and I can talk with my receiver. I must click on Apple button to deblock the black screen and after i can close the call. This bug appears since the upgrade to iOS 5.1.

    There is no Apple button.
    There is a home button, power button, mute switch and volume up/down buttons.
    Which of those are you actually pressing?

  • Data getting deleted when doing the validation

    Hi all,
    I have a web dynpro application to park an accounting document and I want the following functionality to it.
    When a user enters fund starting with 'P' then the cost center field should be greyed out and if WBS element field is not entered then I should see the error on the screen that it's a mandatory field.. For this I have written the following code:
    LOOP AT lt_el_tbseg INTO lo_el_tbseg.
        lo_el_tbseg->get_static_attributes(
                               IMPORTING static_attributes = lv_bseg ).
        CLEAR lv_bseg-lifnr.
        CHECK NOT lv_bseg IS INITIAL.
        TRANSLATE lv_bseg-geber TO UPPER CASE.
        IF lv_bseg-geber(1) = 'P'
                           *       navigate from <CONTEXT> to <EDIT_PROPERTY> via lead selection
          lo_nd_edit_property = wd_context->path_get_node( path = `Z_POSTING.CHANGING.T_BSEG.EDIT_PROPERTY` ).
    *       get element via lead selection
          lo_el_edit_property = lo_nd_edit_property->get_element( ).
          lo_el_edit_property->set_attribute(
            name =  `EDIT_WBS`
            value = 'ABAP_TRUE' ).
          DATA lv_projk TYPE wd_this->element_t_bseg-projk.
          IF lv_bseg-projk IS INITIAL.
            lv_error = 'E'.
            CALL METHOD lo_api_controller->get_message_manager
              RECEIVING
                message_manager = lo_message_manager.
            lv_message_string = 'WBS Element is a mandatory field'.
    *     report message
            CALL METHOD lo_message_manager->report_error_message
              EXPORTING
                message_text = lv_message_string.
            EXIT.
          ENDIF.
        ENDIF.
        wa_bseg = lv_bseg.
        w_amt_line = wa_bseg-dmbtr + w_amt_line.
        wa_bseg-lifnr = lv_lifnr.
        APPEND wa_bseg TO lt_bseg.
        CLEAR wa_bseg,lv_bseg.
    endloop.
    but right now two things are happening in correctly:
    1. It's doing the correct validation and throwing the correct error message but it's clearing out the content of the item table that user entered on the screen.
    2. it's not making cost center as an non editable field.
    can you please suggest me what I am doing wrong here.
    Thanks,
    Rajat
    Edited by: rajatg on Jul 7, 2011 4:04 PM

        report message
            CALL METHOD lo_message_manager->report_error_message
              EXPORTING
                message_text = lv_message_string.
            EXIT.
    your EXIT statement will get you out of the loop. rest of the records in internal table will nto be read

  • All my mailboxes in Office for mac 2011 deleted when upgrading the version of OS X Lion from 10.7.3?

    Morning.
    I upgraded my OS X Lion software from 10.7.3 yesterday and once done all my mailboxes in Outlook for Mac 2011 had been deleted - Outlook for Mac is completely empty! I have a yahoo and gmail account which are easy enough to resync, however I also had historical .pst files loaded up that I don't have any other copies of, that i need urgently :-).
    I am using Time Machine to back up to a Time Capsule, so I restored to the backup about an hour before I did the OS X Lion update, however my Outlook folder is still empty :-(.
    Please can someone assist in resolving this? How can I recover or locate the data files and reupload?
    Many Thanks,
    Chris

    Thanks for your reply, much appreciated. I went to the respective folder and found the database file, however when I try open in Outlook I get the following message "You have not set up an e-mail account." and that I need to set an email account to send and receive messages?
    In addition I tried to then import the database file and received the following message "The data file is damaged and Outlook is not able to import it". I then went into my later backup's in Time Machine, however there are no Data files under the Main Identity folder to compare against the current one? Any ideas what else I can do, and also why this would be he case? Many Thanks

  • Bug Report: Hotzone navigation does not work at the end of a flattened article

    I was writing about this earlier but I think it did not catch on.
    I experience problems when using Hot zones in my custom viewer together with flatteened articles. when I reach the end of a flattened article, tapping the hotzone does not advance to the next article. this also happens at the first page of the flattened article when I try to get to the previous article.
    —Johannes

    In case you do not know...
    If you want to limit css to specific sites you can do, e.g.
    <pre>@-moz-document url-prefix(http://www.example.com/example_dir/)
    css for this site/directory
    }</pre>
    (There are other varieties of this construction too.
    Even easier is to use the Stylish addon.
    https://addons.mozilla.org/en-US/firefox/addon/2108/

  • Pdf reflow - when zooming the line folds down instead of up!!

    Hi
    I thank in advance to pro users of Indesign.
    I use Indesign CS5 ME.
    i created a doc and export as PDF. Arabic language- RTL.
    when i reflow it, when the text "meets" the window frame or smaller reader device, 2 things happen that im trying to fix:
    1. at reflow mode the text snaps to the left side intead to the original position (right or middle).
    more importent* 2. the begining of the ech line/sentence folds down and makes the reading wrong way - it should fold up, in order to preserve the original reading flow.
    I'll try to show in english - but it happens in RTL, the following is just for example:
    ORIGINAL LINE: One day the girl walked down the stairs. suddnly she fell.
    AFTER REFLOW: walked down the stairs. suddnly she fell
                                One day the girl
    I hope it explains it.
    Please advise.
    Regards,
    joe

    How is that related to Firefox? <br />
    Firefox doesn't do email, it's a web browser.
    If you are using Firefox to access your mail, you are using "web-mail".
    If your problem is with Mozilla Thunderbird, see this forum for support.
    [http://www.mozillamessaging.com/en-US/support/] <br />
    or this one <br />
    [http://forums.mozillazine.org/viewforum.php?f=39]

Maybe you are looking for

  • My ipod touch isn't recognized by my computer or my dock

    My ipod touch 4th generation won't connect to my computer or my memorex dock! I tried connecting my ipod with 2 different usb cables to both my computer and my mothers and it wasn't recongized at all by both. I also tried connecting it through an ext

  • HT201232 os x server 3.2.2 and yosemeti

    I have a mid-2013 13" macbook air with 1.7GHZ intel 5000 gnu cpu, 8GB RAM, 128GB flash drive. Now when I had mavericks installed in April 2014 I bought os x server 3.1.1. It worked fine then. I upgraded to os x yosemite beta when it was offered by ap

  • Save 3d plot to excel as an image

    I am in the report phase of the project and would like to be able to save a 3D plot image (not the data) to an Excel spreadsheet. Any ideas? (The Print.Vi Invoke Node function methods for the front pane are not available in the RTE.) Solved! Go to So

  • [Bug ?] ADFC-00008 again, after session.invalidate() in ADF BC application

    Hi all, We would like to know wheter session.invalidate() is supposed to be a valid operation in one Action JSF method, within one ADF BC Fusion Web application ? When our jsf page uses data controls based od ADF BC, and one of our action method uses

  • Mp3 attachments in Mac Mail/10.4.11

    In the last week we updated our software on both our G5 and my g4 MacBook Pro. Now on both machines when we attempt to attach MP3 files in Mac Mail the icon of the attachment appears cut in half. This happens on both MP3 files and mpegs. Anyone have