Note that there are some explanatory texts on larger screens.

plurals
  1. POSafari Javascript Issue
    primarykey
    data
    text
    <p>I am currently working on a Javascript program for my company (Leader Technologies) that is used to register products for Logitech. The URL for that is : <a href="http://wwwtest.onlineregister.com/logitechreg/" rel="nofollow noreferrer">http://wwwtest.onlineregister.com/logitechreg/</a></p> <p>My program looks totally fine on everything single web browser (including IE 6) that I have tried except Safari 4. On Safari 4, after a location, language and product category have been selected, when the actual product menu is clicked (id=WHPR), the div responsible for displaying the product is shown, but the drop-down selections are still visible. On all other browsers, the drop-down and the possible selections inside it in hidden (which is the intended behavior.)</p> <p>Directly, my question is can I hid this drop-down successfully in Safari 4 WITHOUT completely emptying out the drop down and then repopulating it with only the selected value? I would rather not do this if at all possible, but if it's the only way to accomplish my goal then I can change the site additionally. </p> <p>I believe the problem is where I set the listeners on the <code>&lt;select&gt;</code>: </p> <p><code>&lt;select id="WHPR" class="ui-formulate-ignore" style="width: 280px; visibility: visible;" onchange="whprChanged(this);" onfocus="displaySelector(form, document.getElementById('WHPR')); document.getElementById('imageHolder').focus(); this.blur();" name="WHPR"&gt;</code></p> <p>Thank you all very much for taking the time to help me. I really appreciate all the help available on this site. </p> <p>-Brian J. Stinar-</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload