
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] [item-accessories color] trouble with IE 5 and MAC
Hi List,
a MAC user reported to me, that he has problem to select color. He is
only able to choose any color, if he clicks twice.
Looking at the HTML-Codes, I see
Color:
<SELECT NAME="mv_order_color">
<OPTION VALUE="gold">Gold
<OPTION VALUE="silber">Silber
<OPTION VALUE="rot">Rot
<OPTION VALUE="schwarz">Schwarz
</SELECT>
With
Color:
<SELECT NAME="mv_order_color">
<OPTION VALUE="gold">Gold</OPTION>
<OPTION VALUE="silber">Silber</OPTION>
<OPTION VALUE="rot" SELECTED>Rot</OPTION>
<OPTION VALUE="schwarz">Schwarz</OPTION>
</SELECT>
it works well with IE 5 for MAC. It seems to me, the subfunction
"build_accessory_select" of the module "Interpolate.pm" should have the
codes
if($label) {
$run .= $limit->($label) . "</OPTION>;
}
instead of
if($label) {
$run .= $limit->($label);
}
Any comments?
Thanks!
Joachim
--
Hans-Joachim Leidinger | Dipl.-Phys.Ing. Entwicklung eCommerce
[Hans-Joachim.leidinger@bpanet.de]
Black Point Arts Internet Solutions GmbH
http://www.bpanet.de
_______________________________________________
interchange-users mailing list
interchange-users@interchange.redhat.com
http://interchange.redhat.com/mailman/listinfo/interchange-users