Hi! Here http://194.150.197.210/rc/test.html I'm testing an idea to provide simpler/faster method for attachments uploading. The idea is to get rid of our attachment-form popup. The logic is working. The only issue I have is the cursor style on the button in FF<4 and webkit. Any ideas what we can do about this?
On 05/04/2011 09:34 AM, A.L.E.C wrote:
Hi! Here http://194.150.197.210/rc/test.html I'm testing an idea to provide simpler/faster method for attachments uploading. The idea is to get rid of our attachment-form popup. The logic is working. The only issue I have is the cursor style on the button in FF<4 and webkit. Any ideas what we can do about this?
mhm - in linux with chrome 11.0.696.57~r82915-0ubuntu0.11.04.1, i see:
Uploading: C:\fakepath\tutorial-keepalive.lua.patch
whereas in firefox 4.0.1, i see
Uploading: tutorial-keepalive.lua.patch
both times, the file has been taken from my home directory. is this working as intended?
cheers, raoul
On 04.05.2011 09:42, Raoul Bhatia [IPAX] wrote:
mhm - in linux with chrome 11.0.696.57~r82915-0ubuntu0.11.04.1, i see:
Uploading: C:\fakepath\tutorial-keepalive.lua.patch
whereas in firefox 4.0.1, i see
Uploading: tutorial-keepalive.lua.patch
both times, the file has been taken from my home directory. is this working as intended?
Yes, this doesn't matter. Important is that the event is fired.
On Wed, 04 May 2011 09:34:02 +0200 A.L.E.C wrote:
Hi! Here http://194.150.197.210/rc/test.html I'm testing an idea to provide simpler/faster method for attachments uploading. The idea is to get rid of our attachment-form popup. The logic is working. The only issue I have is the cursor style on the button in FF<4 and webkit. Any ideas what we can do about this?
Linux + FF4 - I'm able to mark few files, but attaching is proceed only final one. _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/aba52c80
W dniu 2011-05-04 17:22, Nikita Koshikov pisze:
Linux + FF4 - I'm able to mark few files, but attaching is proceed only final one.
This is also not the subject of this sample page. The page is about the method to not show upload popup/input. Multiselection already is enabled and works with svn-trunk version.