Why 200 radio buttons in a form cause 8 second period of rendering

We have an on-line questionnaire containing 36 questions, each with 6 radio buttons (216 total) in a single form. Although the page to render quickly, there is then a delay in Firefox up to 8 seconds before it will record an option by clicking button. This problem does not occur in Chrome or Safari, and there are slight delay (second) in Internet Explorer. The period shall be reduced pro rata by reducing the number of option buttons. The period may also be reduced to about 4 or 5 seconds by removing all elements of the page outside the boxes option and the form.

Unfortunately, you will need to get with Norton to try to determine why.

We could try to open a bug report in Bugzilla... Use the Plugins with Norton AV product component-> https://bugzilla.mozilla.org/enter_bug.cgi?product=Plugins

Tags: Firefox

Similar Questions

  • Is it possible to place radio buttons in a form (Muse CC)

    Is it possible to place radio buttons in a form?

    You can place the buttons with HTML in the Muse,

    but he is unable to get in the form

    So, once you submit the form, you don't get to see the choice of option buttons.

    Is there a way to fix this?

    Thanx

    T

    An update was released today which includes radio and checkbox button groups.

    Please update to the latest version.

    Thank you

    Sanjit

  • How can I add radio buttons to my form?

    How can I add radio buttons to my form?

    An update was released today which includes radio and checkbox button groups.

    Please update to the latest version.

    Thank you

    Sanjit

  • 2 sets of radio buttons in a form-complications

    Hi all

    I've been looking around for code to assist me in building a form. I have developed the form and just a few problems that I can't understand.

    In a question on the form, the user can select from a set of radio buttons and select one of the five options. Then I have a second set of option buttons that the user can choose only one option. My problem is that I don't want the user to be able to select from the second set of option buttons if they chose a certain option in the first set. An example to clarify my problem:

    You have completed the training:

    Yes

    Half

    None

    So if the user selected Yes in the first set of option buttons, I want the second set of option buttons to now be selectable:

    The training was:

    Up-beat and nice

    Snoozer

    I use are very different than the latter, but it's just a simple sketch. So, how can I do the second set of radio buttons not selectable until the user selects a specific option button in the first set of option buttons.

    Thanks, I really appreciate the help!

    If you have an exclusion group called "completion" with three elements 'Yes' radio button 'Half' and 'None' and a second radio button exclusion group called "completion", go to the value of 'feedback' tab and set the type to "readOnly".

    Add the following script to the "end"... change event

    Form1.Page1.Subform1.completion::change - (JavaScript, client)

    If (this.rawValue == 'Yes') {}

    Form1.Page1.Subform1.feedback.access = "";

    }

    else {}

    Form1.Page1.Subform1.feedback.access = "readOnly";

    Form1.Page1.Subform1.feedback.RawValue = "";

    }

    If the user selects "Yes", the "feedback" group is available for selection. If the user does not select 'Yes', 'feedback' is reset and readOnly.

    Steve

  • How to add radio buttons to the form

    Hello

    I want to add option buttons to the form.

    I wrote the following code:

    Rbg RadioButtonGroup = new RadioButtonGroup();

    RadioButtonField r1 = new RadioButtonField ("first option button");

    RadioButtonField r2 = new RadioButtonField ("second radio button");

    RadioButtonField r3 = new RadioButtonField ("third option button");

    RBG. Add (R1);

    RBG. Add (R2);

    RBG. Add (R3);

    mainScreen. Add (RBG);

    When I run this, I get uncaughException.

    I am doing wrong?

    can someone help me please.

    Thank you

    Maury.

    On the screen, we can add that the fields. RadiButton group will hold all Radiobutton Fields.

     RadioButtonGroup rbg = new RadioButtonGroup();
            RadioButtonField r1 = new RadioButtonField("first radio button");
    
            RadioButtonField r2 = new RadioButtonField("second radio button");
    
            RadioButtonField r3 = new RadioButtonField("third radio button");
            rbg.add(r1);
            rbg.add(r2);
            rbg.add(r3);
            add(r1);
            add(r2);
            add(r3);
    
  • Why some radio buttons do not show in IE, but not Firefox?

    Some web sites an option button or check box is available, but Firefox does not display any map or content for it. It is only found by positioning the mouse on the screen and hoping that a text such as "Click here to submit" message appears. These buttons normally appear as it seems that this is the problem with Firefox and not the particular website in IE.

    • "Clear the Cache": Tools > Options > advanced > network > storage (Cache) offline: 'clear now '.
    • 'Delete Cookies' of sites that cause problems: Tools > Options > privacy > Cookies: "show the Cookies".

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of your modules is causing your problem (switch to the DEFAULT theme: Tools > Modules > themes).

    See the extensions, themes and problems of hardware acceleration to resolve common troubleshooting Firefox problems and troubleshooting questions with plugins like Flash or Java to solve common Firefox problems

    See also http://kb.mozillazine.org/Websites_look_wrong

  • Radio button selection through form particular subform

    Hi - I am eager to the user to be able to choose an option button, and if this option is activated, the user is moved automatically to a particular subform further away to the bottom of the form. Is this possible?

    Any information would be really appreciated.

    Hello

    to move to an another subform, you can use the scroll method.

    Here is an example that shows how to.

    Adobe LiveCycle Designer Cookbooks by BR001: using the method of Doc.scroll in the form of LiveCycle Designer

  • What to put in the xsd schema for the form of the ADF radio buttons?

    Hello, we create a form generated from the data of a HT ADF auto which is a type defined in a schema .xsd. Which schema component Let's in the .xsd schema correspond to buttons option in the form of the ADF? For example, in our .xsd we just

    <? XML version = "1.0" encoding = "UTF-8"? >

    " < xsd: Schema container = ' http://www.w3.org/2001/XMLSchema "xmlns:wf =" " http://www.example.org "

    " targetNamespace = ' http://www.example.org "elementFormDefault ="qualified"> "

    < xsd: complexType name = "FormDataType" >

    < xsd: SEQUENCE >

    < xsd: element name = "FirstName" type = "xsd: String" / >

    < xsd: element name = "Name" type = "xsd: String" / >

    < xsd: element name = "Department" type = "xsd: String" / >

    < / xsd: SEQUENCE >

    < / xsd: complexType >

    < / xsd: Schema >

    What would be the element / type etc be for radio buttons?

    Hi Tali,

    It depends on what you want to do with radio buttons, but it would be better to be a part of string in most cases.

    This could be better handled on the ADF OTN forum, but I'll take a shot at it.  If you have many items to choose from, you can use the string "Department", you already have in your XSD.  When displayed on the form, include various departments with radio buttons next to each other (for example,"manufacturing", "Marketing", "Sales").

    Because this is the BPM forum, I guess your XSD is used as data for a human task which in turn used to create a form of the ADF.  If this is the case, you can use your "Department" in your XSD string element that has already been placed on your form as a text input field.  The reason is the link that you need to update the element of the human task service is automatically created in this way.  Select this field to text, and then in the properties panel, copy the text that is in the 'value' of the field (you stick it in the Value property of the Radio group you will add in the next step).

    There are two ways to get the radio buttons on the form.  You might drag the "Radio group" widget on the form-> click on radio to 'Create a list (select an item)' button-> click the Add icon to add the choices you want to appear on the form (for example,' manufacturing ', 'Marketing', 'Sale').   Once this was added, paste property value text you copied in the previous step into the field of "Value" property of the new Radio group.

    If you select the radio button of the new group source, it should look like this if you wanted two choices for your radio buttons:

    After this has been added, delete the existing text entry field that was created when the form was generated automatically from the human task.

    Hope this helps,

    Dan

  • Disable the Radio button under condition does not work well

    Hi friends,

    I have three radio buttons

    < li > cottages
    < li > New rental
    < li > in the name of


    I'll show this option button conditional according to the user who connects to the application.

    Suppose that, assume that if a person 'A' concludes the application means that it will be shown only these radio button options---NH---,---OB---,---Self---

    Assume that, if a person 'B' concludes the application means that it will be shown only these radio button options - NH-, - free-

    If a person "C" concludes the application means that it will be shown that these radio button options - Self-


    I limited the boxes according to the users who enter the application using their roles.

    But my challenge here is once the user and if it someone at - it means radio button, select

    Example if he chooses - NH - means, then - OB - and - holiday - radio button must disable and if he chooses - OB - means then NH - and - to
    Disable (vice versa).

    I have also done the same with the DA.

    With the real action like: javascript Expression I gave the following encodings (I wrote the below DA for the three cases, if the request_class_code is equal to)
    (NH, O, S)
    var enabled=$v('P22_REQUEST_CLASS_CODE');
    if (!$u_SubString(enabled,'S')) $('#P22_REQUEST_CLASS_CODE_2').attr("disabled","disabled");
    if (!$u_SubString(enabled,'NH')) $('#P22_REQUEST_CLASS_CODE_0').attr("disabled","disabled");
    if (!$u_SubString(enabled,'OB')) $('#P22_REQUEST_CLASS_CODE_1').attr("disabled","disabled");
    The DA above works great only for the user who has the possibility to view the three radio buttons in my form (i.e)(NH,OB,S).

    For the user who has the ability to view two or one option button, it does not work properly (i.e.)(NH,S) or(OB,S) or (S).

    Why it does not work for the user with two options or with a radio button medium, the source of this property of radio button option is changing. Given that I took
    the source of my radio button in my DA only when the three options are present.

    How I can solve this problem for the user who is having this option two or radio.

    We hope to hear you clearly on the issue.


    Brgds,
    Mini

    Hello

    If I did not understand what you have that might work

    var lVal = $v('P22_REQUEST_CLASS_CODE');
    $('#P22_REQUEST_CLASS_CODE input:not([value="' + lVal + '"])').attr("disabled","disabled");
    

    Kind regards
    Jari

    http://dbswh.webhop.NET/dbswh/f?p=blog:Home

  • Using a drop-down menu to set a radio button

    I searched and seeking in vain, tried a lot of different things can I can't seem to find an answer already or tripping on a similar code to help.

    I have a drop-down list, then when you select different values defined different fields of the form. This part works very well this kind of things in the validate custom:

    If (event.value == 'Thing1') {}

    this.getField("DESC01").value = "Words that fill a description box.";

    this.getField("DESC02").value = "words more that fill another description box."

    this.getField("F_SKILL1").value = "1";

    this.getField("RB_SKILL1").isBoxChecked (1);

    this.getField("F_SKILL2").value = "1";

    this.getField("F_SKILL3").value = "1";

    } Else if (event.value == 'Thing2') {}

    this.getField("DESC01").value = "Different words that fill a description box.";

    this.getField("DESC02").value = 'words of more different that fill out another box of description';

    this.getField("F_SKILL4").value = "1";

    this.getField("RB_SKILL1").isBoxChecked (0);

    this.getField("F_SKILL5").value = "1";

    this.getField("F_SKILL6").value = "1";

    }

    etc, etc. I have a few ifs else different, but they all follow this kind of format. There are also radio button next to the skills on the sheet to visually display this skill is known. I would like to check this option. My isBoxChecked does not work, and I hope it is because it doesn't work like that. I have a lot of radio buttons on the form, but they all 1 choices in them are no groups. Again, I use it as a Visual representation that SKILLX is known. The area I dropped the box on the sheet is a very small circle, that's why I'm trying to use a radio button, as it is visually similar.

    If there is a better solution to what I'm trying to do, I'm happy to try it, or if someone can tell me what I am doing wrong that would be great

    Thank you!

    The value of the box is for her to control or to "Off" to uncheck export value

    this.getField("RB_SKILL1").value = 'yes '.

    this.getField("RB_SKILL1").value = 'Off '.

  • Delete all the radio buttons

    Hi, is anyway to find and remove all the ' Radio buttons ' in my form? Thanks in advance...

    It's much better for you if you write the code yourself. So you know and that you know exactly what you, and if things go wrong, you are much more likely to fix it. Or, if you need to adapt it for example delete all signature fields, you would know how to make this change as well.

    Take a look at these pages of documentation of JavaScript, they illustrate the necessary JS methods:

    Doc.numFields - DC Acrobat SDK Documentation

    Doc.removeField - DC Acrobat SDK Documentation

    Doc.getField - DC Acrobat SDK Documentation

    If you need help with Acrobat JavaScript in general, take a look here: Beginning JavaScript for Adobe Acrobat

    And, just to help you get started, here's how I would implement this feature:

    for (var i=(this.numFields-1); i>=0; i--) {
        var f=this.getField(this.getNthFieldName(i));
        if (f.type == "radiobutton") {
            this.removeField(this.getNthFieldName(i));
        }
    }
    
  • Using radio buttons

    Good day all.

    This is the first time I tried to use radio buttons on a form, so this issue "could" be very simple to most of you.

    I have a list of questions to add to a form, and the user must answer the questions using radio buttons. There will be 3 buttons for each question. Yes, no and n/a. I use raidio buttons I want only the user to select 1 choices. Thus, the shape will be casting so I thought that I need to put the question and boxes option in a table. When I tried this, the radio buttons 'statcked' one on top of the other. I would need to have the radio 'next' buttons between them. So it would look like.

    Question                                                                                                        0 Yes     0 No     0 N/A

    Any help would be appreciated

    Concerning

    Chomp

    The way you add radio buttons in the form you have downloaded seems to be OK...

    But one thing I've observed is, you put each line in a separate table in the form that you do not need to. You can have a table and have as separate lines. (the modified file attached)

    I would like to know if you still have any questions...

    https://Acrobat.com/#d=YM8D0zmRdG8IdqqgQ3 * z3Q

    Thank you

    Srini

  • Length of list of radio button never ceases to increase - is this good?

    I have a set of 5 radio buttons in a form that all report to the same radio button list (as far as I can tell!) - they look like that in the hierarchy tab:

    rblApprQ1

    -rblApprQ1_1

    -rblApprQ1_2

    -rblApprQ1_3

    -rblApprQ1_4

    -rblApprQ1_5

    I have a bit of validation on my button validate to check one of the boxes has been verified, as follows:

    var

    rblApprQ1 = xfa.resolveNode("mainForm.rblApprQ1");

    This happened in another script object:

    function

    checkRadioButtons (field)

    {

    rbChosen

    = '';

    Len

    = field.nodes.length;

         for (i = 0; i <len; i++)

    {

              if (field.nodes.item (i) .rawValue ! = null)

    {rbChosen

    = field.nodes.item (i) .rawValue ;}

    }

         if (rbChosen == '')

    {

    return false;}

    on the other

    {

    return true;}

    }

    The problem I have is, if no box is checked, the value of len in the function checkRadioButtons is 5 - I assume that's 5 separate boxes in my radio button list? Yet when the buttons are selected, the len value goes up to 7, which makes my waste of function!

    I'm doing something wrong?

    You get an extra node after the selection is made. If I look at the className of the object property, you'll see that each radiobutton class

    domain name and the extra node is of type calculation. Then put a supplement come to make sure that you test a node of type 'field '. So I propose the code that returns the value true or false outside the loop for. At the moment, you return it to us for each option button in your list. You should only return a single value. I also changed the name of the object passed to the field to test to make it easier to follow. Here is a view of the code I created for testing:

    checkRadioButtons (RadioButtonList)

    function checkRadioButtons (test) {}
    rbChosen = ";
    Len = test.nodes.length;
    App.Alert (Len)

    for (i = 0; i
    rbName = test.nodes.item (i);

    App.Alert (rbName.saveXML ("Pretty"));
    If (rbName.className == "field") {}
    If (test.nodes.item (i) .rawValue! = null) {}
    rbChosen += test.nodes.item (i) .rawValue;
    }
    }
    }
    If (rbChosen == ") {}
    App.Alert ("no RBs were selected");
    } else {}
    App.Alert ("RB selection was made");
    }
    }

  • Background color for the radio button does not change during execution

    Hi everyone,

    I set the background color of shapes in blue in the formsweb.cfg file. I used 4 radio buttons in the form and at the time of execution, the background color of the option button is gray.

    So I used SET_ITEM_PROPERTY trigger to set the background color, but it is not chaning. It remains grey.

    SET_ITEM_PROPERTY('TRANS_MASTER.) MODE_OF_PAYMENT', BACKGROUND_COLOR, 'r90g117b148'); - Radio button group

    SET_ITEM_PROPERTY('TRANS_MASTER.) CASH', BACKGROUND_COLOR, 'r90g117b148'); - Radio button
    SET_ITEM_PROPERTY('TRANS_MASTER.) CREDIT_CARD', BACKGROUND_COLOR, 'r90g117b148'); - Radio button
    SET_ITEM_PROPERTY('TRANS_MASTER.) CREDIT_CUSTOMER', BACKGROUND_COLOR, 'r90g117b148'); - Radio button
    SET_ITEM_PROPERTY('TRANS_MASTER.) REDEEMVOUCHER', BACKGROUND_COLOR, 'r90g117b148'); - Radio button

    I used the RGB color as r90g117b148.

    Please help me,

    Thanks in advance,

    Published by: lola amrani may 5, 2010 07:56

    Hello

    When the desig, assign ownership of background color for group of Radio buttons and boxes option for

    François

  • Required radio buttons - Possible Cause of unable to submit the form?

    I'm missing something about radio buttons.  Create a form of 9 page using the layout fluid and with the previous help from this forum, am being tested now.  It's a long questionnaire and questions are radio buttons, some are checkboxes.  For radio buttons, they are a Yes/No, each set contains 2 buttons and I use the question numbers under the name of link, for example the Question a 17, 4 sets of boxes for Yes/No to sub questions A, B, C and D, thus binding names Q17A, Q17B, etc..

    I've done every yes / no game needed, thought I want their answer Yes or no for part A, B, C and D, each.  By making the final test, when I click on send, he said to the less mandatory field was empty export.  I answered each question if necessary or not, thinking I can I have had a few errors in the mandatory fields, always got the error, then divided the form on 8 separate test documents, each containing only a single page and page 9 to submit in order to reduce it to which pages/fields were the cause of the problem.  On pages that have no radio buttons, only the required text responses, I don't have the message.  Only on pages with the radio buttons is I got the message "at least a necessary field was empty", which brings me to ask me what Miss me about the production of the required radio buttons.  In the Help menu of option buttons, but not this aspect, I found a lot, and maybe I went beside her and would appreciate any help, thanks.

    Hello

    Radio buttons can sometimes give wrong when it is set to required: see here Re: required Radio button red color in a dynamic form

    One thing to make sure is each Yes/No is a group of radio exclusion and the exclusion of the radio has the required value:

    Good luck

    Niall

