Backspace wrong behaviour in textarea

I've recently found this problem: when I press the backspace on the keyboard in a textarea component (inside a tabnavigator) , it doesn't delete the carachters but it goes back on the previous tab as if I pressed the back button of the browser. This happens only with IE 11 and Flex SDK 3.6
<mx:TabNavigator id="tabNavigator" tabWidth="150" tabHeight="60" height="100%">
    <mx:VBox label="left">
        <mx:TextArea id="id1" maxChars="1000" width="75%"/>
    </mx:VBox>
    <mx:VBox label="right">
        <mx:TextArea id="id2" maxChars="1000" width="75%"/>
    </mx:VBox>
    <mx:VBox label="top">
        <mx:TextArea id="id3" maxChars="1000" width="75%"/>
    </mx:VBox>
</mx:TabNavigator>

I am unable to reproduce what you described.
I tested the standard Paste and the "Paste Value" feature.
So, my guess is that something is wrong on your machine.
Yvan KOENIG (from FRANCE jeudi 25 juin 2009 11:24:42)

Similar Messages

  • Wrong behaviours with TableCellRenderer

    Hi.
    I implemented my tablecellrenderer for dates. The problem is that the values of the column I rendered are not visually selected when I click on them.
    Moreover:
    when I click on a cell, sometimes it changes its content, according to the row I was selecting before.
    if three rows have the same date value, all three are selected.
    I tried using setOpaque (true) but this selected all the rows in that column.
    Here is my renderer..thanks for any little help
    public class DateTableCellRenderer extends JLabel implements TableCellRenderer {
    Timestamp curDate;
    public Component getTableCellRendererComponent(JTable table, Object value,
    boolean isSelected, boolean hasFocus, int rowIndex, int vColIndex) {
    if(value!=null){
    if (value instanceof Timestamp) {
    curDate = (Timestamp) value;
    SimpleDateFormat a = new SimpleDateFormat("dd/MM/yyyy", Locale.ITALY);
    String text = a.format(curDate);
    this.setText(text);
    if (isSelected) {
    this.setOpaque(true);
    setForeground(table.getSelectionForeground());
    setBackground(table.getSelectionBackground());
    } else {
    this.setOpaque(false);
    setForeground(table.getForeground());
    setBackground(table.getBackground());
    return this;
    }

    You're right. I forgot using the code tags to format my class. Here is my situation:
    I have a dinamic JTable to which I added a TableSorter. In the model I added object like BigDecimal, Strings and Timestamp and I created a TableCellRenderer for each type I can have inside the table. The wrong behaviours are those described in the previous post.
    Any help?
    Thanks camickr, but I think that the link you gave me is wrong

  • OS X Mail - Backspace key behaviour [Gmail]

    Hello everyone!
    I hust updated to OSX Mavericks and I noticed that the backspace key behaviour is changed in Mail.app using a GMail account (IMAP).
    With Mountain Lion, when I highlighted a message and tapped backspace the software use to move that message in the GMail archive.
    Now, tapping backspace is causing to move my messages into the "GMail trash".
    I would like to set it the way it was on Mountain Lion since it was a great way to sort and archive my mail messages.
    Thank you in advance for your support!

    Just had this exact problem, hope I haven't been deleting for months. Couldn't find much help on Google so thought I'd post in the most relevant thread how I ended up getting it working:
    1. Verify your Gmail settings: Go to Settings, then the "Forwarding and POP/IMAP" tab. Make sure "When a message is marked as deleted and expunged from the last visible IMAP folder:" is set to "Archive the message (default)."
    2. In Apple Mail, go to Preferences, then the Accounts tab. Select the Gmail account and go to the Mailbox Behaviours tab. Uncheck both options under trash. Close the preferences window to make the setting take effect and click the Save button in the "Save Changes..." prompt. The trash bin should disappear from Apple Mail for that account.
    Now when you delete a message it will still be under the Archive in Apple Mail, and in All Mail in Gmail, without going to the Trash on Gmail.

  • Cl_gui_frontend_services= gui_download - wrong behaviour with Windows UAC

    Hello,
    we are using the method cl_gui_frontend_services=>gui_download to store files on the presentation front end (Windows Vista with UAC).
    When the user has no windows rights to the target directory and UAC is active, then the method gui_download stores the file in other directory (C:\Users\<USER_NAME>\AppData\Local\VirtualStore\Windows) and returns with sy-subrc = 0.
    In our opinion this is a critical problem but SAP doesn't want to correct it.
    What do you think about it?
    regards,
    Kris

    Hello kpsgoutam ,
    thank you for your post but it's not an answer for my question. I know how to use 'gui_dowload'. The problem is, it works wrong with UAC and target directory, where you have no rights to write the file.
    Consider following code:
    REPORT ztest.
    DATA:
    " to reproduce the problem the UAC must be active
    " and you can't have write rights to the target directory
      lv_filename TYPE string VALUE 'c:\windows\test.txt',
      lt_data     TYPE TABLE of string,
      lv_data     TYPE string,
      lv_outlen   TYPE i.
    lv_data = 'Some test content'.
    APPEND lv_data TO lt_data.
    CALL METHOD cl_gui_frontend_services=>gui_download
      EXPORTING
        filename                  = lv_filename
      IMPORTING
        filelength                = lv_outlen
      changing
        data_tab                  = lt_data
      EXCEPTIONS
        file_write_error          = 1
        no_batch                  = 2
        gui_refuse_filetransfer   = 3
        invalid_type              = 4
        no_authority              = 5
        unknown_error             = 6
        header_not_allowed        = 7
        separator_not_allowed     = 8
        filesize_not_allowed      = 9
        header_too_long           = 10
        dp_error_create           = 11
        dp_error_send             = 12
        dp_error_write            = 13
        unknown_dp_error          = 14
        access_denied             = 15
        dp_out_of_memory          = 16
        disk_full                 = 17
        dp_timeout                = 18
        file_not_found            = 19
        dataprovider_exception    = 20
        control_flush_error       = 21
        not_supported_by_gui      = 22
        error_no_gui              = 23
        others                    = 24.
    WRITE: / 'sy-subrc =', sy-subrc. " error: with active UAC the sy-subrc is 0
    regards,
    Kris

  • Wrong behaviour in link generated by HTML editor

    Hi all,
    anybody knows if there is some bug in HTML editor used in XML Form Builder projects?
    We are facing the following problem:
    1) we create a link by filling the html editor area in a news XML edit form
    2) save and publish the news
    3) in rendering of the news the link doesn't respect the CSS class used for links (e.g. the link is a standard link, blue and underline)
    Is it a standard behaviour or not?
    Thanks
    Marta

    Hi all,
    anybody knows if there is some bug in HTML editor used in XML Form Builder projects?
    We are facing the following problem:
    1) we create a link by filling the html editor area in a news XML edit form
    2) save and publish the news
    3) in rendering of the news the link doesn't respect the CSS class used for links (e.g. the link is a standard link, blue and underline)
    Is it a standard behaviour or not?
    Thanks
    Marta

  • HTML Link ( a href)- wrong behaviour

    Hello,
    This simple code
    <a href="javascript:$('.div-feedback').fadeIn();">
    doesn't work in my newest version of firefox 29.0.1. it works on chrome just fine as it should.
    rather than interpret as javascript, it reads as an url (opens the page "javascript:$('.div-feedback').fadeIn();" which is wrong of course)
    Do you have an idea why?
    Thank you
    Gonçalo

    Actually, the ''href'' attribute is supposed to direct the browser to a new URL, etc., not run a script. Instead, use the ''onclick'' event attribute:
    ''<a onclick = “$('.div-feedback').fadeIn();”></a>''.
    Happy coding!

  • How to tackle BACKSPACE key behaviour?

    Hi,
    i noticed some nasty thing about pressing BACKSPACE key in a form.
    it causes navigation to previous page .
    How can i tackle it?
    JDev 11.1.2.3

    Hi
    It is not related to ADF and web browser behavior
    See
    http://mcrusch.wordpress.com/2009/02/03/disabling-back-behavior-of-backspace-in-browser/

  • Feature request: Convert to DNG... wrong behaviour

    Hi all,
    in LR3 when I used the command "convert to DNG" on a previously converted file or group of files, Lightroom skipped the files and converted only the not yet DNGs.
    Now in LR4 final (same as the beta) on MacOS 10.7, I find that it's converting all my files again and again, even if I already processed them to the latest 1.3 version and embedded the fast preview. I think this behaviour is very annoying and time consuming, whithout a good reason.
    Isn't it possible to tell LR4 to do the same thing as LR3, so it converts only the previous version DNG files and leaves the new processed without reprocessing them?
    Or at least a metadata filter in the library to identify the different versions of DNG files.
    Thank you
    Alan

    The second copy is always in the original format.  There will be no conversion to DNG.

  • Terminal input wrong behaviour

    Basically, I have a very strange problem - when I ssh into the machine running CentOS and I open some file in nano to edit it my terminal behaves like crazy.
    When I delete something it can put either a simicolon or a closing parathesis or actually delete the thing I want.
    Also, the cursor can jump from one place to the other when pressing left/right key. This jumping is only along the line.
    Finally, when I press left/right some characters may be overwritten by the characters from the other parts on that line where the cursor happened to be.
    It almost seems like the wrong commands are being sent.
    Last thing – which is not related to the terminal – if I put mission control to be triggered by Ctrl+Right I can trigger it ALSO by pressing FN. It seems to me that something is very wrong with how character input is being interpreted... Although I do not have ANY problems when typing in other apps.

    The problem is a combination of the older version of nano + xterm-256color + Terminal.
    The older version of nano does some odd things when moving the cursor left and right: if the cursor is one column to the left of a tab stop, moving the cursor one column to the right sends a tab (Control-I) character, and if it's one column to the right of a tab stop, moving the cursor one column to the left sends a "back tab" (ESC [ Z) sequence. I say "odd" because it's odd that it bothers using these sequences when next to tab stops instead of moving the cursor left/right in the same manner as it does when it's farther away from a tab stop.
    The reason this is a problem is that Terminal doesn't support the "back tab" escape sequence. So, nano thinks it moved the cursor to the left one column, but Terminal hasn't moved it, and further editing and cursor movement on that line is out of synch with what's displayed in the terminal and it gets progressively more confusing looking. And since it only occurs when moving one character to the left to a tab stop, the user-observable behavior can seem even more surprising and unpredictable.
    Now, it only uses "back tab" if the terminfo file says that the terminal supports it. It does this with a "cbt" entry. You can see this with the "infocmp xterm-256color" command, which shows "cbt=\E[Z". This code is supported by modern Xterm and is found in several variations of the xterm terminfo entry, but xterm-color represents an older branch of Xterm and does not include "cbt". So, switching to xterm-color gives you something roughly similar to xterm and xterm-256color, except without "cbt" (and some important behaviors like Background Color Erase and 256 colors) and so this older version of nano behaves better in combination with xterm-color and Terminal.
    So, you can work around the problem by setting the TERM environment variable to xterm-color (or, really, any terminfo value that doesn't include "cbt" and is reasonably compatible with Terminal), or by upgrading the older nano on the remote host to a newer version that doesn't have this somewhat odd cursor movement behavior. You could also create a custom terminfo file that's a copy of xterm-256color with cbt removed (assuming you're comfortable creating and editing custom terminfo files).
    The easiest way for users to set the TERM value is with the popup menu in Terminal > Preferences > Settings > [profile] > Advanced > Declare terminal as. However, that sets it for every program used with that profile. I recommend one of two approaches:
    1. Duplicate (in the "action" menu below the profiles list) the profile you want to use with the remote host and set the "Declare terminal as" value (which just sets the TERM environment variable), then always use that profile for terminals that you use to ssh to CentOS machines. In fact, if you only have one or two remote hosts for which this is a problem, you could customize "… > Settings > Shell > Startup > Run command" to include the "ssh …" command, which will connect to the remote host automatically when you create a new terminal with that profile. Then create a similar custom profile for each remote host.
    2. Invoke nano with something like "TERM=xterm-color nano" to set the terminfo value only when running the older version of nano. You could even turn this into an alias, e.g., "alias nano='TERM=xterm-color nano'". If you only have one remote host (or you don't mind doing this on mulitple hosts), customise the appropriate shell startup script to do this so it only does this when invoking nano on that host. Or just remember to "export TERM=xterm-color" after you login to the remote host.
    As always, this forum is not an official means to provide feedback to Apple. If this issue is important to you, please file a bug report either at <http://www.apple.com/feedback/macosx.html> (set Feedback Area to Applications/Utilities) or <http://developer.apple.com/bugreporter/> (requires registering for a free developer account). Apple uses reports like these to prioritize work and to decide what's important to put in system updates.

  • NOT function wrong behaviour

    HI everyone,
    I have been trying to get the opposite value of a binary channel using NOT function and i don't get the right values.
    i'm extracting bits from a word with GetB
    then i have to use CTNV to clean the NOVALUE data because of the malfunction of the GetB (already corrected for Diadem 2012 but not for my 10.2)
    and at last i will like to get the invert value so: 0 will be 1 and 1 will be 0
    These is the code that i'm using and the results:
    Call ChnCalculate("Ch(""[1]/CHFS Bit 0"")=GetB(Ch(""[1]/CH 2 CHFS""),0)")
    Call ChnCalculate("Ch(""[1]/CHFS Bit 0"")=Ch(""[1]/CHFS Bit 0"")+CTNV(Ch(""[1]/CHFS Bit 0"")>1)")
    Call ChnCalculate("Ch(""[1]/CHFS Bit 0_a"")=NOT (Ch(""[1]/CHFS Bit 0""))")
    Results:
    1 = -2
    0 = -1
    i can correct with an offset but will be more time for process the data... and if is a malfunction like in GetB is important to correct too...
    I'm doing something wrong or is a real malfunction ?
    Thanks in advance
    Rafael
    Solved!
    Go to Solution.

    Hello Rafael,
    the problem here is the assumtion that true is equal 1.
    This is not true. In VB true is -1 and in general there is only one real assumtion for bool true which is "true is not false".
    MsgBox CInt(true)
    ==> -1
    MsgBox CInt(false)
    ==> 0
    So after changing your formula to
    Call ChnCalculate("Ch(""[1]/CHFS Bit 0_a"")=NOT CBool((Ch(""[1]/CHFS Bit 0"")))")
     Your results will go to 0 and -1 which is true and false.
    But now your case. Why does NOT 1 result in -2.
    Thats easy because its a logical operation to every single bit in the integer number
    1 = 00000000000000000000000000000001
    -2 = 11111111111111111111111111111110
    You can validate this with the Programmer View of Microsfts calc.exe
    NOT 1 also results in -2
    So everything is working well. Even if its a little bit unexpected.
    Call ChnCalculate("Ch(""[1]/CHFS Bit 0_a"")=Abs(NOT CBool((Ch(""[1]/CHFS Bit 0""))))")
     Results in what you want.
    greetings from rainy germany
    Andreas

  • Safari table row hilite wrong behaviour

    When having a simple 1 row, 2 col table, and cell1 has 1 word of text, cell2 has 3 lines each with 1 word of text. Now when hiliting the entire row with onmouseover in the tr, the row only gets hilited when hovering over the text in cell1 (not when over the 2 blank lines in cell1)... Only solution so far: put all cell data in a div syle height:100% AND set table height to 10px (can be anything really)...
    This issue is NOT happening in FireFox, IE and Opera... Only Safari is doing this wrong!
    Would be highly appreciated if this issue would be fixed in future update.

    Here's the sample code:
    <table border=1>
         <tr "this.bgColor='red';" onmouseout="this.bgColor='white';">
              <td>cell1</td>
              <td>cell2
    cell2
    cell2</td>
         </tr>
    </table>
    Hilite does not happen when hovering over the 2 blank lines in cell1!

  • Tablet Wacom has wrong behaviour, not respect alt right mouse in Photoshop CC 2014

    I have set my Wacom Bamboo tablet to send modifier Alt+Right button when I press the button, then I can change size or hardness of the cursor.
    I works in CS6 and CC but not in CC 2014. The bubble "alt" is now displayed but Photoshop not respect the alt button and I cannot change the size of cursor. When I press the alt+right button on mouse, it works.
    When I change mode of tablet from Pen to Mouse, it works but I cannot map the cursor to main display - this workaround is not applicable for me :-(
    Any suggestions?
    Thanks

    I'm having the same issue. Scroll wheel works fine in all Adobe products besides Photoshop. I've tried reinstalling Photoshop, plugging in the mouse to a different USB port, reinstalling the mouse driver, and restarting my computer multiple times. This bug makes Photoshop practically useless, as everything takes about twice as long to get done.
    I really hope we get a fix for this soon. So far CC has been a huge disappointment, filled with small, productivity-destroying bugs like this one.

  • XSD validation: wrong behaviour for mixed=false

    Based on XSD report.xsd demo file, I experienced mixed="false" attribute of complex type.
    <element name="purchaseReport">
    <complexType mixed="false">
    Such an attribute forbids text nodes in purchaseReport elements.
    So such XML data should be rejected by XSDSetSchema tool:
    <purchaseReport
    xmlns="http://www.example.com/Report"
    xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.example.com/Report report.xsd"
    period="P3M" periodEnding="1999-12-31">
    invalidchar
    <regions>
    However it passes Oracle schema validation, which is not expected.
    It is rejected by XMLSpy, which is expected.
    I didn't find such a bug report.
    Does someone has a clue?
    Tx,
    François Loison

    Hi Mark,
    Thanks for your response for the confirmation of the bug.
    Before we created this thread, we tested our case in Stylus Studio using the following XSD Validators:
    - Saxonica 9.4.0.6
    - Saxonica 9.4.0.6 for XSD 1.1
    - Xalan Java 2.7.0
    - .NET Framework XML Parser
    - Xerces-J Validator 2.11.0 for XSD 1.1
    All of them worked properly for the XML and XSD in question.
    By the way, on the subject of the Oracle XML DB and XSD 1.1, any plans to support it?
    Oracle 12c ?!
    We will open an SR and provide it here. So you will be able to open a bug for this issue.

  • Nokia N73 ME issue - wrong behaviour

    Hi!
    I have a Nokia N73 Music Edition and I was a satisfied user but now I'm having problems with it.
    After a while using the phone (i haven't been able to identify the exact reason) some keys loose their functionality and start doing other things, for example:
     - the key "2", when pressed, is like pressing the key "7";
     - pressing "left" on the joystick is like pressing the media player key.
    This issue was temporarily solved by three operations:
     a. shuting down the phone, removing the battery and waiting a few minutes.
     b. hard reseting the phone.
     c. updating the phone software (via Nokia PC Suite).
    None of those three solutions solves the problem completely as it returns after a few usage (half-day or 1 day). Besides, none of the solutions is practical enough to be done frequently.
    So, i was wondering, can anyone help me out?
    Thank you in advance!!
    Tiago

    The Backup whitout settings checkd messed up the phones messaging alert.. this is f*cking annoying...

  • Optical Audio in Vista 32-bit : Different/Wrong behaviour in iMac & MacBook

    Hi,
    I've installed Boot Camp a long time ago, but couldn't subscribe to these Apple forums for an unknown reason... well I've finally managed to.
    About my questions, I've searched on the web but couldn't find a precise answer, or it was just not exactly my problem that I would find. So here are the problems :
    *iMac (Late 2006)* : I cannot get sound from my Logitech Z5500 that are plugged via a TOSlink adapter, the optical way. It's just not working at all, while it's working flawlessly in OS X Leopard. The only workaround I have is to remove the adapter from the audio plug, so my iMac produces its sound from its own speakers... They're good, but you know, I don't wanna do that.
    *MacBook (Late 2008)* : The optical audio plug is constantly red, meaning that the system forces the sound to be optical, while I don't have anything plugged it. Keep in mind that it works flawlessly, once again, in OS X Leopard. I heard about "the toothpick, the q-tip and the match" trick in the plug, but you see, I tried it, and it's seriously not the problem, because it wouldn't work in OS X. I also noted that by plugging my Z5500 speakers with their adapter in my MacBook, no sound would come out of the speakers. Strange or normal?
    So basically, both of my computer have different problems related to optical audio, and I can't get them to produce any sound.
    Can anyone shed some light on this? (not red please...)
    Thanks in advance!
    - Dave

    Arg, I didn't really mean to post this in "Installation & Storage"...
    Oh well, I believe we could say I didn't succeed in installing the sound devices properly :-\

Maybe you are looking for

  • Cisco Jabber for Windows 10.5 search Contact with two lastnames

    Hey Guys, I have a little problem with the contact search feature of the cisco jabber for windows (Version 10.5.37889) In my environment I have some Users (secretary phones and users too) which have two lastnames. Exampleuser1: Firstname: Thomas Last

  • How do I remove old e-mail address/apple id from app store app

    I have changed my apple id but when i try to update through the app store app on my iphone4s it still shows my old id, how do i remove it please.  i have tried through i tunes and app store in settings and my new details are there i have also tried s

  • Hard Disk not detected

    Hi, I'm installing Solaris 9 on a machine that already have Win2k Server and RedHat 8. I'm begun the installation but after the installation ask me about de Time/Date information, says me that there is no Hard Disks. Do I need free space. I'm expecti

  • Error The file iTunes Library.itl cannot be read......help

    I still can not open iTunes, and I keep getting an error message that tells me that the file iTunes Library.itl cannot be read because it was created by a newer version of itunes. I am currently using version 7.5.0.20 Thanks in advance for any of you

  • Can I hook up my iPad ?

    I want to hook up my iPad to get better and louder sound quality, does any one know how to do it.