Textarea not processing the onkeyup/onkeydown quickly enough

I'm trying to limit the number of characters allowable in a textarea. However, in Safari, when I get up to the last allowable character, say, character 3999 of 4000 maximum, if I quickly press keys, it seems that I can get the textarea to accept the input, without running the logic (which would remove the input because the size exceeds the limit) in the onkeydown/up methods. This seems only to happen in Safari. Any ideas?
I've seen code simliar to my own run fine in the browser for 100 or 150 characters, but when the field allows a considerably large amount of characters (I'm limiting a field to 4000 chars), and there is considerable amount of calculation involved with each onkeydown/onkeyup event, it's as if Safari quits calling those methods, and just allows the input.
I just want to know if this is a known issue, or if there is a workaround.
Thx

As an addendum, I changed the code to limit the field to 100 characters, instead of 4000, and the problem does not occur.

Similar Messages

  • Script Alert: "Sorry I could not process the following files" (Error Message using Image Processor)

    I'm a seasoned Photoshop/Bridge CS5 user who recently upgraded to CS6.  In Bridge I just ran my first Image Processor batch, trying to convert a set of RAW .NEF files to .PSD files with a basic editing action I created applied to them.  Photoshop CS6 opens the files from Bridge and applies the actions, but then I get the "Script alert" error message "Sorry I could not process the following files" and a list of all of the files in the batch I was trying to run the script on.  The files all remain open and are saved on my hard drive in a folder created by the Image Processor script, but do not close unless I manually close them.  I never had this problem in CS5 where the image processor would apply the desired actions to the batch of photos one at a time, then save and close.  Thoughts on how I can fix this bug?

    Hey Jeff--
    No specific action steps to make the image safe - no flattening, etc. Had problems narrowing down the specific action step causing the problem. So I ran the Image Processor script in the ExtendScript ToolKit and debugged in. (I'm using the version that shipped with CS4.)
    Turns out what was happening is that the app.activeDocument.close() command on line 1490 was never getting called, because the this.SaveFile() above it was throwing an exception. More debugging got me to the problem - SaveFile() tries to restore the history state after making a doc safe for saving as a JPEG. This causes an exception. So I commented out line 1571:
    // app.activeDocument.ativeHistoryState = historyState;
    The script runs just fine after this. I commented out the close to see what history states got added to the doc, but no new states are recorded, so commenting out the restore line should not cause any problems.
    Of course, my solution does not solve the problem and I may need to comment out all the saveFile() lines that does this. Not sure why some actions have this problem and others don't. The actions I am running have about 25 steps. Perhaps PS is not catching up quick enough. I added a $.sleep(2500) after the restore history but that didn't help.
    So, not sure where this gets us. I will check about posting an action set with just one of the actions that cause the problem. But I may also have our customer comment out that line of the Image Processor script.
    Hope this helps. May post more next week.

  • OPP(Output Post Processor) not processing the report (XML Publisher)

    Hi,
    I have defined a concurrent program (XML Publisher report) then ran but failed with the errors below. I am running the report in Oracle E-Business Suite 11.5.10.2, thru a concurrent manager other than Standard Manager. My guess is that OPP(Output Post Processor) is not processing the request outputs coming from a different manager/work shift since requests ran thru Standard Managers are all OK.
    In the OAM(Oracle Applications Manager)-> OPP, there is only 1 process allocated for both Actual and Target. If we increase the number of processes, will it work?
    /home/app/oracle/prodcomn/temp/pasta19356_0.tmp:
    /home/app/oracle/prodcomn/temp/pasta19356_1.tmp: No such file or directory
    Pasta: Error: Print failed. Command=lp -c -dkonica4 /home/app/oracle/prodcomn/temp/pasta19356_1.tmp
    Pasta: Error: Check printCommand/ntPrintCommand in pasta.cfg
    Pasta: Error: Preprocess or Print command failed!!!
    Anybody who has experienced similar issue?
    Thanks in advance.
    Rownald

    Hello,
    Just an additional tests info. We have 2 concurrent managers which I think is affecting the XML report output - Standard Manager(running 24 hours) and a Warehouse manager (9am-4:15pm).
    When I run the report before or after the Warehouse manager workshift(9am-4:15pm), the output is fine - which means PDF is generated and Pasta printing is OK. However, when report is run between 9am-4:15pm, the report only shows XML output with an error in Pasta printing(above). I also found that re-opening the output(ran prior to Warehouse workshift) on the period between 9am-4:15pm would also result to just an XML output instead of the previous PDF.
    Anybody who has experienced similar issue like this? Any idea? The report is not directly defined as "inclusion" in the Warehouse manager, only the program calling it. Any effect of multiple concurrent managers in the XML Publisher output?
    Thanks in advance for your ideas..

  • Concurrent Manager not processing the requests

    Dear friends,
    We are facing a serious issue with our production instance since morning.
    The concurrent managers are not processing the requests. As its month closing, a lot of requests are being piled up in the Standard Manager's queue.
    The Standard Manager is up. We have verified that by the processes at OS and Concurrent Manager Administer form as well.
    The Conc Manager Admin form shows:
    Actual process: 50
    Target Process 50:
    Running Requests: 50
    Pending Requests: 304
    However, when we check from Concurrent Requests form by selecting Status=Normal, Phase=Running, its showing only 6 requests as running and rest all in pending phase.
    These requests are running for long and no other requests seem to being picked up by the CM.
    an urgent help is required as its production environment and all the users are complaining.
    Thanks.

    Its R12.1.1 Apps with 11.1.0.7 DB
    We have found the issue. In the Concurrent Manager Administer form, when we clicked on the Requests Button, it shows a lot of the following requests:
    Check Event Alert - ALECTC
    This request is not shown in Concurrent Requests form.
    We found that the Alert mails were not being sent. At OS level, we found 50 ALECTC OS processes were running.
    We killed those and immediately Standard Manager started picking up the pending requests.
    I am not yet sure of ALECTC processes. Can someone explain ???
    Thanks.

  • Af:commandImageLink not processing the aboulite path for displaying image

    All,
    We are required to display an image in the UI. The image is not stored in the deployed ear file. It is stored in the "*<DOMAIN_HOME>\Inventory\images*".
    Where DOMAIN_HOME=D:\JUPITER_CORONA\system11.1.1.3.37.56.60\DefaultDomain\inventory
    I would process an image absolute path in the af:commandImageLink tag as follows,
    *<af:commandImageLink "icon=file://D:/JUPITER_CORONA/system11.1.1.3.37.56.60/DefaultDomain/inventory/images/equipment.png" text"equipment" shotdesc="icon" />*
    The problem is that the above tag is not processing the above mentioned absolute path and displaying text "icon" instead of actual icon image. As per the ADF documentation the tag processes absolute path as well.
    Can someone suggest as to where I am going missing.
    regards,
    Chandra

    I was not able to get what you want very well, the situation is a little bit un-usual,
    but for solution I suggest the below way.
    write a servlet/JSP that return the image (it is like copying the file, read the image from absolute path and send it to the OUTPUTSTREAM of the response aslo remember the MIME and the write filter for the jsp/servlet that end with .jpg or any extension for the image.)
    then in the jsf page write the below code.
    <af:commandImageLink icon="/jspOrservlerpath/servlet/filename.jpg" text"equipment" shotdesc="icon" />
    your servlet (get the filename.jpg and then find the file and return it)
    this solution is very common for cases that the file is not available physically such as when you want to read it from another place(your case) or database.
    I hope this help you.
    I can send you the source for the servlet/jsp if you want.

  • Windows setup could not process the Catalog setting

    Hi, I'm trying to deploy an image of Windows 8 Embedded using WDS (Windows Server 2012) and I find this message in client machine. It appears while boot image is loading...
    I'm using an *.xml file to make an unattended installation, that I select from Client tab on my WDS server.
    If I don't use any file installation is performed correctly.
    Full message is "Windows setup could not process the <Catalog> setting in the unattend answer file.
    See setup log files under [X:\Windows\panther] for details."
    However, when I check this folder in Windows Server there isn't any updated log file...
    My unattend.xml file contains:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
    <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SetupUILanguage>
    <UILanguage>en-US</UILanguage>
    </SetupUILanguage>
    <InputLocale>en-US</InputLocale>
    <SystemLocale>en-US</SystemLocale>
    <UILanguage>en-US</UILanguage>
    <UILanguageFallback>en-US</UILanguageFallback>
    <UserLocale>en-US</UserLocale>
    </component>
    <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <DiskConfiguration>
    <Disk wcm:action="add">
    <CreatePartitions>
    <CreatePartition wcm:action="add">
    <Order>1</Order>
    <Type>Primary</Type>
    <Size>25000</Size>
    </CreatePartition>
    <CreatePartition wcm:action="add">
    <Order>2</Order>
    <Extend>true</Extend>
    <Type>Primary</Type>
    </CreatePartition>
    </CreatePartitions>
    <ModifyPartitions>
    <ModifyPartition wcm:action="add">
    <Active>true</Active>
    <Format>NTFS</Format>
    <Label>System</Label>
    <Letter>C</Letter>
    <Order>1</Order>
    <PartitionID>1</PartitionID>
    <Extend>false</Extend>
    </ModifyPartition>
    <ModifyPartition wcm:action="add">
    <Active>true</Active>
    <Extend>true</Extend>
    <Format>NTFS</Format>
    <Label>Media</Label>
    <Letter>D</Letter>
    <Order>2</Order>
    <PartitionID>2</PartitionID>
    </ModifyPartition>
    </ModifyPartitions>
    <DiskID>0</DiskID>
    <WillWipeDisk>true</WillWipeDisk>
    </Disk>
    </DiskConfiguration>
    <WindowsDeploymentServices>
    <Login>
    <Credentials>
    <Domain>*********</Domain>
    <Username>Administrator</Username>
    <Password>*********</Password>
    </Credentials>
    </Login>
    <ImageSelection>
    <InstallImage>
    <ImageGroup>ImageGroup1</ImageGroup>
    <ImageName>TCImage</ImageName>
    <Filename>Install.wim</Filename>
    </InstallImage>
    <InstallTo>
    <DiskID>0</DiskID>
    <PartitionID>1</PartitionID>
    </InstallTo>
    </ImageSelection>
    </WindowsDeploymentServices>
    </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:c:/discwin8e/sources/install.wim#Windows Embedded 8 Standard" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
    Anyone know how to fix it?
    Regards

    Well, the setuperr.log contains (Check next image link, I can't add it using hyperlink or image):
    http://oi61.tinypic.com/sxkjt5.jpg
    I have tried to add a Catalog component, but I don't know that I should write in "sourceLocation".
    Regards

  • Hello, i am having problems getting face time to work, I keep getting an error message saying the server could not process the registration, I am using the username and password I always have and it has always worked in the past, any ideas?

    Hello, i am having problems getting face time to work, I keep getting an error message saying the server could not process the registration, I am using the username and password I always have and it has always worked in the past, any ideas?

    We aren't Apple, just users like you volunteering to help other users with problems. Threatening to go to Samsung doesn't mean anything to us. What troubleshooting have you tried so far?

  • JDBC Sender channel not processing the messages

    Hello,
        From yesterday onwards JDBC Sender channel not processing the messages. In CC monitoring it is showing in Green Led and status is functioning. Cahnnel is polling for messages to DB server as per polling interval. But it is not processing the msg's. Under Processing detials for cluster node it is showing only "Processing Started" for each polling interval.
    I have done the check in DB server by executing the query in the channel, whether there are any records are exisitng or not. There are 1000+ records.
    Previously the parameter "Disconnect from DB after processing each message" was not set. I have set the parameter and activated in Productiion. Still the messages are not processing by channel
    What was the problem? How to rectify with this.
    Cheers
    Veera

    Check in the Visual Admin >Cluster> "LOCKING ADAPTER"
    we get a option of Display Locks .Check for an entry with
    NAME : $XIDBAD.JDBC2XI
    reset the locks and restart the CC ,now it works fine.
    Note 1083488 - XI FTP/JDBC sender channel stop polling indefinitely(04/04S)

  • The Facetime can not process the registration of my Apple ID, I've tied several times, and it always says " The server encountered an error processing registration."

    The Facetime can not process the registration of my Apple ID, I've tied several times, and it always says " The server encountered an error processing registration."

    I had this problem and also was unable to directly access the App store and could not get iMessage to work. I disabled the firewall protection on my third party virus protection software, rebooted and was good to go. iMessage also works and I can directly access the App store, rather than enter via iTunes.

  • I want to update my credit card info.  I have moved to a new country and can not process the payment.  PLEASE HELP

    i want to update my credit card info.  I have moved to a new country and can not process the payment.  PLEASE HELP

    The same Adobe ID can not be used to make payment if you have changed country. To get complete resolution, please contact Adobe support Contact Customer Care.
    Regards
    Rajshree

  • Cisco Could not process the RSN and WARP IE's. station not using RSN

    I keep getting this over and over in my syslog. I haven't been able to find anyhting out about it.
    Could not process the RSN and WARP IE's. station not using RSN

    Sounds like the infrastructure is configured for WPA1 and the client for WPA2.

  • Why are my actions not processing the RAW files correctly?

    For starters, I have to say the CS4 has been one of the most unreliable software packages I've ever used.  It's a beta version.  Adobe is making Microsoft look good these days.  I was extorted into upgrading from CS3 because Adobe chose not to create a RAW plug-in for CS3 that would open Canon 5D Mark II files. They wanted the revenue.
    I'm an engineer and am pretty good with computer problems, but after spending hours simply trying to install the CS4 upgrade over CS3 on a fairly new, very fast Windows machine with no other software installed by me, I gave up.  It took 3 hours on the phone with an Adobe tech to get it running (more or less) properly.  CS4 still freezes up about once a day on that system, losing whatever the latest changes I've made by the time I finally get it closed and restarted  Then a month ago I bought a new, fast Windows laptop.  I only installed CS4 and Word on that computer (with all the latest patches and RAW plug-ins).  It's biggest problem is in processing RAW files.  I have an action that works fine on my other systems that I wrote from scratch on the new laptop.  All the action does is open a RAW file as a PSD file, resize it, convert to sRGB, change the mode to 8 bits, sharpen it, and save it as a JPG.  But the resulting JPG does not look like the RAW file from which it was made--color, brightness, contrast, etc. are all significantly changed.  When I get back from an assignment and transfer the same RAW files to my other computer on which CS4 is installed and run the same action, the JPGs come out perfectly.  Once again, Adobe has met my low expectations.  Any ideas on what the problem is?

    Sounds like you're a candidate for Lightroom...based on the time you don't
    want to spend in Photoshop.
    Photoshop install media is likely created in large batches, perhaps in a
    foreign country, so it's understandable that you get Photoshop 11.0.0 is on
    the media.
    I don't know as I would use ProPhotoRGB as my working space in Photoshop.  I
    was merely suggesting that you look at your color settings to make sure
    things were the same on both machines.
    How do you know your actions are the same?  Did you copy the action
    recording from one computer to the other, or did you merely record the same
    steps on each one?  Have you compared the details of each action step in the
    Actions Palette to make sure they are the same?  The symptoms still sound
    like something different than sRGB being the output color-space, or the fact
    it isn't embedded on one or the other of the computers.
    How are you viewing the JPG when it looks the same or different than the
    RAW?  Are you looking at the side-by-side in Photoshop, or side-by-side in
    Bridge, or are you using a mixture of viewers, one Adobe, and one not?  And
    are you using the Canon Codec on Vista or not?  The Canon Codec would be
    showing the camera-preview in the RAW not the RAW adjustments that Adobe has
    done.
    While the OS shouldn't be causing a difference in how the action is run, a
    difference between OSes may make a difference in the processing to show up.
    The camera profile associated with a RAW file is visible in the
    third-from-right tab in ACR over at the right.  The one with the little
    DSLR-camera icon on the tab.
    Can you attach the two JPGs on a reply, here, or if not, upload a ZIP of the
    two JPGs and the RAW to a file-sharing site like http://www.rapidshare.com/
    and post the download link(s)?

  • I lost my bookmarks and Firefox will not process the backup file!

    I lost my bookmarks, tried to restore them and get an error that Firefox is unable to process the backup file.

    I have been a Firefox user for years. Firefox 3.63 is the best version so far.
    <u>'''Anonymous'''</u>: If you are having problems with Firefox, click on "Ask a New Question" at the top of the forum, state the problem clearly, with site links if needed for clarity, include all the information requested under "Troubleshooting Information" (see: [[Using the Troubleshooting Information page]] ), let the "Plugins Installed" section self-populate. That way we have more information to evaluate your problem.

  • File Adapter does not process the same file twice

    SOA: 11.1.1.4 (non-HA).
    I have a file adapter that triggers when a new file gets to a directory; the file is not deleted after the process triggers.
    The process is supposed to call other services via a mediator and if any remote fault happens it should rollback automatically and re-trigger with the same file at the next polling interval.
    I have literally 3 scenarios:
    1). The file gets picked up once, the process fails and the file is never picked up again.
    Msg in log: The file : /xx/xx/xx/abc.xml is being ignored as it has already been processed
    2). If the mediator only routes to one service after the file gets picked up, it works as expect (that is rollback and restart at the next polling interval). If it has more than one sequential routing rule, I see the same error as above.
    3). File does not get picked up EVEN if I "touch" or rename the file.
    Msg in Log:
    File Adapter ProcessName Poller enqueuing file for processing :/xx/xx/xx/abc.xml
    File Adapter ProcessName Ignoring File : abc.xml as it is already enqued for processing.
    I have already checked, there is no permission issue.
    This is what my .jca file looks like:
    <adapter-config name="getFile" adapter="File Adapter" wsdlLocation="getFile.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
    <connection-factory location="eis/FileAdapter" UIincludeWildcard="*"/>
    <endpoint-activation portType="Read_ptt" operation="Read">
    <activation-spec className="oracle.tip.adapter.file.inbound.ScalableFileActivationSpec">
    <property name="DeleteFile" value="false"/>
    <property name="MinimumAge" value="5"/>
    <property name="SingleThreadModel" value="true"/>
    <property name="PhysicalDirectory" value="/xx/xx"/>
    <property name="Recursive" value="false"/>
    <property name="PollingFrequency" value="20"/>
    <property name="IncludeFiles" value=".*"/>
    <property name="UseHeaders" value="true"/>
    <property name="MaxRaiseSize" value="5"/>
    <property name="ListSorter" value="oracle.tip.adapter.file.inbound.listing.TimestampSorterAscending"/>
    </activation-spec>
    </endpoint-activation>
    </adapter-config>
    Thanks for looking into it in advance.
    Any help with the error messages will be appreciated.

    You have to use MOVE operation, if there is any remote exception occured, then move the file to someother folder and again move back to the same folder where the file pickup will start.
    In that way you will be use the same file picked up next time when the polling happens.
    It is considered good etiquette to reward answerers with points (as "helpful" - 5 pts - or "correct" - 10pts).
    Thanks,
    Vijay

  • Script alert: "Sorry I could not process the following files:"

    I keep getting this error when I try to run the "Image Processor" Script.  I have tried searching everywhere to no avail.  I am running on Windows 7 and CS6.  What I have tried:
    Increasing History States, Memory Usage, and Scratch Disks
    Turning "Save in Background" on and off
    Turning "Open Documents as Tabs" on and off
    Deleting the Preset Scripts
    Deleting the preferences file
    Reinstalling Photoshop
    Checked for updates
    Tried to come in through Bridge, instead of Photoshop
    Convert one photo instead of many.(all above was tested with one)
    Working variations:  Using the image processor for PSD instead of JPG yields appropriate results.
    Related Pictures:
    Thanks for your help.
    ~AS

    AStrickland wrote:
    A wild guess. I see from you screen capture your processing open documents and that your saving to the same location. My wild guess is that you duped a document and never saved that document so the document has no backing file therefore no location or there is a new document open the has not been saved.  Photoshop Image Process script does not know how to save into no location? Do you?

Maybe you are looking for

  • Calling a Program in a New Session

    Hi gurus, I have a custom report which has a button that links to another custom report. When this button is clicked, I perform a SUBMIT xxx WITH xxx and RETURN to another ABAP Report. Is it possible to open up a new Session (so that I don't lose my

  • Nota Fiscal Return for Non PO invoice

    Hi I am trying to create a Credit Memo thru MIRO for a non PO original inovice. How ever I am getting this error that NF number is not unique. This means that this vendor has already a inovice document with the same NF number. I am not getting this e

  • Unlimited log-on attempts to users in OIM 9.1.0.2

    Hi All, How can I give unlimited log-on attempts to users in OIM 9.1.0.2 ? I cannot find any such tab in Admin>>Password policy tab. Please share. Thanks, Manohar

  • Is there a way to copy/paste text in Photoshop without keeping formatting?

    Hello, Is there a way to copy/paste text in Photoshop without keeping formatting (font, size, color, etc)? I found this feature very annoying. Is there a way to turn it off? Thanks.

  • Drag and Drop without Overlapping.

    Can anyone give me direction on using 'drag and drop' in flash without overlapping? For example - I have a list of buttons i drag to an area on the stage. I do not want my buttons to overlap. Any ideas? Tutorial / example... anything - I'm new on thi