Personnaly I would go for 1.6.1. There are numerous fixes and it's supposed to work better. Notably we can expect better behaviour
under IE. For instance currently the lookup autocompletion does not work under IE8. I don't know if it's fixed in 1.6.1 though. It's
related to Element.fire and I did not find any evidences on the Net.
Jacques
From: "Adam Heath" <[email protected]>
We had a client report a problem with IE8 when viewing an orderlist. This was tracked down to bug in prototype. The version in
ofbiz is 1.6.0.2. There is a 1.6.0.3 version, which was release *before* 09.04. 1.6.1 is current, released Sept. 1, 2009, after
09.04.
I have tracked down the actual commit that fixes it, at
http://github.com/sstephenson/prototype/commits/9787801f0619f4ac67e48ed632956e9957baad9e
I can backport just the diff(it's quite small), or I can upgrade the library to 1.6.1, which includes the fix. But I don't know
what the correct policy is for issues like this.