Hello again,
Please do not take this the wrong way, but rather as a genuine question I have.
One of the main reasons we turned to a javascript framework (we used to use prototype before we - thankfully - migrated to jQuery), is that we wouldn't need to worry about browsers and versions our users use.
In my opinion, if there is an issue with this, shouldn't jQuery intercept and wrap the call to something that does work in Webkit?
Again - this is not meant to be negative, but as an end-developer, I think I should be able to rely on same behaviour of all methods provided in the jQuery library, regardless of what browser/version is being used. (or perhaps at least document it in the api docs?)
What do you guys think?