Weird behavior in form fields

I have a problem when trying to enter text in a form (on any webpage) or enter text in the Google search bar embedded in the top section of my Firefox browser. This also happens in a form field if I hit the <Enter> key.
When I start typing sometimes the Firefox "Find bar" opens or I get other strange behavior and am not able to type in the form. Several times when I try to start entering text in a form random text on the webpage is highlighted and the browser freezes up.
I confirmed that "Search for text when I start typing" is unchecked as is explained here: https://support.mozilla.org/en-US/kb/Quick%20find%20bar%20opens%20when%20typing%20in%20text%20fields?esab=a&as=aaq.
Any ideas what in the world could be going on and how I can fix this issue?
System information:
Firefox 16.0.2
Windows 7
Thanks much.

Create a new profile as a test to check if your current profile is causing the problems.
See "Creating a profile":
*https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
*http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
If the new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
*http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
You can also try to reset Firefox:
*https://support.mozilla.org/kb/Basic+Troubleshooting

Similar Messages

  • Weird Behavior in Form

    Hi everybody,
    I have foud weired behavior in my form. I created master detail relation ship between two tables. I kept Deffered and Automatic query property of realtion to NO.
    I run the form and i clicked on execute query. it works properly.
    When fire the execute query command in same session then it brough to first record of the master table but detail record for that master record not shown. Even i gone for the next records. It does'nt show any value or record.
    Please help me on this.
    Regards,
    Amit.

    Didn't you see the forms' help??
    Deferred=No,Automatic Query ignored     
    The default setting. When a coordination-causing event occurs in the master block, the detail records are fetched immediately.
    Deferred=Yes, Automatic Query=Yes     
    When a coordination-causing event occurs, Form Builder defers fetching the associated detail records until the operator navigates to the detail block.
    Deferred=Yes, Automatic Query=No     
    When a coordination-causing event occurs, Form Builder defers fetching the associated detail records until the operator navigates to the detail block and explicitly executes a query.
    Deferred=No,Automatic Query=Yes     
    Not a valid setting.

  • How to handle weird characters in form fields (like bullet points from Word docs)

    hi there
    lots of my users copy and paste from MS Word documents into a
    text area
    my app takes that form.textarea data and inserts it in a
    MYSQL db.
    when we output that cell from the db, we often find there are
    ? [question marks] where there once were special characters in the
    Word doc text.
    it seems that bullet points in word docs are the worst
    offenders.
    each time i spot a new one i try to find out the chr() number
    for it and make a substitiution before the text is stored in the
    db, but its a bit hit and miss (relies on me spotting it) and its v
    time consuming
    ive tried using functions safetext and demoronize - but they
    dont seem to do what i need
    im sure im not the first person to run into this - any
    suggestions anyone?
    thanks very much indeed for any help you can give.
    kind regards
    Nick

    Thanks Paul and Azadi
    Paul - when you say "change it to unicode" do you mean the
    page or a setting in the db? forgive me if i'm being stupid but
    this is all new territory to me. Thank you ever so much for your
    help - does sound logical what you say :)
    Azadi - thanks very much for this (I'm pressuming that
    there's a charge for this udf) so i'll try to implement Paul's
    solution and if I can't do that I'll buy the the udf - thanks very
    much indeed for your help, really is much apprecaited.
    kind regards
    Nick

  • PDF map form field unknown behavior

    HI guys,
    I'm trying to map my PDF template to my sample xml but whenever i click the 'Map Form Fields' button, a new window is loaded without the BI Publisher's PDF mapping tool.
    The window only contains this message:
    **"Map PDF Form Fields
    Click on each highlighted form field and select the data field that it corresponds to. When finished, use the Submit button in the PDF form."**
    below the message is a grey blank screen (it should be the BI Publisher's PDF mapping tool).
    I'm not sure why it's happenning. Did i miss some configurations or components?
    Please help me out..
    thanks much

    Pl post details of BIP version, along with the client OS details and the PDF/Adobe version.
    Srini

  • NO ERROR message Compare 2 form fields

    Hi,
    i use ADDT. I have a form with an Insert Transaction (login_usr, userRegistration).
    I want to compare two E-mail fields (email_usr and email_usr2). To be sure people register their own e-mailadres). Only email_usr goes into the database.
    I managed with the server behavior Compare Transaction fields.
    But i don't see an error message like 'Check your e-mail adres' ??
    thanks!

    Hi,
    i use ADDT. I have a form with an Insert Transaction (login_usr, userRegistration).
    I want to compare two E-mail fields (email_usr and email_usr2). To be sure people register their own e-mailadres). Only email_usr goes into the database.
    I managed with the server behavior Compare Transaction fields.
    But i don't see an error message like 'Check your e-mail adres' ??
    thanks!

  • Weird behavior in master-detail

    Dear Forum,
    I need to implement an application but I still have a halting error.
    I have this strange problem and I'll try to explain.
    I have this masterscreen with search functionality. When I do a search, I get a result. When I now enter the details screen of the second row of the search result and I change the fields on the details screen and do a commit, I get the message that the changes were made successfully, but I see the primary key jump to the value of the primary key from the details of the first row of the search results on the masterscreen.
    And when I look at the details of the first row, the changes were made in this details, and NOT in the details in which I needed to make the changes.
    And now more weird... I can only reproduce the problem in Internet Explorer and whatever I try, it works correct in Firefox.
    So the functionality should work as supposed, as it wouldn't work in Firefox.
    Has anyone encountered this problem before or does anyone has a solution or tip to get to the solution?
    Your help is much appreciated.
    Arjen

    Steven,
    When I tried to create the logs you requested, I ran up to a different problem, also affecting this behavior. When I repaired this, still the weird behavior took place in Internet Explorer. And in Firefox the problem was solved. So I tried to disable the cache in Internet Explorer. This solved the problem there as well..
    So this behavior doesn't happen anymore with the cache disabled, thus solved this problem.
    Thanks for the effort anyway.
    Arjen

  • Single and double quotes entered in form field cause corruption?

    I am creating a database change request system using in APEX 2.2 and the main form has a description field (clob) and a API_description field (varchar2(4000)) that are text area fields on the page. The form seems to have trouble when the string data entered into the text area page items on the form contain single and double quotes.
    <br><br>
    I have pasted my test data below in this problem description(this is not true sql but it gets the point accross). I use the wizard created insert process to get the data into the db from the text fields in the wizard generated form, then use the wizard created fetch process to get the data back out and rendered on the same form. When I use the test data below, sometimes a few characters dissappear from my input data on the way out, sometime form fields go away, and their html is interspersed with the previous form field's data on the page. And I get different results on different tests with the same data.
    <br><br>
    Do I have to do something special for a vanilla htmldb text page item on a form to be able to receive single and double quotes in the string input in order to avoid that string data confusing the processing on the way in to the Database or on the way out for rendering?
    <br><br>
    Do I have to escape the characters? How do I do this?
    <br><br>
    The "varchar2(1) := ‘A’" part of the below TEST DATA string seem to cause the most trouble. The behavior is erratic - sometimes the pattern works, sometimes html is interspersed in one place, sometimes another (on the way back out)
    <br><br>
    START TEST DATA:
    Add column pcl3_data_ind varchar2(1) to edc_tran,edc_log, edc_recreate_tran table
    Or
    Create a file with following sql in it
    Insert into sometable values(‘A’,sysdate);
    Or
    create new table as follows
    create table “someschema”.“sometable”
    (id number not null,
    Name varchar2(20) not null,
    Join_date sysdate
    Active varchar2(1) := ‘A’
    END TEST DATA:
    <br><br>
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    Here is an example of the test data being displayed after being fetched back out of oracle (this will look like gibberish when rendered in the forum system (end of problem description except for example):
    <br><br>
    env
    Add column pcl3_data_ind varchar2(1) to edc_tran,edc_log, edc_recreate_tran table
    Or
    Create a file with following sql in it
    Insert into sometable values(‘A’,sysdate);
    Or
    crete new tableas follws
    crate table “somesca”.“sometable”
    har2(20) not null,
    Join_date sysdate
    Active varchar2(1) := ‘A’
    woextarea>
    <a class="eLink" title="Edit" href="javascript:popupURL('f?p=4000:371:204538675714370::::P371_ID,FB_FLOW_ID,FB_FLOW_PAGE_ID:1034609472735510,104,2');" tabindex="999"><img src="/i/e.gif" alt="Edit" class="eLink" /></a></td></tr><tr><td nowrap align="right"><label ...

    I found a good php related post that has a nice set of the potentially problematic characters (this is in the context of word pasted into IE I think). I am pretty confident that at least single curly quotes do not work well in apex 2.2). I would not be surprised if some of the others were trouble as well.:
    http://lists.evolt.org/archive/Week-of-Mon-20030602/141975.html
    here is the list
    $trans_tbl[chr(34)] = '"' ;          //      quote
              $trans_tbl[chr(38)] = '&' ;          //      ampersand
              $trans_tbl[chr(60)] = '<' ;          //      less-than
              $trans_tbl[chr(62)] = '>' ;          //      more-than
              $trans_tbl[chr(128)] = '€' ;     //      euro
              $trans_tbl[chr(129)] = '€' ;      //     euro
              $trans_tbl[chr(130)] = '‚' ;      //     low quote
              $trans_tbl[chr(131)] = 'ƒ' ;      //     florin
              $trans_tbl[chr(132)] = '„' ;      //      double low quote
              $trans_tbl[chr(133)] = '…' ;      //     ellipsis
              $trans_tbl[chr(134)] = '†' ;     //     dagger
              $trans_tbl[chr(135)] = '‡' ;      //     double dagger
              $trans_tbl[chr(136)] = 'ˆ' ;      //     circumflex
              $trans_tbl[chr(137)] = '‰' ;      //     per thousand
              $trans_tbl[chr(138)] = 'Š' ;      //     S caron
              $trans_tbl[chr(139)] = '‹' ;      //     left angle quote
              $trans_tbl[chr(140)] = 'Œ' ;      //     OE ligature
              $trans_tbl[chr(142)] = 'Ž' ;      //     Z caron
              $trans_tbl[chr(145)] = '‘' ;      //     left single quote
              $trans_tbl[chr(146)] = '’' ;      //     right single quote
              $trans_tbl[chr(147)] = '“' ;      //     left double quote
              $trans_tbl[chr(148)] = '”' ;      //     right double quote
              $trans_tbl[chr(149)] = '•' ;      //     bullet
              $trans_tbl[chr(150)] = '–' ;      //     en dash
              $trans_tbl[chr(151)] = '—' ;      //     em dash
              $trans_tbl[chr(152)] = '˜' ;      //     small tilde
              $trans_tbl[chr(153)] = '™' ;      //     trademark
              $trans_tbl[chr(154)] = 'š' ;      //     small s caron
              $trans_tbl[chr(155)] = '›' ;      //     right angle quote
              $trans_tbl[chr(156)] = 'œ' ;      //     oe ligature
              $trans_tbl[chr(158)] = 'ž' ;      //      small z caron
              $trans_tbl[chr(159)] = 'Ÿ' ;      //     Y with diaeresis
    <br>
    -Geoffrey

  • Trouble with auto size text in a single line form field

    Hi.  I'm having an issue with filling out a form in Adobe Reader on my iPad.  The text field is single line.  The font is set to "auto" so that the line of text will not exceed a certain width.  When filling out this form on my laptop using Adobe Reader, it works fine.  As I type additional text, once the field is filled, it shrinks the text font size.  On my iPad, however, it won't let me type any more text in the field once I reach the end.  Does Adobe Reader for iPad not support the "auto" font size in form fields?  And I did check that my version of Adobe Reader is up to date on my iPad, so I do have the latest version.
    Thanks in advance for your help,
    Ashley

    Actually, nevermind.  It must be something wrong with the file.  I tried opening another file and auto resize worked perfectly on it.  Weird though that it works on one file and not another.
    Thanks!
    Ashley

  • Allowing a zero as the first digit in an insert record form field

    I have a form that has an insert record behavior applied to
    it. I would like to be able to put a number into one of the form
    fields that begins with the letter zero (i.e. 010507). The trouble
    is that when I insert any number beginning with a zero, the first
    zero in the number gets dropped when it is entered into the
    database. This occured even when I tried changing the field type
    from number to text in Access.

    Oh, I failed to change the field type to "text" in the insert
    record dialogue box as well.

  • Why would my PDF Form print out the tab order on top of my form fields?

    When this user prints out the filled out PDF form we created, it prints the tab order as a little square numbered box right on top of the form field entry.  The tab order prints over all types of fields, text entry fields, check box fields, etc.
    I am not sure if this issue is related to someone using a non-Adobe PDF reader, or an issue with their printer?   Unfortunately, we cannot duplicate this issue ourselves and are hesitant to interrogate our client futher on the matter. 
    Has anybody else ever seen this type of print out from a PDF form issue?

    Thanks for your reply!  Based on your suggestion I did a little experimenting.
    This is a form saved to Enable User Rights so PDF viewers can fill out and email or save the form.   After seeing your question, I opened the form for editing (actually saving a copy first that was not restricted, and editing the copy).  I then toggled the Tab Numbers on via Tools > under the Forms header I clicked Edit > Other Tasks > Edit Fields > Show Tab Numbers.  After revealing the tab numbers I then tried to save the form as a Reader Extended PDF, but the Enable Additional Features option was grayed out.  Even if I wanted to, I could not save the form with the tab numbers revealed.
    The form itself was also received by our company electronically and when viewed does not show the tab number order and when we print it, it prints as expected (no tab order numbers).
    We are suspecting that this may be an issue either with the end users printer? Or possibly viewing and printing via an alternate viewer like Foxit?
    Anybody run across this odd behavior?

  • Tutorial Announcement .:: Form Field Tooltip ::.

    Hello everyone...
    Herein this tutorial i`ll show you how to add a great JavaScript tooltip to your forms, this option will help you to explian to your website visitors which data they should fillout the form fileds with, because you might applied for many online forms with unknown data or missunderstanding what you should write correctly in some form fields.
    The Configuration and how to Include files:
    First, you need to include the js files and css files as in the Live demo and Define tooltip text.
    to include files switch to Code view in Dreamweaver cs3 and add this lines between the  tags.
    :: Go to tutorials ::
    :: Online Demo ::

    Hi Carlene
    but the Update Record, to change the user's information will not work.
    to achieve that go to the users area and create a new page named "update_information.php" or what ever you prefer.
    apply the basic update form wizard to the page by selecting > server behavior > adobe developer toolbox > forms > update record form wizard
    1- select the required fields like: database name | table name "where the users information stored in".
    2- select which fields you want the user to update "User name | Password | Email address etc...
    3- in the primary field value equal to "URL Parameter" the "tbl_id" change it to be "SESSION VALE" & in the value textbox add this value -- kt_login_id
    click the next button to continue
    in the validation rules select the desired fields you wish to become required.
    Click the Finish button to end the wizard.
    now you have a user update information page restricted only to registered users in your website.
    don`t forgot to apply the "restrict access to page" over the page to make sure it`s protected.
    you can read more about this issue by visiting my full tutorial about:
    :: Building Membership System ::
    Best Regards
    Waleed Barakat
    Developer-Online Creator and programmer
    http://www.developer-online.com

  • Pasted form field rotates 90 degrees

    Copy & paste form field from old version always does the following to the new form field.
    Rotates 90 degrees
    Changes Horizontal & vertical size.
    The only way I have found to fix this to date is to re-create in the new form. 
    Does someone have an easier method? 
    Thank you,

    Even though a page appears on screen in portrait orientation, it could in fact be a rotated (+/- 90 degrees) landscape page, with all of the page contents rotated as well. You can tell by examining the internal page rotation setting, but this isn't really necessary as it is undoubtedly the reason. You might wonder how or why this could have happened, and it goes back to what was used to create the PDF in the first place. It's unlikely that they two PDFs were created from the same type of source document with the same application and method of converting to PDF. This internal page rotation normally doesn't matter, but it does when working with annotations, which ahve rotation values relative to the page on which they're placed. So when you copy a field from a page with one rotation onto another with a different rotation, you'll see this behavior.

  • Pdf files lack form field contents :(

    I'm a house call veterinarian, and all of my patients' medical records are in pdf files. I'd LOVE to be able to reference these records when I am driving around town, without having to lug around the laptop.
    I've found some great apps to transfer & view pdf's on the iPhone (FileMagnet & Felaur PDF are outstanding!) The trouble is that none of them can display my patients' data, which is contained in form fields. I don't want to edit anything in these fields, I just want to read it.
    Why is this feature missing? It would be so cool!

    Ok; so I will start adding usage rights to my forms and using the
    script, which hopefully will help.  I'll also add in the completion
    instructions that the user should (preferably) complete and save the
    form using Adobe Reader (;)opposite of what I've been saying) or Adobe
    Acrobat Professional.  And, if they open the form through the "Preview"
    application there may be problems with their and our ability to view
    and/or print the completed form. 
    On my end, with the script, I still should be able to see and print the
    form.
    Now, here is the message I received from one user which seems to add
    more confusion:
    "I have definitely found something weird....When the files are opened
    using either "Preview" or "Adobe acrobat Professional" they are both
    open and complete as seen on the screen, but when I try to print them,
    the forms will only print when I open them with Preview.  They are
    completely blank (apart from the forms themselves) when opened with
    Acrobat (despite me being able to see the completed form, which includes
    everything that I typed into the form, on the screen)."
    This is a huge problem with interactive forms...I don't understand why
    Adobe hasn't fixed it.
    Please keep any words of wisdom coming; I can't thank you enough.
    Glenda

  • Form field info not showing up, unless field is clicked?

    Hello,
    I have been receiving PDF files with form fields that contain text. In the past, all the text is visible and if more text is in the box than visible, you get the scroll bar.
    The last document I received, the text doesn't show up, until I actually click the field biox. Once I click the field, the text and scroll bar appear, but once I click off it disappears again? We cannot figure out why?
    Does anyone know how or why this happened and what the fix is?
    Thanks!!
    babs

    Ok; so I will start adding usage rights to my forms and using the
    script, which hopefully will help.  I'll also add in the completion
    instructions that the user should (preferably) complete and save the
    form using Adobe Reader (;)opposite of what I've been saying) or Adobe
    Acrobat Professional.  And, if they open the form through the "Preview"
    application there may be problems with their and our ability to view
    and/or print the completed form. 
    On my end, with the script, I still should be able to see and print the
    form.
    Now, here is the message I received from one user which seems to add
    more confusion:
    "I have definitely found something weird....When the files are opened
    using either "Preview" or "Adobe acrobat Professional" they are both
    open and complete as seen on the screen, but when I try to print them,
    the forms will only print when I open them with Preview.  They are
    completely blank (apart from the forms themselves) when opened with
    Acrobat (despite me being able to see the completed form, which includes
    everything that I typed into the form, on the screen)."
    This is a huge problem with interactive forms...I don't understand why
    Adobe hasn't fixed it.
    Please keep any words of wisdom coming; I can't thank you enough.
    Glenda

  • Color Changes when form field added

    When I add a form filed to a pdf, the color changes on the output of the pdf.
    Print out the attached pdf pages 1 and 3. Look at the green button. It is darker on the pages with the form field(p1) then on page 3. they are the same source file. It like when I add the form field, it changes the page to a CMYK color space and the images are in a RGC Color space.
    Any ideas

    Follow-up:
    One of my colleagues is working on a product feature that involves checkboxes (this is how I came across this issue in the first place). His checkboxes aren't contained within a form element whereas in my test page I described in my question when I removed the form from the page the issue didn't manifest.
    However, the page he's working on does contain other forms so I decided to modify my test page to try to replicate this scenario. I found some really odd behavior.
    If I have a form on a page but the checkboxes are not children of that form, and if I dynamically add a single INPUT element or a single TEXTAREA input, the checked values just disappear on page refresh. That's expected since the lack of a parent form should eliminate the memory of the checkbox values, right?
    Well, when I dynamically add '''both''' an INPUT element and a TEXTAREA element it goes right back to remembering '''and''' moving the checked value, but only by one step. By comparison, if the checkboxes and the dynamically added form fields are contained with a form the checked value will move by a number of steps equal to the number of dynamically added form fields.
    Strange, strange behavior I can't really decode with certainty across the entire range of possible scenarios...

Maybe you are looking for