Bug with radio button characteristics menu in IE9

  • Posts: 52
  • Thank you received: 2
10 years 11 months ago #135287

I've checked my website across browsers. The radio button characteristics menu does not seem to be working in IE9.

See here: s293983206.websitehome.co.uk/elevateshop...-leather-smith-shoes

Can anyone help please?

Please Log in or Create an account to join the conversation.

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
10 years 11 months ago #135411

Hi,

I don't see any problem with IE 11, 10, 9 or 8.
It seems that IE7 have some troubles to understand the HTML "structure":

<label><input type="radio" /> Name</label>
code style which is used now in bootstrap. instead of having
<input type="radio" id="myid"/><label for="myid">Name</label>
We will make some tests and update HikaShop if required.

Regards,

PS: duplicate problem www.hikashop.com/forum/install-update/86...-buttons-in-ie9.html


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
10 years 11 months ago #135413

More details here:
www.w3.org/TR/html401/interact/forms.html#edef-LABEL

In this example, we implicitly associate two labels with two text input controls:

<FORM action="..." method="post">
<P>
<LABEL>
   First Name
   <INPUT type="text" name="firstname">
</LABEL>
<LABEL>
   <INPUT type="text" name="lastname">
   Last Name
</LABEL>
</P>
</FORM>
Note that this technique cannot be used when a table is being used for layout, with the label in one cell and its associated control in another cell.


Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

Time to create page: 0.056 seconds
Powered by Kunena Forum