deviant mousedown
Wednesday, 7. November 2007, 01:44:28
The reason is buried deep inside this JS file:
if (window.browser && (browser.isGecko || browser.isOpera)) {
uploadForm.onmousedown = function () { return false; }; // firefox only - screws up other browsers
}
So this "Firefox only" workaround against an unspecified problem I can't begin to understand is also applied to Opera - with the fatal result that we ignore any mouse clicks inside the upload form because the script cancels mousedown. I'm not sure who's deviating from what here..
(As an aside, code like this makes me pretty curious - what will show up in the site if I throw in a small user JS to set deviantART.pageData.i_am_super_privileged to true?
// most awesome hack ever if (!path[1] && whoosh[0] == 'Fan Art' && deviantART.pageData && deviantART.pageData.i_am_super_privileged)source)









