Closed (fixed)
Project:
Ubercart Ajax Attribute Calculations
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 May 2008 at 18:35 UTC
Updated:
28 Jun 2008 at 00:43 UTC
I get "Object doesn't support this property or method" viewing a product page in IE and the update functionality does not work; the same page has no errors and works fine in Firefox
IE apprear to reference this line:
this.lastChild.innerText = " " + radio_option.label + " " + radio_option.adjustment;
Comments
Comment #1
cyu commentedArg...IE7...any chance you have a patch? I have the code check to see if innerText is supported, but I guess that isn't working correctly. I'll take a look whenever I'm on a machine with IE7.
Comment #2
TheSmegHead commentedSorry I am not a coder, but I am a willing tester and will help in any way I can. Thanks for a GREAT module btw.
Comment #3
cyu commentedI need to find a replacement for .lastChild for this to work in IE6 and IE7. If you are not using radio button attributes you can remove lines 172-186 of uc_aac.module and everything should work fine for you.
Comment #4
cyu commentedShould be fixed with this commit: http://drupal.org/cvs?commit=121286
Comment #5
TheSmegHead commentedYes, it works perfectly now...thanks!
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.