similar to: Scriptaculous Autocompletion Bug.. (scrollbar)

Displaying 20 results from an estimated 4000 matches similar to: "Scriptaculous Autocompletion Bug.. (scrollbar)"

2006 Jun 02
5
scriptaculous autocompletion LIMIT and ajax vs. local
Hi, I am using scriptaculous ajax autocompletion (not local autocompletion). I have 2 questions: 1 - The database query being sent to the server always has LIMIT 10. I don''t want to have a limit, but I just can''t for the life of me find where this limit is set in the code. I did see "choices: 10" in controls.js but that''s for autocompleter.Local, which I
2006 Feb 14
4
Scrollbar in Autocomplete List
Hi all, Firstly is there a way to search the archives? Second I was wondering if there is a way to implement a scrollbar on the list that occurs when you use autocomplete. I have some lists that are very long so I would like to shorten them but still have all the options. Regards, ----------------------- Iggy Sandejas D-Frag Solutions http://www.dfrag.com.au -----------------------
2001 Aug 10
1
intermittent scrollbar behavior
I'm using Codeweavers Wine Preview 4 under Mandrake 8.0 to run Forte Agent. At first everything works fine. But after a while, particularly if it's the second or later time I've run it since booting the system, I find that I can no longer scroll a window by holding the mouse button down on one of the arrow buttons at the end of the scrollbar. That is to say, clicking on the button
2008 Jun 20
0
Slider as Scrollbar in a window
Hi, I ran into deep problems using scrollbar features shown at http://www.aldenta.com/examples/script.aculo.us/. The scripts work as expected, but if i use the separate window effect (based on prototype and script aculo us, too) shown at http://prototype-window.xilinus.com the scrollbar doesn''t work anymore. I tried and studied the source code for both subprojects but i have really no
2006 Dec 31
0
[813] trunk/wxruby2/swig/classes: Added ScrollBar class
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2006 Jul 20
0
page.replace_html = Safar scrollbar bug?
If I replace the content of a div with new content which is too tall for the browser window, I get a scrollbar on the right. -- So far so good. But... If I then replace the content with content which DOES fit inside the browser window, Safari doesn''t remove the scrollbar! If I then resize the window ever so slightly, the scrollbar disappears. -- It ONLY happens in Safari. Has
2006 Mar 08
4
scrollbar doesn''t show on the right place when using partial( )
Hi, I''m using partial() to connect ours pages togother, however, one of the partials is larger than the other, when it happens, instead of create a scrollbar on the browser, a scrollbar appears at the end of the partial, since the partial is in the middle of the web site. it isn''t really good... So does some one know how to remove the scrollbar on the partial and put it on the
2004 Oct 21
0
Re: wxRuby: How to add a scrollbar to a Wx::Notebook tab
I''m going to cross-post this to the wxRuby ML because I know of at least one wxRuby expert who does not subscribe to ruby-talk. Curt Stephan Kämper [mailto:Stephan.Kaemper@Schleswig-Holstein.de] > > Hi all, > > having just started to work with wxRuby, I would like to > - display a Wx::Notebook > - with several widgets in each row > - where the text field in the row
2006 Apr 02
13
autocompletion: hooking ''afterUpdateElement'' in Rails
Hi everyone, I need to trigger a Rails action after the autocompletion is completed (when the user has selected an option). From the scriptaculous doc, I figured out ''afterUpdateElement'' is the place to be but I wonder if/how and where I can hook my javascript code to this event in Rails code (I''d like to keep using the helper, if possible)? I tried passing many
2002 Aug 13
1
tcltk - text widget with a scrollbar?
Can anyone show me how to connect a scrollbar to a text widget using the tcltk library? I'm confused about how to make sure the two widgets know about each other and how to set up the appropriate call-backs for scrolling. Mike -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
2011 Mar 26
1
Scrollbar visibility
When I added more entries than would fit vertically in a PXE boot menu (Cobbler's, using menu.c32), I wondered why there wasn't a scroll bar. Finally I realized there was one but it didn't look very different from the existing screen border. I changed the color to increase its visibility. However, it still doesn't give a good visual clue that it IS a scrollbar. Would it be
2008 Jun 18
1
Vpim gem
On Wed, Jun 18, 2008 at 6:32 AM, Joost Hietbrink <joost at joopp.com> wrote: > Hi Sam Roberts, > First of all. Thanks for the Vpim gem. We use it at www.yelloyello.com and > it works great. I''m glad to hear that. > We''ve only encountered the following error: > # NoMethodError (undefined method `to_str'' for []:Array): > # >
2006 Jun 25
0
Colouring ''text_area'' plus scrollbar on view
Hi, I am trying to colour a text_area input field, including the scrollbar (2-dimensional field). I was able to change the colour of a button associated with a ''submit_tag'' by adding a :class and defining properties in my CSS file. Is something similar required? Thanks, Lee. ___________________________________________________________ All new Yahoo! Mail "The
2005 Aug 15
0
script.aculo.us dragging from div with scrollbar
Hi, I''m new here, so if this turns out to be the wrong place to ask, please do tell! I''m trying my hand at creating a page using the scripts from http://script.aculo.us/ and I''ve run into a little problem. If I drag a Draggable from a <div> that has a scrollbar (css with either overflow: scroll set, of overflow:auto, since dragging the Draggable image always
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 situation, but
2008 May 27
3
scrollbar does not stop/function correctly
This is in multiple programs. I am running wine1.0-rc-1. The program notepad-plus and open perl ide have this problem. The problem is when i scroll the text field scrolls all the way to the bottom, or to the top. If I only move on the mouse pad a little bit then it work, but to have any speed I use the scroll arrow by themselves or with the function key to go down screen by screen. Also the Alt
2006 Jan 02
0
Scriptaculous Autocompleter and new values
Hello. I''m using the Autocompleter to display suggestions when the user enters text in an input field. Sometimes the user wants to add text that is not among the suggestions but that is the prefix of one of the suggested entries. What''s the best way to accomplish this (the problem is, that the first matching entry is selected automatically and can''t be deselected)?
2005 Jul 24
0
scriptaculous autocompleter on IE
Hi all, I''ve noticed slightly erratic behaviour with the autocompleter on IE. In controls.js, the render method calls the (IE only) scrollIntoView method, which causes the element to be moved to the bottom or the top of the viewport (by passing in true or false, bizzarely). This is perfectly acceptable behaviour for render in general, but this causes the dropdown list to jump around as
2006 Dec 06
5
Content overlapping IE7 scrollbars?
Hey all, I''ve Googled and searched for this answer numerous times, but can''t find it. Apologies if this has been posted here before. I have a frameset in IE7 with a top and bottom frame (I know... frames suck. No choice here). The bottom frame is where all the action is, specifically, a portal with draggable (sortable, actually) portlets. Anyway, I get this funky problem
2007 Jun 14
2
A more fancy autocomplete using scriptaculous and ajax
I want to create an autocomplete text field that when you type in (some of) a users name, it pops up the portrait image associated to that user on the left hand side, which can then be dragged away in to a Sortable.Droppable element adding that member to your team... I can get the results to display, but not where I want them. They are always in a list below the textbox. 1) possible? 2) Do the