|
Rank: Member Groups: Member
Joined: 1/9/2008 Posts: 27
|
Hi, there is an issue with AJAX Uploader in Chrome. Default file input is visible instead of customized Browse button and text input. Same thing happens in your demos.
Regards, Artem
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
We have confirmed this to be an issue. This issue will be fixed in our next build.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
This is just to let you know that we have posted a new build that should resolve this issue. You can download the new build from our download page.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 1/9/2008 Posts: 27
|
Hi,
In build 2015.4.5.0 Chrome is showing customized upload inputs, but when a file is selected upload button starts blinking and it's next to impossible to land a click on it to start uploading. Looks like a script bug.
In IE/FF upload button blinks during upload which is quite noticeable and annoying. If clicked it will show a debugging alert. Wouldn't it be better to simply disable it until all file chunks have finished uploading?
Regards, Artem
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Artem wrote:Hi,
In build 2015.4.5.0 Chrome is showing customized upload inputs, but when a file is selected upload button starts blinking and it's next to impossible to land a click on it to start uploading. Looks like a script bug.
In IE/FF upload button blinks during upload which is quite noticeable and annoying. If clicked it will show a debugging alert. Wouldn't it be better to simply disable it until all file chunks have finished uploading?
Regards, Artem Hi, Thanks for reporting the problem. We have posted a new build that should fix this problem. Please see your private message for the download location. Thanks!
|
|
Rank: Member Groups: Member
Joined: 1/9/2008 Posts: 27
|
I did a quick test, looks like the problem is resolved in IE, but still the same in Chrome -- Upload button blinks fast and it's hard to click it.
|
|
Rank: Member Groups: Member
Joined: 1/9/2008 Posts: 27
|
Another bug surfaced -- custom styles are not applied to text box.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
We have sent you another build, please see if the new build resolves these issues.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 1/9/2008 Posts: 27
|
That seems to work, thanks! One problem I've noticed is that styles from TextBoxStyle.CssText seem to be applied selectively, e.g. width is working but box-sizing is not. I've worked around that by moving all styles to CssClass.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Thanks for confirming the fix. This is a known limitation of the CssText property. We have an internal CSS parser that does not recognizes newer CSS properties such as box-sizing. However using CssClass bypass this parser thus allows you to apply everything.
|
|