TextInput in List, is it a Bug?

Hi all,
I need to have a TextInput inside a List component because I want the user to be able to change the name of the list item while viewing it. The problem is that the spacebar doesn't get captured. In other words a TextInput in a list works fine untill you want a space in what ever you are typing.
Can anyone offer a suggestion on how to fix this or get around it?
Thanks
Here's the code I'm using.
<?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/halo">
    <s:List id="list" >
        <s:itemRenderer>
            <fx:Component>
                <s:ItemRenderer>
                    <s:states>
                        <s:State name="normal" />
                        <s:State name="hovered" />
                        <s:State name="selected" />
                    </s:states>                   
                    <s:TextInput id="nameLabel" text="{data.lastName}, {data.firstName}"/>                   
                </s:ItemRenderer>
            </fx:Component>
        </s:itemRenderer>
        <s:dataProvider>
            <s:ArrayList>
                <fx:Object firstName="Ann"  lastName="Green" />
                <fx:Object firstName="Tom"  lastName="Smith" />
                <fx:Object firstName="John" lastName="Black" />
                <fx:Object firstName="Jane" lastName="White" />
                <fx:Object firstName="Bill" lastName="Jones" />
            </s:ArrayList>
        </s:dataProvider>
    </s:List>
</s:WindowedApplication>

Update,
If I create my own list that extends the SDK's list and if I override the findKey function so it looks like this:
override protected function findKey(eventCode:int) : Boolean
            var tmpCode:int = eventCode;
            return tmpCode >= 32 &&
               tmpCode <= 126 &&
               findString(String.fromCharCode(tmpCode));
instead of this:
override protected function findKey(eventCode:int) : Boolean
            var tmpCode:int = eventCode;
            return tmpCode >= 33 &&
               tmpCode <= 126 &&
               findString(String.fromCharCode(tmpCode));
Then using the space bar in the text input in the list works.

