Displaying 20 results from an estimated 30000 matches similar to: "Scroll + php"
2008 Feb 28
0
Sortable scroll offset
I am experiencing a problem with scroll when dragging items to my drop
area. I tried using the scroll option, looked through other forum
disscussions but I have not been able to find a solution.
I have a side by side layout where i drag elements from myTable into
dropZone. The workArea div has overflow: scroll enabled. My problem is
when the list becomes long and I have to scroll down to get to a
2006 Jan 30
0
Draggable with auto-scroll
Thomas, I''m mostly writing this to you. A couple weeks ago I grabbed the
latest SVN version of dragdrop.js because I needed the auto-scroll
functionality. I just fixed something in that script that wasn''t working
correctly and thought you might want to hear about it. You may have
already caught it since I grabbed the script but here it is anyway.
In the updateDrag() function
2006 Sep 06
1
Scroll option for Sortable.create
I have been unable to get the scroll option to work properly. I am
setting
Position.includeScroll Offsets? = true;
in my script prior to calling Sortable.create and overflow:scroll is
part of my div container class. The scroll bars appear and I am able to
add/remove items, but the automatic scrolling (as described in the
documentation) does''t fire. In others word, the container
2006 Apr 05
4
problem with drag and drop
Hello, I''m creating an application wich can be seen at
http://158.227.7.9/serious_serv/prueba_xml_test(31-3)/interfElemen/integMenuContextFileUpl.htm
The instructions for working with it are the following: with rigth-click you
can click "AƱadir una imagen" to load an image into the page, then you can
drag and drop it in the box with "aqui van las imagenes" into it.
2006 Mar 22
2
RE: Support for window scrolling for drag anddrop
Will that work with Sortable as well?
> -----Original Message-----
> From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
[mailto:rails-spinoffs-
> bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Thomas Fuchs
> Sent: Wednesday, March 22, 2006 12:48 PM
> To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
>
2006 Mar 22
1
RE: Support for window scrolling for draganddrop
To answer my own question, yes. I looked at the trunk and it passes the
option on from Sortable.
Greg
> -----Original Message-----
> From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
[mailto:rails-spinoffs-
> bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Gregory Hill
> Sent: Wednesday, March 22, 2006 12:51 PM
> To:
2006 Feb 15
0
Problem with auto scrolling in sortables
I have a div (ID = ''gallerybox'') in that there are 50 divs each
holding an image.
The gallerybox div is only big enough to show 15 images without
scrolling. (3 rows of 5)
I have been eagerly awaiting the auto scrolling feature, but it
doesnt seem to be working properly for me.
What happens is the scrolling works, and my items are all sortable
but I can only drop an
2005 Nov 11
0
Re: Rails-spinoffs Digest, Vol 6, Issue 17
Hey I got a question regarding sortables. I can drag and drop the items on a
page to different locations. But when I refresh the page the contraols are
goin to their inital positions. Is there any way that I can make them stay
in their new positions even after post back (refresh)??? Thank you.
On 11/11/05, rails-spinoffs-request@lists.rubyonrails.org <
2005 Aug 15
6
Possible to scroll window when user drags a draggable?
It doesn''t seem to be possible, but perhaps somebody knows a trick. I
have some lists that get too long and users can''t drag from list 10,
for example, to list 1. Is there a way to get the browser window to
scroll as they drag the item up?
Thanks!
Tom
2008 Feb 13
1
changing scroll bar behavior
I need to change the behavior of the scrollbar when the user presses
up/down arrows on the scroll bar. Specifically, I''d like to be able to
set the number of pixels that scrollTop changes by when this happens.
I have a div with no content that I set a height equal to the number
of discrete positions I need to scroll through. I then tried to set
lineHeight and fontSize to 1 and 1px
2007 Sep 02
1
Scriptaculous - Sortables problem within a scrollable div
Hello everyone:
I''ve been using scriptaculous for very long time and it''s really good.
However, I just came across another problem about using sortables in a
scrollable div.
The basic structure is:
<div style="overflow:auto; height=400px">
<div id=''Item1''></div>
<div id=''Item2''></div>
....
2008 Mar 11
7
sortable scroll in div problem : dragged element doesn't follow the mouse pointer
Hello,
I''m facing a strange problem with a long list of Sortable items in a
container that has an overflow:auto.
If I drag an item from the top to the bottom, the container div is
scrolling, but there is a difference between the position of the
dragged element and the mouse pointer.
An example is better that a thousand words.
Try to drag the first item at the bottom of the
2006 Apr 11
1
IE Sortable Style Problem
Hi Guys,
I am having a problem in IE (tested versions 6 and 7 beta) with sortable divs in a container div with overflow set to scroll. It looks like all of the divs have their position set to relative after the sortable initializes, and also after being dragged. When a div (any element?) has a relative position in a containing div with overflow set to scroll, all of the divs with relative
2008 Jul 01
0
Draggable item absolutely positioned inside relative div
Actually, it''s a bit more complicated than that...
I have a div (we''ll call it the "portal") of a fixed size and absolute
positioning, with an overflow: scroll set. Inside, I have a container
div with relative positioning. This inner container has a series of
absolutely-positioned elements which are draggable with a vertical
constraint. The height of the container is
2006 Apr 17
2
Problem w/ IE & Autocomplete
Anyone run into the problem where the autocomplete results div disappears
when you click or click/drag on the scroll bars for the div?
--
David Fitzhenry -
http://fitzhenrys.blogspot.com
http://www.gone2far.com
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2005 Dec 14
1
[scriptaculous] scroll down to show full auto completion list (w/ possible patch)
Hi everyone,
lately I''ve implemented an auto completion textfield at the bottom of a
form. I was a bit bothered by the fact that the user would potentially
need to scroll down in order to see all the options offered by the auto
completion. I couldn''t find any information on how to auto scroll to the
auto completion list with bulit-in functionality so I modified
controls.js
2005 Dec 03
0
dragdrop patch that enables dragging from and to divs with overflow:scroll
Hi all, this is a patch for 1.5_rc5
I noticed that I was not able to drag stuff out of scrolling divs. When I tried to drag it out, the draggable would remain in that div and the scrollbars would adapt to the bigger content of the div.
This patch extends draggable with an option :tofront. When it is set to true, the draggable will be moved to the document body while keeping its position on the
2006 Jun 13
3
Weird flicker effect in IE6 (sortables)
Hello everyone
I have made some strange expirience yesterday. I have an unordered list with
sortable list items (basic). Within these are various contents (forms, divs,
more lists) etc..
Now on only some of them the whole page (all text) begins to flicker /
redrawn in Internet Explorer 6 if i pick up a dragable and move it above its
original position (like moving it above the ghost of the
2006 Mar 22
6
RE: Support for window scrolling fordraganddrop
I have two fixes in a text file. I created the diff using "diff -u", so
I hope you can apply the patch. The file is attached.
I never could get my optional ''scroll when the dragged element goes
outside the scrolled element'' thing to work. I got it to start
scrolling correctly, but then it would start making increasingly big
jumps and basically scroll out of control.
2005 Oct 07
0
Drag and scroll
Anyone know how to get the browser to scroll up or down when dragging
a Sortable down/up past what''s showing in the window?
Thanks,
Jamie