This happened using Chrome 5.0.375.70 Beta on Ubuntu 8.04.
$.browser.msie == true ? $(this).click(cckSelectOther.switch) : $(this).change(cckSelectOther.switch);
which I think because of switch is a keyword in javascript. Changing all occurences of switch to something else such as switchd seem to fix it.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 848102.patch | 1.18 KB | mradcliffe |
Comments
Comment #1
mradcliffeI'll change it to switchField.
I don't think it was working in Safari either, but it is now.
Comment #2
mradcliffeI would have tested in Chrome in linux, but Chrome requires a higher GCC version than I have. Too much effort to compile things again until my next upgrade. ;-)
Comment #3
k4ml commentedThe patch work on 5.0.375.70 Beta on Ubuntu 8.04. Thanks.
Comment #4
mradcliffeCommitted.