Similar Messages

  • [svn:fx-trunk] 13362: List mouse click selection bug fix

    Revision: 13362
    Revision: 13362
    Author:   [email protected]
    Date:     2010-01-07 17:22:41 -0800 (Thu, 07 Jan 2010)
    Log Message:
    List mouse click selection bug fix
    SDK-24963 - Mouse click is ignored by List if  allowMultipleSelection="true" in some cases
    Updated setSelectedIndices to perform the single index equality check if selectedIndices has only one index.
    QE notes: None
    Doc notes: None
    Bugs: SDK-24963
    Reviewer: Ryan
    Tests run: checkintests, List
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24963
        http://bugs.adobe.com/jira/browse/SDK-24963
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/List.as

  • 9.0.5.1: List of fixed / known bugs / changes available?

    For 9.0.5.1 could you please provide a list of
    1. bugs fixed
    2. known bugs or new bugs
    3. changes that are not mentioned in the readme or one of the blogs
    compared to 9.0.3.3 or 9.0.4?
    This would make it easier to check if we can migrate to 9.0.5.1 (or have to wait for 9.0.5.2) and give my manager a better base to decide.
    Thanks, Markus

    Hi Markus,
    Hope the release notes available in the JDeveloper 'Help --> Release Notes' and the Technical papers available in OTN like 'New Features available in JDeveloper10g' (http://otn.oracle.com/products/jdev/collateral/collatoral10g.html) may give you clear picture about this.
    Thanks.
    Siva.

  • Possible List Drag and Drop bug

    Hi all,
    I am using a spark.components.List that I wish the user to be able to reorder by dragging and dropping. Therefore I have dragEnabled,dropEnabled and dragMoveEnabled all set to true.
    I have a custom item renderer that has two states ('default' and 'notDefault' for the sake of argument) that the list uses. The currentState of the item renderer is determined by the data it is given.
    When items are moved around they do get reordered correctly, however if I have an item in the 'notDefault' state and drag it somewhere it ends up rendered in the 'default' state after dragging, even if the data it is displaying requires the 'notDefault' state. What is more frustrating is that the item renderer reports its currentState as 'notDefault' even though it is showing 'default'.
    The difference between the two states is that there is a VGroup with controls in it excluded from the 'default' state, and therefore if these are displayed before dragging (ie we are in the 'notDefault' state) they are consequently not displayed after dragging.
    Anybody have any ideas?

    Might be a bug.  File a bug or post a simple test case.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Delete Ghost Mailing List User (Mailman Config Bug)

    I recently did something stupid. On the up side, I recognized that it was stupid right after I did it, but unfortunately my effort to undo what I did wasn't fast enough to correct the following issue. First, here's what I did:
    I added a new group with the same name as an existing user.
    Immediately after thinking about it and determining that this was probably a really bad idea, I deleted the group.
    I thought everything was working fine until I realized that email was not coming in to the email address of the aforementioned user (the user that I had created a group of the same name)
    Fortunately, I figured out the problem and a temporary fix. The purpose of this post is two fold: first, to submit what I believe is a bug, and secondly to figure out a way to permanently fix this issue on my system.
    I have determined what happened on my system is this:
    a mailing list group of the same name as my existing user was created thus diverting mail from that user to a now non-existant mailing list user. That results in the List Server Log reading the following when an email is sent to the user in question:
    list_server_post[16378] <Error>: missing list GUID
    Here's what I believe is a BUG: OS X Server 4.0 did not delete the mailing list group when I deleted the group. Now that's probably understandable because it's probably a protection against also deleting my user of the same name as a precaution, but it's not the expected behavior nonetheless.
    Here's where I need help: In searching through various config files, I've determined that there entries located in /Library/Server/Mail/config/listserver/prefs which correspond to various lists (including my ghost list). I've also determined that /Library/Server/Mail/Data/listserver/aliases contains the references to the list that postfix uses to handle delivery. Unfortunately, according to the contents of /Library/Server/Mail/Data/listserver/aliases/list_server_virtual these files are generated "automatically" so deleting them does not rectify the problem. My assumption is that these files are generated from Open Directory, but for the life of me, I can't figure out what entry. In any case, I need assistance deleting the entry which should no longer be present. Any help would be GREATLY appreciated.
    In the meantime, I have successfully worked around this problem by issuing:
    sudo  /Applications/Server.app/Contents/ServerRoot/usr/sbin/serverctl disable  service=com.apple.list_server_mgr
    which, of course, disables the list server (which I don't need), but I'm afraid it will be re-enabled if I restart (maybe I'm wrong about that, but I'd prefer to get to the root of the problem so it doesn't pop back up and bite me in the future).
    Thanks in advance!

    Where would the error be sent? If you send it back to the originator, you
    disclose membership of the list. You can, however, configure the list
    to have an address to which DSNs and NDNs are directed so that the
    list maintainer (or whomever) can be alerted to these issues. This
    is done with the mgrpErrorsTo LDAP attribute associated with the list
    description. (I myself do not know how to set that via iDA.)
    FWIW, there's a public mailing list for iMS issues. That mailing list is
    read and responded to by many of the iMS engineers. It's
    [email protected] Anyone can post to it; it's an unmoderated
    list. You can subscribe by sending a message to [email protected] In the message place the single line
    SUBSCRIBE

  • Adding a page to Reading List causes full screen "bug"

    When I attempt to add a page to the Reading List in Safari 5.1.1 running in full screen, it appears to "bug out."  The window slides to the Finder and causes the dock and menu bar to slide on top of the still full screen Safari window.  When I pull up Mission Control, the Safari desktop is sitting empty with the Safari window on the desktop.
    Thanks in advance for any assistance you can provide.

    This is still an issue in Safari 5.1.2.  Is anyone else experiencing this?

  • *** Priority list for TOP-2 Bugs - and TOP-3 feature requests ***

    I'm more a business type of user - and I want to share my main problems/bug with this community in the hope that the WebOS developers read this...These bugs are so obvious and I am really wondering why these haven't been fixed immediately... BUGS: 1. Email: Delete of IMAP emails doesn't work: Each time I wipe out an email in an IMAP folder, it immediately comes back with the next email sync (which is pre-set "when new email arrives" - which happens in the day time every couple of minutes. PLEASE handle this like all the general behaviour: when wiping out then ask delete or cancel. And after deleting, move to the deleted folder. I am using the German no. 1 IMAP email service GMX (it's free), but I'm sure this happens with other email services as well. 2. PDF reader: delete of PDF files doesn't work: It was working in Version 1.3.1 - but since then it's not working anymore. I use the PDF reader, so I want to delete files from the file list by wiping out! FEATURE REQUESTS: 1. Sync of Memo with Exchange: we are waiting! Calendar, addresses and tasks are working - only missing part is memos! Do it! 2. handling address categories: I work for years with categories (no other way with over 1000 addresses) - so I need to handle categories. Just put this (Exchange-synced) field into the address and introduce a view filter in the menu. Then I can easily find addresses, like 'NYC restaurants' 3. Full text search in addresses and calendar entries: I have to search in the memo/notice field of calendar entries and addresses. This search may take longer of course, but no problem. Hi WebOS developers: feed-back welcome!!!!

    Hello and welcome to the forums;
    I created a GMX account myself, to see if the issue could be with your provider specifically. Used automatic setup for the email address, and the Pre automatically recognized as IMAP. I then sent several test messages to the new gmx account from my gmail account, and after each one arrived I deleted it by swiping off from the inbox. When the new email arrived, the old previously deleted email was not in the inbox, but still in the deleted items folder where it should be.
    However on the web portal for the GMX account, I saw the "original" unread email in the trash, along with a "copy" in the inbox. This seems to be a design setting for the provider, but it did not mean I kept getting deleted emails back in my inbox. Have you checked the account settings on your Pre to make sure the account is set as IMAP and not POP? If the email was set as POP by accident, that could explain why your email folders are not synchronizing.
    For the PDF viewer, you are correct that you cannot delete PDF files from the view list, and unfortunately I don't have access to a 1.3.1 device to see if it was possible then. At this time, managing PDF files is best done by connecting your Pre via USB to a computer and manually deleting files there.
    To suggest the ability to delete PDFs on device and other changes, we have a feedback portal at www.palm.com/feedback which is a direct link to our developers.
    Life moves fast. Don't miss a thing.
    TreoAide

  • List of iOS 6 bugs for iPhone 4s

    Ever since I updated my iPhone 4s to iOS 6, there have been some unfixed bugs and some new ones.
    Where do we direct these bugs to? Is it to this forum? I just want to reach out to Apple so that these bugs can be looked at and be fixed. Lets all share our bugs in an orderly fashion so someone from the Apple's engineering department can have a look and study them.
    1. Lock screen bug
    Sometimes, when you try to swipe to unlock the slider goes right up to the middle and goes back to the start making you stuck there.
    Same issue when you receive notifications in your lockscreen, you cant swipe all the way.
    Temporary solution:
    Press power/lock button once to turn of screen, and press it again to turn it back on. The slide to unlock slider can go all the way through.
    2. Screen not turning off/dim
    At some rare occasions the when at homescreen, the backlight doesnt dim nor does the phone locks itself. It remains active and drains your battery. This issue does not seem to persist in applications for me.
    Temporary solution:
    Lock manually, dont wait for it to autolock to prevent battery drain.
    3. Battery drain?
    I dont seem to experience any battery draining issues in my iPhone 4s. My usage is pretty random. Sometimes, I can be really active. Whereas sometimes, I can use very little. But nevertheless, the iPhone is able to last throughout the day (at least from morning till night) so I can make it in time to charge it for tomorrow's use.
    However, I am the only one who is okay with it. And I noticed for me that my battery is able to last longer somehow. I have other friends using iPhone 4s also which experienced serious battery drains after updating.
    Status of phone (Mine):
    3G on
    Bluetooth off
    Never closed apps, only turned off navi apps such as Waze
    10.3GB storage free
    Vibration off, vibration on only on silent
    Phone signal in 3G always in 4 - 5 bar
    Result: Battery lasts at least a day
    Status of phone (friend):
    3G off, Edge on
    Bluetooth off
    Never closed apps, no navi apps were used
    9.2GB storage free
    Vibration off
    Phone signal always in 5 bar
    Result: Battery lasts half a day (Ever since iOS6 update)
    What have I tried so far?
    1. Restore from iTunes
    2. Turning off autolock, and switching it back on
    What have I not tried?
    1. Clean restore : I am trying to avoid this because, my backup contains important info such as over 300 phone numbers. If only Apple allowed "selective restore". I just cant loose those phone numbers.
    As you can see, comparing two iPhones with almost similar parameters showed inconsistent results. Even when the phone has sufficient signal the battery drain is inconsistent.
    Thats all for now. If anyone else wants to share their bugs, feel free to do so in this thread.

    Thank you for responding,
    The router I am using is a Linksys, we also tried disconnecting that one and connecting the netgear router we have. The security method is WEP I believe, although I could be wrong.
    No one else is having issues with their WiFi, just me.  All the laptops are connecting wirelessly, the 2 tablets we have are connecting perfectly fine and all cell phones are connecting.

  • Javascript API, Get List PropertyBag, SP2013 Persmissions Bug?

    Hey,
    i want to read the propertybag out of a SPLIST Object via javascript api.
    The PropertyBag is stored in the rootfolder, so you can access it, but NOT! when the user has only read permissions on the website.
    The exact List Permission to read a PropertyBag for Lists is "Manage Lists" for the javascript API
    var listInfoCollection = clientContext.loadQuery(oWebsite.get_lists(), "Include(Title,Id,ParentWebUrl,BaseTemplate,RootFolder.ServerRelativeUrl, RootFolder.Properties)");
    Can anyone tell me another way to retrieve List PropertyBag via javascript?

    Did you try using export import method in property bag setting?
    http://pbs2013.codeplex.com/

  • Speedfan on Neo2: 12V listed as 12.40 - bug?

    Anybody with a neo2 that can read their 12V @ Speedfan?
    Please list them here.
    Thanks!

    Other apps than Core Center report odd volt readings on Neo2 Platinum, rely on BIOS and Core Center app readings (even if NONE are true, rig is stable . I've also got high 12V read, some other readings are LOW outside Core Center.."normal")
    vcore reading is a mess...how many different apps read so different values (Everest, CPU-Z, MBM, CC etc) ? HOW is that ? Also some calculation value ???
    Adding +5% (or what it is numbered in BIOS for vcore) I get the most stable readout in Windows, doesnt fluctuate at all/much...adding plain 1.475 makes readout fluctuate some.
    for the record: been playing all day with 11x230 with lowered timings Trc to 11 (12), Trfc to 20 (24) know it's stable until I use Prime95 more than 6 hours..

  • Feature/Bug Fix list for 10.2.0.4

    I know 10.2.0.4 is expected in July. I'm currently running 10.2.0.3 and interested in it because it has a fix for Bug 5082178 - "Bind peeking may occur when it should not." I'm interested in knowing what other improvements it contains.
    Can anyone point me to a list of features and bugs planned for the 10.2.0.4 release?
    Thanks,

    The README/ Metalink note for the patchset should include the list of all the bugs that are fixed. I don't believe Oracle publishes the set of bug fixes that will actually be part of the patchset until much closer to the release date since bugs fixes get added and removed during the final testing process.
    Justin

  • Sage Pay Bug list / ETA on mending them

    Hi can someone at BC give me an Estimated Completion date on this list of sage pay bugs. For other forum users I thought maybe you might want to add your Sage pay bug list here too so we can have one overall bug list of sage pay issues and hopefully get some mended!
    Bug # 2980769  Submitted 15-Sep-2011
    Sage Pay - Customers are not automatically subscribed to the secure zone when they purchase an item
    Bug #  3316320  Submitted  23-Aug-2012
    Whenever a payment is processed through SagePay with a CC that has 3D Secure enabled the recorded payment does not take into account any gift vouchers used, even though the amount actually charged is correct.
    Unfortunately I cant locate the bug number on this one however I submitted a case last year. The bug was a customer who made a purchase and then signed up to a list on check out wasn't signed up to the list! (sorry I know I should have the bug number so i will try and replicate this one and submit it again!)
    Anyone else have any?
    Thanks
    Karl

    if they are unable to update all languages in a normal time gap (it is now 6 months ago they released firmware 4.22 for the first product code (actually mine and maybe a few others)), they should not offer those many versions. the huge bug with out of memory in nokia navigator with firmware 3.58 is not fixed yet for those people. really absolutely not acceptable.
    besides that, currently my phone is in a nokia service center, microphone doesnt work anymore (the one who i call just hears a very loud noise). my brother got the same phone, his one is in nokia service center since 2 weeks now, because it doesnt charge anymore as there seems to be a connection broken inside the phone).
    well that will be fun if the phone returns (approximately 4 weeks), as I guess the phones will have new IMEIs as they will send 2 new phones and not fix the problem (would cost them more). but as i got a western europe with nordics-map licence locked to the imei, the next problem will be there after I get a nokia 6110navi with another IMEI back. i get really upset with this really slow support.

  • Looking for list of ie7 and flash bugs

    I'd like to stay clear of any ie7 and flash bugs that are out there, does anyone know of a list of any known bugs with flash player and ie7?
    I'm currently experiencing an issue where flash 10 and my app do not work in IE7 but they work fine in all other browsers.

    Hi, Check in Tools, manage add ons(all categories) for Shockwave Flash Object and make sure it is Enabled and is the same version of Flash Player you have Installed.
    Test with each browser here and if Flash Player is Installed correctly you should see the animation and the version of Flash Player will be displayed also. http://www.adobe.com/software/flash/about/ 
    If you need further help, post back your operating system, other browsers used and versions.
    Thanks,
    eidnolb

  • Reading List Bug

    I have been using the 'Reading List' as a default Bookmark list as I find it more accessible than the old Bookmark system in Safari. After recently updating Safari my reading list has developed a bug. Firstly my entire list had disappeared ( most annoying and inconvenient as I began rely on the list for my continuing study of  important references in relation to my business) but I strangley I do get a multiple entry of my last used item. In fact the last time I opened up the list I had about ten duplications of the same bookmark. A recent example is below. My other references ( which incidently, courtesy of iCloud appear on my iPhone bookmarks) have disappeared.
    Some advice here would be appreciated.

    Reading list: Apple Support Communities

  • How i do search in list with textinput

    how i do search in list with textinput ?
    i make textinput with list and list have data i want to do search in list when right my information in textinput

    On change event of TextInput, apply a filter.I am giving sample code over here:
    private function filter():void {
                                            (your list dataprovider).filterFunction = filterMyArrayCollection;
                                             (your list dataprovider).refresh();
                                  private function filterMyArrayCollection(item:Object):Boolean {
                                            var searchString:String = (Your textinput id).text.toLowerCase();
                                            var itemName:String = (item.(property of list provider which is to be searched) as String).toLowerCase();
                                            return itemName.indexOf(searchString) > -1;
    This will help you in following manner:
    when you type "D" in textinput, the list will show you the names which start with "D" or include the letter "D" in their spelling.

Maybe you are looking for

  • Custom forms (with Headstart), issues.  Prompted more than once to save/commit.

    We have found that after analyzing the APPS schema (for CBO), we have an issue with custom forms. This issue relates to an earlier post on this forum where we get prompted several times to save/commit our changes and that the changes are never submit

  • Windows vista issues on Satellite A100-036

    Hi. I have a Toshiba satellite A100-036 laptop with windows vista home basic 32 bit and I have the following problems. 1.They replace me the hard disk at a store. I only have the Toshiba recovery dvd that I used to format the windows. They told me th

  • Walkman app search not working properly after lollipop update?

    Does anyone else have problems with the walkman app search function? Just yesterday it worked fine before I updated to lollipop, when I searched for a song it actually found it. Now it's all broken and can usually find results only when I type in two

  • Monitor color calibration

    What system/equipment do you guys recommend for color calibrating a macbook and an external monitor? I'd rather pay a little more for a better system than save a buck, if the results will be better. Thanks.

  • UserEventAgent

    Hi all. I was trying to figure out why my computer won't sleep when it's scheduled to, and I came across this item in Activity Monitor: "UserEventAgent(not responding)". It's highlighted in red, takes no CPU cycles, but lists about 800 MB in virtual