search for: drag&drop

Displaying 20 results from an estimated 59 matches for "drag&drop".

2006 Apr 15
0
drag&drop strangeness
...h_fields.rhtml <% session[:search_fields].each do |field, surely_empty| %> <span id="<%= field %>"><li><label for="<%= field %>"><%= field %>:</label><%= text_field_tag field %></li></span> <%= draggable_element field, :revert => true %> <% end %> add_search_field and remove_search_field are removing from the session a field and search_fields.rhtml as you see reprints all the fields I want to trash a field by moving it to the trash div. steps are the following: I have a table w...
2008 Feb 22
0
Problems with drag&drop + scrollbar
Hello, I''m using RoR 2.0.2. In a page my app has a droppable DIV, and several draggable items in another DIV. Item''s DIV is declared overflow => auto, so when there are too many items in the list a scrollbar appears. Then, if user peeks an item and try to drag it to the droppable DIV, the item beings hidden below that DIV. Drag&drop still works fine in this situa...
2005 Dec 01
2
drag&drop multi
Hi, I added a new patch for script.aculo.us a few days ago. For those who don''t usually see the patch list, you can view it here: http://dev.rubyonrails.org/ticket/3060
2006 Jan 31
1
Immutable Maildir (or: "I know drag&drop")
Hi, I'm 'constantly' (every odd month) faced with users happily dragging around or (un)subscribing folders in our shared IMAP account. Is there a "clean" way to prevent users from doing that when having a Maildir? Unix permissions probably won't cut the slack since setting any Maildir (sub)directory to readonly (immutable or chmod u-w ) will probably...
2008 Dec 23
2
KDE 4: Drag&Drop not working
Hi I recently upgraded to Kubuntu 8.10 with KDE4. Now, the drag & drop ability to wine applications doesn't work anymore. For example: If i drag-and-drop a file from konqueror or dolphin ton winamp/peazip/etc., it opens two files with corrupted names each. Does anyone have the same problems as I? Thxs :-)
2005 Aug 10
1
overflow and drag&drop?
All, I''m creating a palette type UI where the user sees a div on the right of the screen with various items they can drag to the center area. So far, I''m using the drag & drop calls and this works perfectly. I''ve run into a problem now because I gave the div an overflow setting and fixed height so if the palette list gets long it won''t stretch out the page: <div style="height:20...
2018 Dec 04
2
BUG: sieve does not set seen-Flag
This is, what the logs say, when i move a message to another folder with thunderbird drag&drop Dec 04 17:22:24 mymail dovecot[16982]: imap(user.name)<17010><XtHsqjR8JqbV0J0m>: copy from INBOX/Arbeiten/bla: box=INBOX, uid=849, msgid=<a133b9b2-6913-14e8-f509-b6c81750e076 at bla.com>, from=Full Name <user at bla.com>, subject=TEST005, flags=($label3 NonJunk) D...
2005 Sep 21
0
First release of the Asteriskguru Operator Panel
...- Support for multiple servers . - Optimized for speed (and big installations with a large number of peers / calls). - Monitor IAX2 and SIP peers status. - Monitor multiple channels per peer. - Monitor ZAP channels status. - Monitor Queues, Agents and Parked calls. - Assigning peers to Queue with Drag&drop and removing them with context menu. - Originating calls between the peers with Drag&Drop. - Transfering channels between the peers with Drag&Drop. - Transfering channels to a ZAP channel(external lines). - Full peer info on tooltip(hint) - Full queue info on tooltip - Queue member...
2005 Sep 06
4
"Stateless" effects
I just added the patch submitted with ticket #2133 to the SVN trunk, with slight modifications. (And yeah, I know I said "bug fixes" only till 1.5, but this patch probably counts as a bugfix). Big thanks to the contributors on this! I''ll probably will give it a second pass and will do some refactoring. Anyone want to work on/can come up with some sort of generalized
2013 Feb 06
8
Sieve also filter outgoing messages
Greetings, A probably simple question and answer: can a sieve script be executed on outgoing messages? I already use deliver on postfix, perhaps the sieve script could be executed when saving to the Sent folder? Regards, -- Marcio Merlone
2018 Dec 04
2
BUG: sieve does not set seen-Flag
I have an additional information. Moving a already seen messsage to another imap-folder (drag&drop in thunderbird) shows this email in the other folder as unseen and recent. Is this normal behaviour? BR Jakob Am 04.12.18 um 16:36 schrieb Jakobus Sch?rz: > Yes. I did it the same way, Larry described. > > And i have in my sieve-script, which i use also for years the other &...
2006 Feb 26
4
New CMS: AdminPages. uses sortable tree to arrange pages
...-serious attempt at creating a simple, minimal CMS system on rails. check it out at http://adminpages.flowdev.de What it can do: manage pages in a sortable tree Add custom page elements Three page elements ready: Raw HTML, WYSIWYG editor, Rails render_component interface Sort page elements with drag&drop Choose page layout choose page element layout page caching nice URLs What it can''t (yet) do: Any form of access/rights management (apart from login) Configuration is now in code, no central way to set available page elements etc Tree sorting only works when no page is edited (Ja...
2018 Dec 04
0
BUG: sieve does not set seen-Flag
...mail has always the same behaviour. The \Recent flag ist set and the \Seen-Flag is removed in the new folder. So it is not a problem of thunderbird. BR Jakob Am 04.12.18 um 17:31 schrieb Jakobus Sch?rz: > This is, what the logs say, when i move a message to another folder > with thunderbird drag&drop > > Dec 04 17:22:24 mymail dovecot[16982]: imap(user.name)<17010><XtHsqjR8JqbV0J0m>: copy from INBOX/Arbeiten/bla: box=INBOX, uid=849, msgid=<a133b9b2-6913-14e8-f509-b6c81750e076 at bla.com>, from=Full Name <user at bla.com>, subject=TEST005, flags=($label3 No...
2009 Jan 03
1
convert non-standard mbox to maildir
Hi, Let me start with wishing you all the best for this new year, and I hope we'll see a lot of new features and not so much new bugs ;-) I'm trying to convert a number of PSTs to maildir. Just plain drag&drop in Outlook doesn't work (gives a very cryptic error message in a certain folder, but that folder is perfectly all right), and using the import option also barfs when it's not even half-way through the PST. So, I took aid4mail and it converted the PST to mbox wihtout any problem....
2006 Apr 25
1
How to drag & drop within a DIV?
Suppose some elements created using scriptaculous, and now want to add drag&drop characteristic to them,but the draggable elements can be dragged with the scope of whole browser,how to limit the draggable area within some DIV,for example the div that the elements lie in. Thanks Charlie -- Posted via http://www.ruby-forum.com/.
2006 Mar 06
0
Problems with unregister draggable
hi! i am working on a tree which allows moving nodes/subtrees via drag&drop. since i am not a javascript expert i try to stick to the script.aculo.us library without modifying anything. the nodes are loaded dynamically from my rails-app and have a unique ID. when a node gets moved to another folder, it disappears at its original destination (via Element.remov...
2003 Jan 04
1
Winamp vorbis crash
Hi! ( I am sending this also to vorbis@xiph.org, because Peters homepage at http://www.blorp.com/~peter/ is ... dead, and I am not sure what his email address is ) I have a ( more than probably corrupt ) ogg/vorbis file that makes winamp lock up. If I drag&drop the file on winamp, the position slider will start flashing at the leftmost position and winamp does not respond to any user input any more and uses 100% CPU. The only way to kill it is with the "Task Manager". I append the ogg/vorbis file ( it is only 4kilobytes long ). I creat...
2010 Jul 27
3
AntiSpam Plugin
I'm getting Errors in Thunderbird, when using the antispam plugin: [SERVERBUG] failed to send email What am I doing wrong? there isn't that much to configure? I'm using Dovecot version 1.2.12. Does anyone know about that bug aswell, cause google research showed me that it might be a common bug?! Regards
2005 Oct 11
3
Can you reproduce this bug on wine-20050930 like me?
Can you reproduce this bug? Follow these steps: 1. Install Filezilla: http://prdownloads.sourceforge.net/filezilla/FileZilla_2_2_16_setup.exe?download 2. FTP into the server of your choice 3. Click and drag files from the server to your local machine (to copy them) 4. Realize now that even though the files have been copied to your machine, you are still dragging the files around If you can replicate this serious bug, can you fix it? Hiji P.S. This is for bug 3148, and I have been able to reproduce...
2012 Nov 28
4
Shutting down my Dovecot server?
I am planning to shut down my own Dovecot server and start using the other Dovecot server I am administering together with a friend.. And I was thinking that I don't want to copy the emails I have on my server so I want to start from scratch on the other server.. But I would like to be able to look at the old emails if I need to, so was wondering if there is a way to do this without using an