EasyUI Forum

General Category => Bug Report => Topic started by: goguma31 on July 20, 2015, 12:34:47 AM



Title: Bug. Filebox in IE 9 browser
Post by: goguma31 on July 20, 2015, 12:34:47 AM
See the code below

Code:
  <input class="easyui-filebox" id="file"  data-options="prompt:'Choose a file...'" />

Code:
  $('#file').filebox('reset');

First, I selected file (Ex : C:\1.txt)
Second, Call "reset" method in filebox object

Then I selected previous selected file (C:\1.txt), the bug happened.
The filebox doesn't display the path/name of the selected file.

I use Internet Explorer 9.
I already patched jquery-easyui-1.4.1-patch


Title: Re: Bug. Filebox in IE 9 browser
Post by: stworthy on July 20, 2015, 07:24:44 PM
Please use the 'jquery-easyui-1.4.3-patch.zip' instead. It can be downloaded from http://www.jeasyui.com/download/downloads/jquery-easyui-1.4.3-patch.zip.


Title: Re: Bug. Filebox in IE 9 browser
Post by: goguma31 on July 23, 2015, 06:14:40 PM
Thank u reply. After patched, i solve this problem  ;D