Maybe you are looking for

  • moves the screen iPhone 5se

    MY screen for the iPhone 5se movements on its own (usually the opposite). If I Zoom in, we zoomed out but it does this several times quickly until I raise my finger. Occurs when I'm clicking down then it clicked and when I scroll down, but it scrolls

  • U940-11N SATELLITE - cannot get into the BIOS or Boot Menu

    Hello I am currently in the processing you want to perform an update of the operating system on my laptop. When I bought the laptop in a well known department store, it came loaded with Windows 7, despite the operating system preloaded in Windows 8 w

  • Microsoft 4000 ergonomic, which are back and buttons just below the space bar for forward?

    Original title: tne on Microsoft 4000 ergonomic On the Microsoft 4000 ergonomic keyboard. What are the buttons back and next just below the bar of distinguished? I've never seen them do anything when I press them. And there is no link of programming

  • Need for invalid shortcuts keyboards

    I've been using a Microsoft Media Center Edition Infa-red keyboard with windows xp professional edition for about 2 months now. The problem that I am facing began a few days ago and I have tried everything I know how to fix it. The problem is that, w

  • Microsoft Word documents and Excel will not open

    HelloIm not sure what happened, but for the last few days everytime I try to open a microsoft word or excel document program is unresponsive.    He then says that windows cannot find the .doc and make sure the name is typed correctly. When I close wo