bug with IE delimbing CSS elements

I have a script that hides an element when the page loads, then clicking on the < h1 > tag in the page, the item hidden when Anime in sight (drops down).

The script works fine, but somewhere in there is a bug with the browser Internet Explorer which is originally the CSS applied to the items in the hidden element to lose?

I've included below all of the code. First of all my HTML, followed by my JavaScript file, file is followed by my CSS file.

If you run this in Firefox, you'll see the CSS successfully applied to all items in the hidden DIV element.
But when seen in Internet Explorer CSS is lost?

I really want to know how to change my code to fix this.

Thank you very much!

Kind regards
M.

Sorry, I was a fool.

I just noticed that the problem persisted even when I had JavaScript disabled. It turned out to be a simple error in my HTML code (for example I had not closed the end tag for the first link in the CSS to "reset.css" and so he broke bad in IE - although I'm surprised that there is no need to alter this way in Firefox?)

Tags: Dreamweaver

Similar Questions

  • Is there a bug with radiogroup when page elements are more than 100?

    Hello

    I have more than 100 items on one page and in the end there are 6 radiogroups 'yes' or a 'no', the user can select. 'Yes' or 'no' in each radiogroup are mutually exclusive, but the 6 radiogroups are independent of each other. For example:

    RadioGroup #1: Yes no

    RadioGroup #2: Yes No

    RadioGroup #3: Yes no

    RadioGroup #4: Yes no

    RadioGroup #5: Yes no

    RadioGroup #6: Yes no

    It works very well. However, recently, I added more elements to the page. And I realize that the user can select only one answer among all 6 radiogroups, which means that not only the 'yes' and 'no' in each radiogroup to exclude each other, but also the 6 radiogroups are exclusive mutual.

    I have them defined simply as "radiogroup" as follows:

    2812 Radiogroup #1 P20_radiogroup

    2813 Radiogroup #2 P20_radiogroup

    2814 Radiogroup #3 P20_radiogroup

    2815 P20_CHARTAUDITING display text (escape special characters, does not save the State) == > just as a display

    2816 P20_radiogroup Radiogroup #4

    2817 Radiogroup #5 P20_radiogroup

    2818 Radiogroup #6 P20_radiogroup

    I'm on ApEx 3.2 with EPG on Oracle 11 g. Any ideas/suggestions would be greatly appreciated!

    Thank you very much
    Helen

    You can not have more than 100 electronic items on a single page.

    See Re: Question about the message "number of elements exceeds 100 maximum."
    or search the limit of 100 points.

    Gus...

  • Mix ADF Faces with HTML, JavaScript, CSS, JSTL question

    Dear all,

    The project is now starting to deploy to the production server. When we try to deploy to the production server who made a lot of mistake. As this used widely used project mix ADF faces with
    HTML/JavaScript/CSS/JSTL. I would like to know what are the most error when we have mixed to use each one and how can we overcome them there?
    There is in the project

    1 mix of tags html with ADF Faces components
    2. the use of JavaScript/CSS inline
    3. mix the JSF/ADF Faces and JSTL tags

    Help me how to address this issues as well as links to useful blog.

    JDeveloper IDE version: 11.1.1.5.0 with Webcenter
    WebLogic version: 10.3



    Best regards
    KT

    Published by: KT on May 16, 2013 21:23

    Hello

    In addition to this project widely used mixture ADF faces with HTML, JavaScript, CSS, JSTL.

    JavaScript, CSS, and JSTL is not a problem, whereas - according to the JSF version - HTML is. JSF 2 is the first version of the JSF, which allows you to mix HTML with less side effects, if you use Facelets as view declaration language.

    I would like to know what are the most error when we have mixed to use each one and how can we overcome them there?

    There is in the project

    + 1. mixture of html with ADF Faces components tags +.

    This could ruin your pages, lead to update issues and - in case of frequent use in the trees - even destroy the functionality

    + 2. online use of JavaScript / CSS +.

    Poor performance because of heavy weight pages. If you were using ADF Faces and your JS addresses the DOM instead of the architecture of client cJavaScript ADF Faces then chances are JS will fail for the components that have changed their HTML output (which has an impact on the DOM structure) or changes are not submitted to the server.

    For CSS, CSS inlineStyle not applay to the DOM element that is external, which means for example af:input the background text color will color the lavel

    + 3. mix JSTL and JSF/ADF Faces tags +.

    Dependa on how you do. JSF has postponed EL syntax, which means that EL resolves at run time, whereas JSTL resolves at compile time. So the race conditions could become a problem

    Overall, it is difficult to say if things were coded wrong in the project (although for the use of HTML you can be sure) without seeing the code. It seems that the team that built the application however did not dare to the suite of recommended practices

    Frank

  • The syntax Checker bug with long PHP functions.

    I have two differrent pages that give the same type of bugs when opening the page with Dreamweaver CS5. I built a web application with PHP, HTML, CSS, MySQL and Javascirpt. There are many forms throughout the site and many forms are very long. For these specific pages that give a syntax error HTML form is inside a PHP for loop to repeat a desired number of times. I checked that there is not a syntax error, and the page works perfectly without php, html, css or javascript errors. The syntax error goes away if I close the loop PHP earlier in the script, but then I have actually a syntax with PHP and dreamweaver error says my code is perfect?

    <?php

     

              //this page is not accessable via broswer url

              if (!defined("_VALID_PHP"))

                        die('Direct access to this location is not allowed.');

     

              //Set session data from POST

              $_SESSION["intake"]["students"]["drug_of_choice"] = $_POST["drug_of_choice"];

              $_SESSION["intake"]["students"]["first_contact"] = $_POST["first_contact_yr"]."-".$_POST["first_contact_mo"]."-".$_POST["first_contact_da"];

              $_SESSION["intake"]["intakes"]["referral_source"] = $_POST["referral_source"];

              $_SESSION["intake"]["intakes"]["referral_reason"] = $_POST["referral_reason"];

              $_SESSION["intake"]["students"]["gender"] = $_POST["gender"];

              $_SESSION["intake"]["students"]["maiden_name"] = $_POST["maiden_name"];

              $_SESSION["intake"]["students"]["race"] = $_POST["race"];

              $_SESSION["intake"]["students"]["dl_state"] = $_POST["dl_state"];

              $_SESSION["intake"]["students"]["dl_num"] = $_POST["dl_num"];

              $_SESSION["intake"]["students"]["phone_number"] = $_POST["phone_number"];

              $_SESSION["intake"]["students"]["cell_number"] = $_POST["cell_number"];

              $_SESSION["intake"]["students"]["work_number"] = $_POST["work_number"];

              $_SESSION["intake"]["students"]["other_fax_number"] = $_POST["other_fax_number"];

              $_SESSION["intake"]["students"]["email"] = $_POST["email"];

              $_SESSION["intake"]["addresses"]["line_1"] = $_POST["line_1"];

              $_SESSION["intake"]["addresses"]["line_2"] = $_POST["line_2"];

              $_SESSION["intake"]["addresses"]["line_3"] = $_POST["line_3"];

              $_SESSION["intake"]["addresses"]["city"] = $_POST["city"];

              ($_POST["state_province_country"]=="Other") ? $_SESSION["intake"]["addresses"]["state_province_country"] =  $_POST["other_state"]: $_SESSION["intake"]["addresses"]["state_province_country"] = $_POST["state_province_country"];

              $_SESSION["intake"]["addresses"]["post_code"] = $_POST["post_code"];

              $_SESSION["intake"]["addresses"]["country"] = $_POST["country"];

              $_SESSION["intake"]["addresses"]["comments"] = $_POST["comments"];

     

              //how many contacts adding

              $num_contacts = $_POST["num_contacts"];

     

              //Set Page variables from session data

              $CARF_ID = $_SESSION["intake"]["students"]["carf_id"];

              $First_Name = $_SESSION["intake"]["students"]["first_name"];

              $Middle_Name = $_SESSION["intake"]["students"]["middle_name"];

              $Last_Name = $_SESSION["intake"]["students"]["last_name"];

     

    ?>

                        <div id="boxAddStudentDet" class="boxes">

                                  <div class="boxHeader">

                                      <div id="addStudentIcon" class="boxIcons">

                                </div>

                                <div class="boxTitle">

                                          <h2>Add Contacts for <?php echo $CARF_ID.": ".$First_Name." ".$Middle_Name." ".$Last_Name; ?></h2>

                                </div>

                                <div class="boxSliderBtns">

                                </div>

                            </div>

                            <div class="boxContent">

                                      <form id="addStudDet" name="addStudDet" action="addstudent.php?b=03" onsubmit="return validateForm(this,'comments[]','','','','','','','','email');" method="post" >

                                    <table id="StudDetformTable" class="full">

                                              <?php for($i=0;$i<$num_contacts;$i++){ ?>

                                        <tr>

                                                  <td colspan="2"><h3><b>Add New Contact</b></h3></td>

                                        </tr>

                                        <tr>

                                                  <td colspan="2"><h3>Contact's First Name </h3></td>

                                        </tr>

                                        <tr>

                                                  <td class="column1a"><input name="first_name[]" id="kin_f_name" type="text" /></td>

                                        </tr>

                                        <tr>

                                                  <td colspan="2"><h3>Contact's Last Name </h3></td>

                                        </tr>

                                        <tr>

                                                  <td class="column1a"><input name="last_name[]" id="kin_l_name" type="text" /></td>

                                        </tr>

                                        <tr>

                                                  <td class="column1a"><p>

                                                      <input type="checkbox" value="<?php print $i; ?>" name="telephone_release[]" />  Telephone Release<br />

                                                <input type="radio" value="<?php print $i; ?>" name="primary_contact" />  Primary Contact<br />

                                                <input type="checkbox" value="<?php print $i; ?>" name="emergency_contact[]" />  Emergency Contact<br />

                                                <input type="checkbox" value="<?php print $i; ?>" name="financier[]" />  Financier<br />

                                                <input type="checkbox" value="<?php print $i; ?>" name="send_ed_pack[]" />  Send Drug Education Pack

                                            </p></td>

                                        </tr>

                                        <tr>

                                                  <td colspan="2"><h3>Contact's Relationship </h3></td>

                                        </tr>

                                        <tr>

                                                  <td class="column1a">

                                                      <select name="relationship[]" id="kin_relation">

                                                          <option value=""></option>

                                                    <option value="Spouse">Spouse</option>

                                                    <option value="Biological Mother">Mother (Biological)</option>

                                                    <option value="Biological Father">Father (Biological)</option>

                                                    <option value="Daughter">Daughter</option>

                                                    <option value="Son">Son</option>

                                                    <option value="Sister">Full Sister</option>

                                                    <option value="Brother">Full Brother</option>

                                                    <option value="Aunt">Aunt</option>

                                                    <option value="Uncle">Uncle</option>

                                                    <option value="Grandmother">Grandmother</option>

                                                    <option value="Grandfather">Grandfather</option>

                                                    <option value="Step Mother">Step Mother</option>

                                                    <option value="Step Father">Step Father</option>

                                                    <option value="Half Sister">Half Sister</option>

                                                    <option value="Half Brother">Half Brother</option>

                                                    <option value="Step Sister">Step Sister</option>

                                                    <option value="Step Brother">Step Brother</option>

                                                    <option value="Mother in law">Mother-In-Law</option>

                                                    <option value="Father in law">Father-In-Law</option>

                                                    <option value="Sister in law">Sister-In-Law</option>

                                                    <option value="Brother in law">Brother-In-Law</option>

                                                    <option value="Daughter in law">Daughter-In-Law</option>

                                                    <option value="Son in law">Son-In-Law</option>

                                                    <option value="Ex-spouse">Ex-spouse</option>

                                                    <option value="Co-worker">Co-worker</option>

                                                    <option value="Friend">Friend</option>

                                                    <option value="Other Relative">Other Relative (Specify in Comments)</option>

                                                    <option value="Other">Other (Specify in Comments)</option>

                                                      </select>

                                            </td>

                                        </tr>

                                        <tr>

                                                  <td colspan="2"><h3>Contact's Phone Number</h3></td>

                                        </tr>

                                        <tr>

                                                  <td class="column1a"><input name="k_phnum_<?php print $i; ?>" id="k_phnum_<?php print $i; ?>" type="radio" value="yes" onClick="notAnsweredQues('k_phNumber_<?php print $i; ?>', this, true);" /><input type="text" name="phone_number[]" id="k_phNumber_<?php print $i; ?>" onkeydown="setVal('k_phnum_<?php print $i; ?>')" onkeypress="return onlyChar(event,true,false,false,false,'','');" />  <input name="k_phnum_<?php print $i; ?>" type="radio" onClick="notAvailableQues('k_phNumber_<?php print $i; ?>', this);" />No Number</td>

                                            <td class="alignright"><input name="k_phnum_<?php print $i; ?>" type="radio" onClick="notAnsweredQues('k_phNumber_<?php print $i; ?>', this);" />Question Not Answered</td>

                                        </tr>

                                        <tr>

                                                  <td colspan="2"><h3>Contact's Cell Phone Number</h3></td>

                                        </tr>

                                        <tr>

                                                  <td class="column1a"><input name="k_cell_phnum_<?php print $i; ?>" id="k_cell_phnum_<?php print $i; ?>" type="radio" onClick="notAnsweredQues('k_cellNumber_<?php print $i; ?>', this, true);" /><input type="text" name="cell_number[]" id="k_cellNumber_<?php print $i; ?>" onkeydown="setVal('k_cell_phnum_<?php print $i; ?>')" onkeypress="return onlyChar(event,true,false,false,false,'','');" />  <input name="k_cell_phnum_<?php print $i; ?>" type="radio" onClick="notAvailableQues('k_cellNumber_<?php print $i; ?>', this);" />No Number</td>

                                            <td class="alignright"><input name="k_cell_phnum_<?php print $i; ?>" type="radio" onClick="notAnsweredQues('k_cellNumber_<?php print $i; ?>', this);" />Question Not Answered</td>

                                        </tr>

                                        <tr>

                                                  <td colspan="2"><h3>Contact's Other Phone Number</h3></td>

                                        </tr>

                                        <tr>

                                                  <td class="column1a"><input name="k_other_phnum_<?php print $i; ?>" id="k_other_phnum_<?php print $i; ?>" type="radio" onClick="notAnsweredQues('k_otherNumber_<?php print $i; ?>', this, true);" /><input type="text" name="other_number[]" id="k_otherNumber_<?php print $i; ?>" onkeydown="setVal('k_other_phnum_<?php print $i; ?>')" onkeypress="return onlyChar(event,true,false,false,false,'','');" />  <input name="k_other_phnum" type="radio" onClick="notAvailableQues('k_otherNumber_<?php print $i; ?>', this);" />No Number</td>

                                            <td class="alignright"><input name="k_other_phnum_<?php print $i; ?>" type="radio" onClick="notAnsweredQues('k_otherNumber_<?php print $i; ?>', this);" />Question Not Answered</td>

                                        </tr>

                                        <tr>

                                                  <td colspan="2"><h3>Contact's Email Address</h3></td>

                                        </tr>

                                        <tr>

                                                  <td class="column1a"><input name="k_emailSel_<?php print $i; ?>" id="k_emailSel_<?php print $i; ?>" type="radio" onClick="notAnsweredQues('k_email_<?php print $i; ?>', this, true);" /><input name="email[]" id="k_email_<?php print $i; ?>" type="text" onkeydown="setVal('k_emailSel_<?php print $i; ?>')" onblur="validateEmail(this)" />  <input name="k_emailSel_<?php print $i; ?>" type="radio" onClick="notAvailableQues('k_email_<?php print $i; ?>', this);" />No Email</td>

                                            <td class="alignright"><input name="k_emailSel_<?php print $i; ?>" type="radio" onClick="notAnsweredQues('k_email_<?php print $i; ?>', this);" />Question Not Answered</td>

                                        </tr>

                                        <tr>

                                                  <td><h3>What is the student's address?</h3></td>

                                        </tr>

                                        <tr>

                                                  <td class="indentation"><input type="text" name="line_1[]" id="Line_1_<?php print $i; ?>" value="Line 1" style="width:450px;" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;" /></td>

                                        </tr>

                                        <tr>

                                                  <td class="indentation"><input type="text" name="line_2[]" id="Line_2_<?php print $i; ?>" value="Line 2" style="width:450px;" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;" /></td>

                                        </tr>

                                        <tr>

                                                  <td class="indentation"><input type="text" name="line_3[]" id="Line_3_<?php print $i; ?>" value="Line 3" style="width:450px;" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;" /></td>

                                        </tr>

                                        <tr>

                                                  <td class="indentation">

                                                <input type="text" name="city[]" id="City_<?php print $i; ?>" value="City" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;" /> 

                                                <select name="state_province_country[]" id="State_<?php print $i; ?>" onchange="

                                                if(this.value==''){

                                                          document.getElementById('otherState_<?php print $i; ?>').style.display = 'none';

                                                    document.getElementById('otherState_<?php print $i; ?>').value='Other State';

                                                    setInput('Country_<?php print $i; ?>','','select',false);

                                                } else if(this.value=='Other'){

                                                          document.getElementById('otherState_<?php print $i; ?>').style.display = 'inline-block';

                                                    document.getElementById('otherState_<?php print $i; ?>').value='';

                                                    setInput('Country_<?php print $i; ?>','','select',false);

                                                }else{

                                                          document.getElementById('otherState_<?php print $i; ?>').style.display = 'none';

                                                    document.getElementById('otherState_<?php print $i; ?>').value='Other State';

                                                    setInput('Country_<?php print $i; ?>','U.S.A.','select',true);

                                                }" >

                                                    <option value="">Select State</option>

                                                    <option value="AL">Alabama</option>

                                                    <option value="AK">Alaska</option>

                                                    <option value="AZ">Arizona</option>

                                                    <option value="AR">Arkansas</option>

                                                    <option value="CA">California</option>

                                                    <option value="CO">Colorado</option>

                                                    <option value="CT">Connecticut</option>

                                                    <option value="DE">Delaware</option>

                                                    <option value="FL">Florida</option>

                                                    <option value="GA">Georgia</option>

                                                    <option value="HI">Hawaii</option>

                                                    <option value="ID">Idaho</option>

                                                    <option value="IL">Illinois</option>

                                                    <option value="IN">Indiana</option>

                                                    <option value="IA">Iowa</option>

                                                    <option value="KS">Kansas</option>

                                                    <option value="KY">Kentucky</option>

                                                    <option value="LA">Louisiana</option>

                                                    <option value="ME">Maine</option>

                                                    <option value="MD">Maryland</option>

                                                    <option value="MA">Massachusetts</option>

                                                    <option value="MI">Michigan</option>

                                                    <option value="MN">Minnesota</option>

                                                    <option value="MS">Mississippi</option>

                                                    <option value="MO">Missouri</option>

                                                    <option value="MT">Montana</option>

                                                    <option value="NE">Nebraska</option>

                                                    <option value="NV">Nevada</option>

                                                    <option value="NH">New Hampshire</option>

                                                    <option value="NJ">New Jersey</option>

                                                    <option value="NM">New Mexico</option>

                                                    <option value="NY">New York</option>

                                                    <option value="NC">North Carolina</option>

                                                    <option value="ND">North Dakota</option>

                                                    <option value="OH">Ohio</option>

                                                    <option value="OK">Oklahoma</option>

                                                    <option value="OR">Oregon</option>

                                                    <option value="PA">Pennsylvania</option>

                                                    <option value="RI">Rhode Island</option>

                                                    <option value="SC">South Carolina</option>

                                                    <option value="SD">South Dakota</option>

                                                    <option value="TN">Tennessee</option>

                                                    <option value="TX">Texas</option>

                                                    <option value="UT">Utah</option>

                                                    <option value="VT">Vermont</option>

                                                    <option value="VA">Virginia</option>

                                                    <option value="WA">Washington</option>

                                                    <option value="WV">West Virginia</option>

                                                    <option value="WI">Wisconsin</option>

                                                    <option value="WY">Wyoming</option>

                                                    <option value="Other">Other Specify:</option>

                                                </select>

                                                <input type="text" name="other_state[]" id="otherState_<?php print $i; ?>" value="Other State" style="display:none;" />

                                                <input type="text" name="post_code[]" id="Zip_PostalCode_<?php print $i; ?>" value="ZIP" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;" />

                                            </td>

                                        </tr>

                                        <tr>

                                                  <td><h3>Country</h3></td>

                                        </tr>

                                        <tr>

                                                  <td>

                                                <select name="country[]" id="Country_<?php print $i; ?>">

                                                    <option value="">Select Country</option>

                                                    <option value="U.S.A.">United States of America</option>

                                                    <option value="Afganistan">Afghanistan</option>

                                                    <option value="Albania">Albania</option>

                                                    <option value="Algeria">Algeria</option>

                                                    <option value="American Samoa">American Samoa</option>

                                                    <option value="Andorra">Andorra</option>

                                                    <option value="Angola">Angola</option>

                                                    <option value="Anguilla">Anguilla</option>

                                                    <option value="Antigua &amp; Barbuda">Antigua &amp; Barbuda</option>

                                                    <option value="Argentina">Argentina</option>

                                                    <option value="Armenia">Armenia</option>

                                                    <option value="Aruba">Aruba</option>

                                                    <option value="Australia">Australia</option>

                                                    <option value="Austria">Austria</option>

                                                    <option value="Azerbaijan">Azerbaijan</option>

                                                    <option value="Bahamas">Bahamas</option>

                                                    <option value="Bahrain">Bahrain</option>

                                                    <option value="Bangladesh">Bangladesh</option>

                                                    <option value="Barbados">Barbados</option>

                                                    <option value="Belarus">Belarus</option>

                                                    <option value="Belgium">Belgium</option>

                                                    <option value="Belize">Belize</option>

                                                    <option value="Benin">Benin</option>

                                                    <option value="Bermuda">Bermuda</option>

                                                    <option value="Bhutan">Bhutan</option>

                                                    <option value="Bolivia">Bolivia</option>

                                                    <option value="Bonaire">Bonaire</option>

                                                    <option value="Bosnia &amp; Herzegovina">Bosnia &amp; Herzegovina</option>

                                                    <option value="Botswana">Botswana</option>

                                                    <option value="Brazil">Brazil</option>

                                                    <option value="British Indian Ocean Ter">British Indian Ocean Ter</option>

                                                    <option value="Brunei">Brunei</option>

                                                    <option value="Bulgaria">Bulgaria</option>

                                                    <option value="Burkina Faso">Burkina Faso</option>

                                                    <option value="Burundi">Burundi</option>

                                                    <option value="Cambodia">Cambodia</option>

                                                    <option value="Cameroon">Cameroon</option>

                                                    <option value="Canada">Canada</option>

                                                    <option value="Canary Islands">Canary Islands</option>

                                                    <option value="Cape Verde">Cape Verde</option>

                                                    <option value="Cayman Islands">Cayman Islands</option>

                                                    <option value="Central African Republic">Central African Republic</option>

                                                    <option value="Chad">Chad</option>

                                                    <option value="Channel Islands">Channel Islands</option>

                                                    <option value="Chile">Chile</option>

                                                    <option value="China">China</option>

                                                    <option value="Christmas Island">Christmas Island</option>

                                                    <option value="Cocos Island">Cocos Island</option>

                                                    <option value="Colombia">Colombia</option>

                                                    <option value="Comoros">Comoros</option>

                                                    <option value="Congo">Congo</option>

                                                    <option value="Cook Islands">Cook Islands</option>

                                                    <option value="Costa Rica">Costa Rica</option>

                                                    <option value="Cote DIvoire">Cote D'Ivoire</option>

                                                    <option value="Croatia">Croatia</option>

                                                    <option value="Cuba">Cuba</option>

                                                    <option value="Curaco">Curacao</option>

                                                    <option value="Cyprus">Cyprus</option>

                                                    <option value="Czech Republic">Czech Republic</option>

                                                    <option value="Denmark">Denmark</option>

                                                    <option value="Djibouti">Djibouti</option>

                                                    <option value="Dominica">Dominica</option>

                                                    <option value="Dominican Republic">Dominican Republic</option>

                                                    <option value="East Timor">East Timor</option>

                                                    <option value="Ecuador">Ecuador</option>

                                                    <option value="Egypt">Egypt</option>

                                                    <option value="El Salvador">El Salvador</option>

                                                    <option value="Equatorial Guinea">Equatorial Guinea</option>

                                                    <option value="Eritrea">Eritrea</option>

                                                    <option value="Estonia">Estonia</option>

                                                    <option value="Ethiopia">Ethiopia</option>

                                                    <option value="Falkland Islands">Falkland Islands</option>

                                                    <option value="Faroe Islands">Faroe Islands</option>

                                                    <option value="Fiji">Fiji</option>

                                                    <option value="Finland">Finland</option>

                                                    <option value="France">France</option>

                                                    <option value="French Guiana">French Guiana</option>

                                                    <option value="French Polynesia">French Polynesia</option>

                                                    <option value="French Southern Ter">French Southern Ter</option>

                                                    <option value="Gabon">Gabon</option>

                                                    <option value="Gambia">Gambia</option>

                                                    <option value="Georgia">Georgia</option>

                                                    <option value="Germany">Germany</option>

                                                    <option value="Ghana">Ghana</option>

                                                    <option value="Gibraltar">Gibraltar</option>

                                                    <option value="Great Britain">Great Britain</option>

                                                    <option value="Greece">Greece</option>

                                                    <option value="Greenland">Greenland</option>

                                                    <option value="Grenada">Grenada</option>

                                                    <option value="Guadeloupe">Guadeloupe</option>

                                                    <option value="Guam">Guam</option>

                                                    <option value="Guatemala">Guatemala</option>

                                                    <option value="Guinea">Guinea</option>

                                                    <option value="Guyana">Guyana</option>

                                                    <option value="Haiti">Haiti</option>

                                                    <option value="Hawaii">Hawaii</option>

                                                    <option value="Honduras">Honduras</option>

                                                    <option value="Hong Kong">Hong Kong</option>

                                                    <option value="Hungary">Hungary</option>

                                                    <option value="Iceland">Iceland</option>

                                                    <option value="India">India</option>

                                                    <option value="Indonesia">Indonesia</option>

                                                    <option value="Iran">Iran</option>

                                                    <option value="Iraq">Iraq</option>

                                                    <option value="Ireland">Ireland</option>

                                                    <option value="Isle of Man">Isle of Man</option>

                                                    <option value="Israel">Israel</option>

                                                    <option value="Italy">Italy</option>

                                                    <option value="Jamaica">Jamaica</option>

                                                    <option value="Japan">Japan</option>

                                                    <option value="Jordan">Jordan</option>

                                                    <option value="Kazakhstan">Kazakhstan</option>

                                                    <option value="Kenya">Kenya</option>

                                                    <option value="Kiribati">Kiribati</option>

                                                    <option value="Korea North">Korea North</option>

                                                    <option value="Korea Sout">Korea South</option>

                                                    <option value="Kuwait">Kuwait</option>

                                                    <option value="Kyrgyzstan">Kyrgyzstan</option>

                                                    <option value="Laos">Laos</option>

                                                    <option value="Latvia">Latvia</option>

                                                    <option value="Lebanon">Lebanon</option>

                                                    <option value="Lesotho">Lesotho</option>

                                                    <option value="Liberia">Liberia</option>

                                                    <option value="Libya">Libya</option>

                                                    <option value="Liechtenstein">Liechtenstein</option>

                                                    <option value="Lithuania">Lithuania</option>

                                                    <option value="Luxembourg">Luxembourg</option>

                                                    <option value="Macau">Macau</option>

                                                    <option value="Macedonia">Macedonia</option>

                                                    <option value="Madagascar">Madagascar</option>

                                                    <option value="Malaysia">Malaysia</option>

                                                    <option value="Malawi">Malawi</option>

                                                    <option value="Maldives">Maldives</option>

                                                    <option value="Mali">Mali</option>

                                                    <option value="Malta">Malta</option>

                                                    <option value="Marshall Islands">Marshall Islands</option>

                                                    <option value="Martinique">Martinique</option>

                                                    <option value="Mauritania">Mauritania</option>

                                                    <option value="Mauritius">Mauritius</option>

                                                    <option value="Mayotte">Mayotte</option>

                                                    <option value="Mexico">Mexico</option>

                                                    <option value="Midway Islands">Midway Islands</option>

                                                    <option value="Moldova">Moldova</option>

                                                    <option value="Monaco">Monaco</option>

                                                    <option value="Mongolia">Mongolia</option>

                                                    <option value="Montserrat">Montserrat</option>

                                                    <option value="Morocco">Morocco</option>

                                                    <option value="Mozambique">Mozambique</option>

                                                    <option value="Myanmar">Myanmar</option>

                                                    <option value="Nambia">Nambia</option>

                                                    <option value="Nauru">Nauru</option>

                                                    <option value="Nepal">Nepal</option>

                                                    <option value="Netherland Antilles">Netherland Antilles</option>

                                                    <option value="Netherlands">Netherlands (Holland, Europe)</option>

                                                    <option value="Nevis">Nevis</option>

                                                    <option value="New Caledonia">New Caledonia</option>

                                                    <option value="New Zealand">New Zealand</option>

                                                    <option value="Nicaragua">Nicaragua</option>

                                                    <option value="Niger">Niger</option>

                                                    <option value="Nigeria">Nigeria</option>

                                                    <option value="Niue">Niue</option>

                                                    <option value="Norfolk Island">Norfolk Island</option>

                                                    <option value="Norway">Norway</option>

                                                    <option value="Oman">Oman</option>

                                                    <option value="Pakistan">Pakistan</option>

                                                    <option value="Palau Island">Palau Island</option>

                                                    <option value="Palestine">Palestine</option>

                                                    <option value="Panama">Panama</option>

                                                    <option value="Papua New Guinea">Papua New Guinea</option>

                                                    <option value="Paraguay">Paraguay</option>

                                                    <option value="Peru">Peru</option>

                                                    <option value="Phillipines">Philippines</option>

                                                    <option value="Pitcairn Island">Pitcairn Island</option>

                                                    <option value="Poland">Poland</option>

                                                    <option value="Portugal">Portugal</option>

                                                    <option value="Puerto Rico">Puerto Rico</option>

                                                    <option value="Qatar">Qatar</option>

                                                    <option value="Republic of Montenegro">Republic of Montenegro</option>

                                                    <option value="Republic of Serbia">Republic of Serbia</option>

                                                    <option value="Reunion">Reunion</option>

                                                    <option value="Romania">Romania</option>

                                                    <option value="Russia">Russia</option>

                                                    <option value="Rwanda">Rwanda</option>

                                                    <option value="St Barthelemy">St Barthelemy</option>

                                                    <option value="St Eustatius">St Eustatius</option>

                                                    <option value="St Helena">St Helena</option>

                                                    <option value="St Kitts-Nevis">St Kitts-Nevis</option>

                                                    <option value="St Lucia">St Lucia</option>

                                                    <option value="St Maarten">St Maarten</option>

                                                    <option value="St Pierre &amp; Miquelon">St Pierre &amp; Miquelon</option>

                                                    <option value="St Vincent &amp; Grenadines">St Vincent &amp; Grenadines</option>

                                                    <option value="Saipan">Saipan</option>

                                                    <option value="Samoa">Samoa</option>

                                                    <option value="Samoa American">Samoa American</option>

                                                    <option value="San Marino">San Marino</option>

                                                    <option value="Sao Tome & Principe">Sao Tome &amp; Principe</option>

                                                    <option value="Saudi Arabia">Saudi Arabia</option>

                                                    <option value="Senegal">Senegal</option>

                                                    <option value="Seychelles">Seychelles</option>

                                                    <option value="Sierra Leone">Sierra Leone</option>

                                                    <option value="Singapore">Singapore</option>

                                                    <option value="Slovakia">Slovakia</option>

                                                    <option value="Slovenia">Slovenia</option>

                                                    <option value="Solomon Islands">Solomon Islands</option>

                                                    <option value="Somalia">Somalia</option>

                                                    <option value="South Africa">South Africa</option>

                                                    <option value="Spain">Spain</option>

                                                    <option value="Sri Lanka">Sri Lanka</option>

                                                    <option value="Sudan">Sudan</option>

                                                    <option value="Suriname">Suriname</option>

                                                    <option value="Swaziland">Swaziland</option>

                                                    <option value="Sweden">Sweden</option>

                                                    <option value="Switzerland">Switzerland</option>

                                                    <option value="Syria">Syria</option>

                                                    <option value="Tahiti">Tahiti</option>

                                                    <option value="Taiwan">Taiwan</option>

                                                    <option value="Tajikistan">Tajikistan</option>

                                                    <option value="Tanzania">Tanzania</option>

                                                    <option value="Thailand">Thailand</option>

                                                    <option value="Togo">Togo</option>

                                                    <option value="Tokelau">Tokelau</option>

                                                    <option value="Tonga">Tonga</option>

                                                    <option value="Trinidad &amp; Tobago">Trinidad &amp; Tobago</option>

                                                    <option value="Tunisia">Tunisia</option>

                                                    <option value="Turkey">Turkey</option>

                                                    <option value="Turkmenistan">Turkmenistan</option>

                                                    <option value="Turks &amp; Caicos Is">Turks &amp; Caicos Is</option>

                                                    <option value="Tuvalu">Tuvalu</option>

                                                    <option value="Uganda">Uganda</option>

                                                    <option value="Ukraine">Ukraine</option>

                                                    <option value="United Arab Erimates">United Arab Emirates</option>

                                                    <option value="United Kingdom">United Kingdom</option>

                                                    <option value="United States of America">United States of America</option>

                                                    <option value="Uraguay">Uruguay</option>

                                                    <option value="Uzbekistan">Uzbekistan</option>

                                                    <option value="Vanuatu">Vanuatu</option>

                                                    <option value="Vatican City State">Vatican City State</option>

                                                    <option value="Venezuela">Venezuela</option>

                                                    <option value="Vietnam">Vietnam</option>

                                                    <option value="Virgin Islands (Brit)">Virgin Islands (Brit)</option>

                                                    <option value="Virgin Islands (USA)">Virgin Islands (USA)</option>

                                                    <option value="Wake Island">Wake Island</option>

                                                    <option value="Wallis &amp; Futana Is">Wallis &amp; Futana Is</option>

                                                    <option value="Yemen">Yemen</option>

                                                    <option value="Zaire">Zaire</option>

                                                    <option value="Zambia">Zambia</option>

                                                    <option value="Zimbabwe">Zimbabwe</option>

                                                </select>

                                            </td>

                                        </tr>

                                        <tr>

                                                  <td><h3>Next of Kin's Comments</h3></td>

                                        </tr>

                                        <tr>

                                                  <td class="column1a" colspan="2">

                                                      <textarea name="comments[]" id="k_comments_<?php print $i; ?>" onkeyup="adjustHeight(this)" style="width:100%" ></textarea>

                                            </td>

                                        </tr>

                                        <tr>

                                                  <td colspan="2"><hr /></td>

                                        </tr>

                                        <?php } ?>

                                    </table>

                                    <input class="floatRight" name="submit" type="submit" value="NEXT" />

                                </form>

                                <div class="clearRight"></div>

                            </div>

                        </div>

    This page is necessary within the full html/php page. Dreamweaver says there is an error on line 236 which is

    <select name="country[]" id="Country_<?php print $i; ?>">

    but I know full and well that there is no error in this line of code or the code. There seems to be a bug with the syntax checker in Dreamweaver CS5. I don't know if this error would show most recent Dreamweaver versions, like everything I have is CS5. Thanks for the help of anybodies that can verify this bug or spot an error in my code.

    If I change the "wrong" line of the code of

    <select name="country[]" id="Country_<?php print $i;} ?>">

    Then the syntax error will disappear in Dreamweaver, but PHP error: "{Parse error: syntax error, unexpected '}' in /path_to_my_file/my_file.php on line 499" will then appear

    Hi Anthony,.

    We have been able to reproduce the problem at our end using the code you provided and we are investigating the same.

    We recorded an internal bug # 3612970 to follow up on this matter. We will try to prioritize and difficulty to future updates of Dreamweaver CC.

    Please let us know if you need assistance at any time. We will be happy to help you.

    Thank you

    Arindam

  • Bug with the donation page today

    You have a bug with your fundraising page. I have selected $10 and transferred to Paypal to $3. I tried again and made sure to click twice on a $10. I got the same results. I thought you should know.

    Hi el_nik,
    I filed a bug to prosecute for the page to donate. However can you please confirm that this always happens after that you remove the cookies from the page?

  • Bug with high speaker on the Satellite C650-144 with Window 7

    I have a bug with my high speaker, so I download driver leatest and nothing has changed.
    But when I use the jack slot it works and when I put it and when I go to the speaker icon in the windows taskbar there is 'activity' because the level moves, but there is no probe on my high speakers.

    For windows everythings works fine, so I don't know what I have to do...
    I went on the Internet on the forum, but there is no solution for my problem!

    Please help me!

    My computer references are: Satellite C650-144 and PSC08E-01100DFR
    Please excuse me for my English...

    Thank you very much!
    Friendly
    aldebordeaux

    Hello

    Simply said; You can listen to the sound using headphones, but can not hear the sound on the speakers. Right?

    Have you noticed this early? Have you installed a few 3rd party applications may affect the functionality of speaker? Maybe some Windows updates can affect this?

    Please check the settings in the control panel-> sound-> the Read tab

    As a last resort, I recommend for recovering the device I want to say, it looks a bit because of speaker, but I strongly recommend to test the laptop with the factory settings.

  • Bug with mechanical locking Action?

    I think that there is a bug with the Action of mechanical latch Boolean: lock releasing in LabVIEW 2010 when the Boolean value is in a cluster with a cluster as one of the things in the cluster.

    For example if a cluster contains the following Boolean not begin properly when the cluster is read.

    1 cluster with a digital command.

    2 boolean with the mechanical Action on the latch.

    I have attached a vi that shows this.

    Instructions

    Press the ok button in the vi.

    Then, run the vi.

    Notice how the light comes on, but the ok button remains pressed.

    This only seems to happen in LabVIEW 2009, that's why I think it's a bug. Also if you rearrange them controls for the Boolean control is before the cluster, it will work as expected.

    Anyone confirm what is happening?


  • Bug with the embedded font.

    Hello


    I have a strange bug with the font Cooper (Std Black Italic)...

    Here's what looks like a multiline text in the Flash Editor:

    mlVXh7W.png

    Now, here's how it looks when I embed the fonts in a SWF file, and then load and use from the AS3 code:

    hXbpJ3S.png

    [this] is happening?

    Here are the parameters of line values I get from getLineMetrics (0):

    Ascent: 51.2

    descent: 51.2

    height: 102.4

    head: 0


    I tried to reexporting the police, the same problem. I also have the same problem when I export the scene editor and read it with Ctrl + Enter.

    It seems THAT the good in the editor... I don't know what to do. I reinstalled even the police. :/

    Also, I have this problem with all fonts... or at least every 5 different fonts, I tried.


    [moderate]

    I finally fixed it by recreating the Mac fla file.

    Looks like it is a problem with Windows.

  • Weird bug with DC model spawning

    Hi all!

    Here's a weird bug with DC model spawning that I am struggling to solve.

    I do my development in Adobe Pro XI.

    I recently had some complaints from users saying model spawning would not work in Adobe DC.

    I installed DC Adobe reader and found this weird bug

    I created a simple PDF to illustrate.

    1. PDF has hidden the model named "RawDataPage".
    2. PDF has 6 pages at the beginning
    3. First page contains 4 buttons.
    4. 1 button adds 1 model after page 6, 2 button adds 2 models after page 6 and so on
    5. Close the PDF without saving the changes after clicking a button, just observe spawning
    6. You can find PDF files and screenshots to dropbox link https://www.dropbox.com/sh/qap5j5tzyomrlxw/AABGFv6Z0jGKE62SO6pgy2YSa?dl=0
    7. I'll update a shared folder to the arrival of the information
    8. find out all the code js inline below

    
    
    
    
    
    
    
    
    
    

    A fix is available for this bug. With the help of Acrobat | Release notes | DC Acrobat, Acrobat Reader DC | Update and download the ' patch '.

  • PowerCLI 6.0R2 bug with Import-Module-prefix?

    Yesterday I installed a couple of nine Win2012R2 servers and of course installed PowerCLI 6.0R2.

    In order to avoid multiple commands with the same name, we use the--Prefix setting for the modules. It worked great in R1 but I am facing problems with R2.

    Load the modules with code below:

    $VMwareModules = 'VMware.VimAutomation.Core', 'VMware.VimAutomation.Vds'

    foreach ($Module in $VMwareModules) { }

    if (! (Get-Module | ? {$_. (({Name -eq $Module})) {}

    Try {

    Import-Module -Nom $Module -Prefix "VMW"

    }

    Catch {

    $ErrorMessage = $_ . Exception. Message

    breaking

    }

    }

    }


    When running Get-Module now the modules but show the Basic module shows all ExportedCommands (which he did in R1).

    Basic modules shows too, now that 'script' instead of 'manifesto', as in R1.

    Not sure if this has anything to do with this.


    If we compare the number of orders 'Raphael' in R1 and R2, missing 300 orders for the Basic module in R2.


    Is this a bug? Is there a solution?


    R2:

    PS C:\ > get-module

    Version of Moduleinfo name ExportedCommands

    ---------- -------    ----                                ----------------

    Script Initialize-VMware_VimAutomation_Vds 0.0

    Manifest 3.1.0.0 Microsoft.PowerShell.Management {Add-Computer, Add-Content, Checkpoint-Computer, Clear-Con...}

    Manifest 3.1.0.0 Microsoft.PowerShell.Utility {Add-Member, add-Type, Clear-Variable, Compare-Object...}

    VMware.VimAutomation.Core script 6.0.0.0

    Clear VMware.VimAutomation.Sdk 6.0.0.0

    6.0.0.0 binary VMware.VimAutomation.Vds {add-VDSwitchPhysicalNetworkAdapter, add-VDSwitchVMHost, E...

    PS C:\ > get-vitoolkitversion

    PowerCLI Version

    ----------------

    VMware vSphere PowerCLI 6.0 Release 2 build 3056836

    ---------------

    Component versions

    ---------------

    VMWare AutoDeploy PowerCLI component 6.0 build 2358282

    VMWare ImageBuilder PowerCLI component 6.0 build 2358282

    VMware vSphere PowerCLI component 6.0 build 3052101

    VDS's VMware PowerCLI component 6.0 build 3052101


    PS C:\ > (get-command * vmw *) .count

    33


    R1:

    PS C:\ > get-module

    Version of Moduleinfo name ExportedCommands

    ---------- -------    ----                                ----------------

    Script Initialize-VMware_VimAutomation_Vds 0.0

    Manifest 3.1.0.0 Microsoft.PowerShell.Management {Add-Computer, Add-Content, Checkpoint-Computer, Clear-Con...}

    Manifest 3.1.0.0 Microsoft.PowerShell.Utility {Add-Member, add-Type, Clear-Variable, Compare-Object...}

    VMware.VimAutomation.Core manifesto 6.0.0.0 {Add-PassthroughDevice, add VirtualSwitchPhysicalNetworkAd... }

    Clear VMware.VimAutomation.Sdk 6.0.0.0

    6.0.0.0 binary VMware.VimAutomation.Vds {add-VDSwitchPhysicalNetworkAdapter, add-VDSwitchVMHost, E...

    PS C:\ > get-vitoolkitversion

    PowerCLI Version

    ----------------

    VMware vSphere PowerCLI 6.0 Release 1 build 2548067

    ---------------

    Component versions

    ---------------

    VMWare AutoDeploy PowerCLI component 6.0 build 2358282

    VMWare ImageBuilder PowerCLI component 6.0 build 2358282

    License of VMware PowerCLI component 6.0 build 2315846

    VMware vSphere PowerCLI component 6.0 build 2548068

    VDS's VMware PowerCLI component 6.0 build 2548068

    PS C:\ > (get-command * vmw *) .count

    12 p

    Hello

    First of all, I must say that you are right. This is a regression introduced in 6.0 R2 caused by updates in the manifesto of the module which target to attack another bug. Let me give you more explanation in detail on the specifics of the module VMware.VimAutomation.Core.

    Binary VMware.VimAutomation.Core is always snap-in in 6.0 R1, 6.0R2 and 6.0 R3. Which is related to internal constraints that will be overcome in the next version and the binary file is converted to module as it should.

    As binary VMware.VimAutomation.Core is pluggable PowerCLI makes it look like a module declaring a manifest module which load the snap and load so its commands to load this module 'false '. The VMWare.VimAutomation.Core module so manifest module powershell that refer to a script that loads the binary VMWare.VimAutomation.Core snap. Script files, the manifesto and that loads the snap are in the module folder: '\Modules\VMware.VimAutomation.Core '.

    Now the problem you face is that, in 6.0R1, the script that loads the snap was referenced in NestedModules module manifest, which means that all orders imported as nested module are imported into the scope of the module session. This makes the component controls snap to consider as a command module and that's why your use case has worked with 6.0R1. The problem with this is that if someone calling Remove-Module command for this module it deletes the orders of the current session, and if Import-Module is called again in the same session, that it will fail with an error "The VMware.VimAutomation.Core is already added," so no commands are loaded once the module is removed from the current session. Because of this bug, we decided not to reference the script component snap load in NestedModules but in ModulesToProcess of the module manifest. When it is referenced in the ModulesToProcess that makes the script commands to be loaded in the scope of global session which means that these commands are removed from the session when Remove-Module is called and if Import-Module is called once again he will not fail because the module manifest try again to load the sanp-in. When the controls are respectively in the context that they are not affected by the specification of modules and that is why they cannot be imported with the desired prefix you want.

    To be honest we didn't know this side effect when we discussed the initial bug with Remove-Module. All these problems will be solved in the next PowerCLI release when binary VMware.VimAutomation.Core will become the module. Until then, I suggest you workaround with fixation of the VMWare.VimAutomation.Core manifest file. To do this you have need open and change of \Modules\VMware.VimAutomation.Core\VMware.VimAutomation.Core.psd1

    the following way:

    1. set ModuleToProcess on a string is empty

    2. put NestedModules to @('VMware.VimAutomation.Core.ps1')

    This will make the module to behave in the same way as 6.0R1

    Kind regards

    Dimitar Milov

  • I download the demo version of Lightroom CC for Mac and it bugs with DW021 error code. What should I do?

    I download the demo version of Lightroom CC for Mac and it bugs with DW021 error code. What should I do?

    Hello

    Please visit:-Error 21 or DW021 when installing Photoshop CC 2015

    or

    I need help!

  • I work with a third-party provider that adds agricultural markets that will update every 10 minutes on my site of muse. I'm a designer by trade, and they are the html code. They have problems with my original design elements being pushed around when they

    I work with a third-party provider that adds agricultural markets that will update every 10 minutes on my site of muse. I'm a designer by trade, and they are the html code. They have problems with my original design elements being pushed around when they add the js include. They recommend at this time that I use another program like Wordpress, but I won't do that, because a large part of the site is designed and just add the markets. Here is the link to the site. At this point, the home page is the question. I can also provide a screen shot of how markets are supposed to look like

    This part does not seem too difficult.

    I bet they are now trying to "knit" their share of data right in your Muse- generated page, and they tell you that your code is terrible (and their smells like daisies). The usual clash...

    But it might be easier for you (and many others) if they offer their content as a separate page of small, so you can incorporate it as an iframe tag in an HTML object in Muse. No matter what code for permission to host the iframe, could be inserted as a simple script in Panel of Options of Page of Muse.

  • I bought 13 elements upgrade, it wouldn't install XP.  Now, I want to install it on my other computer with Windows 8, 1 &amp; Elements 7, but I can't seem to install Abobe site again.  What should I do?

    I bought 13 elements upgrade, but it would not install XP.  Now, I want to install it on my other computer with Windows 8.1 & Elements 7, but I can't find a download site in my account more. What should I do?

    Available downloadable Setup files:

    Download and installation help links Adobe

    Download and installation to Prodesigntools help links are located on the most linked pages.  They are essential; especially steps 1, 2 and 3.  If you click on a link that does not have these listed steps, open a second window by using the link to Lightroom 3 to see these "important Instructions". window using the Lightroom 3 link to see these "important Instructions".

  • Is there a bug with the maintenance of interaction of the Glossary for the entire project?

    Greetings,

    I've seen in other posts (Cp6) that there is a known bug with the maintenance of interaction available in a project glossary.

    Maybe my problem can help further this question - or maybe someone can post tips on how to solve this problem.

    I use a trial version of the Cp7 and followed the advice in this tutorial: http://www.YouTube.com/watch?v=wTEF-56V1Z4

    I found that if I left 'Visible output' box unchecked for the button closure (as in the tutorial), I don't see the glossary at all.

    Similarly for the button I created for the glossary - I couldn't have hidden or I don't see it.

    Another problem: the close button in the glossary (which is grouped in the interaction) in a first time appeared with the glossary, but then decided to appear on following slides without it (but in the same location).

    Everyone has been able to follow the advice on the above tutorial link successfully and is there another tutorial I can watch or read about it? I really want to provide access to the glossary on multiple slides and during quizzes. (And Yes, I'll buy a license - although the number of bugs I encounter creeps upward!)

    Thank you

    Jacqui.

    Hello

    Unchecking 'visible output' means the Group glossary will be invisible in the output until it is made visible by an action. In this case, the action that make visible is assigned to the Glossary button.

    Make sure that:

    • Glossary button, button Exit and the Widget are defined "Rest of project" accordion Timing.
    • EXIT button is set to Place object on top in the accordion of Timing.

    Anthony

  • Someone at - it a bug with correction of red-eye in LR 5 of experience?

    No matter what I, whenever I try to use the red eye correction tool, I get the message "can't find red eyes.  Even in images where the red eye is huge and well visible.  Has something changed in LR 5 it would cause?  I have red eyes Correction enabled.  Does anyone else know this?

    I am a rather new LR user, so I would appreciate someone pointing me in the right direction before filing a bug report.

    Thank you!

    | > "Someone meet a bug with a fix red eye LR5?

    Yes - I used it on a big spider once - worked very well!

    Sorry, but no: it's always worked wonders for me.

    You don't realize that you want to drag around a space big enough, rather than just the part red, right?

Maybe you are looking for