Got Ubercart, uc_option_image, and uc_aac working together under firefox (woo-hoo!).
Unfortunately, they don't quite work under Internet Explorer 6 or 7, at least for the two computers I've tested.
If there are fewer than two attributes with price-changing options, both add-ons work correctly.
But if there is more than one price-changing attribute, neither add-on works.
Does anybody have some pointers on how I can troubleshoot this on a Windows / IE platform?
Test pages at http://www.kbsystem.com/tripod/kb1003-giant and http://www.kbsystem.com/tripod/kb1a-field
(KB is "Kay and Bill"; Kay is my grandma. She's a super-cool lady -- in her younger days she was one of the first woman aerospace engineers to work on the Space Shuttle.)
Comments
Comment #1
cyu commentedCan you try grabbing the latest dev snapshot, there are some IE related fixes in there? I need to address a compatibility issue with Ubercart Beta2, so I'll take a look at this as well.
Comment #2
cyu commentedI took out some js that had been flaky on IE, so let me know if you still have problems after installing this latest release combined with UC Beta 2.
Comment #3
pillarsdotnet commenteddoublechecked the latest CVS -- is the snapshot newer than CVS checkout?
Comment #4
cyu commentedI'm looking at your demo site and see $(this).unbind("click.uc_aac"); which should now be $(this).unbind("click"); in both the latest snapshot and the 6.x-1.0 release.
Comment #5
cyu commentedComment #6
pillarsdotnet commentedokay, CVS lies.
Running "cvs update" doesn't change $(this).unbind("click.uc_aac"); to $(this).unbind("click");
Running "cvs diff" doesn't show that discrepancy between my copy and the CVS repository.
Checking out a fresh copy in a new directory and comparing shows that the freshly-checked-out copy has "click" where my copy has "click.uc_aac"
Manually making the changes and then running "cvs diff" again shows this:
So the lesson I've learned today, kiddies, is to never trust CVS for my updates.
(grumble, grumble...)
(testing...)
Yup, works fine.