#19318783 IE에서 파일 브라우징 버튼이 2개 이상일 때 1개가 정상작동하지 않는 버그 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7971 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-12-09 13:47:51 +00:00
parent 3ec0b40b01
commit 834723518d

View file

@ -461,7 +461,7 @@ runtimes.flash = {
if (!window.xe_flashuploaders) window.xe_flashuploaders = [];
function make_button(event) {
var b = settings.browse.get(0);
var b = this;
var op = b.offsetParent;
var ow = b.offsetWidth;
var oh = b.offsetHeight;