Displaying 20 results from an estimated 1000 matches similar to: "RE: Leak in the Autocompleter, with scrollable result-div ?"
2006 Apr 20
1
The Autocompleter, with scrollable result-div
Hi everyone
If you''ve seen this ticket, http://dev.rubyonrails.org/ticket/4782,
you''ve noticed I have tried to make scrollable autocompleter work. The
scrollIntoView works great, however the iframefix for IE didnt work in
the previous change. This is fixed now.
Also the "blur-on-scrollbar-click" should not work in both IE and
Safari (can someone confirm this?)
It all
2006 May 01
0
RE: Leak in the Autocompleter, with scrollable result-div ?
Hi Ed
The reason it adds a new onblur is because when you click the scrollbar the
event is gone. I dont know why and how to prevent it, but without adding it
back the onblur does not get triggered and the layer does not hide when you
click somewhere else on the page. If anyone finds a better solution, please
provide a patch.
I still have not been able to make the blur work on Safari, so Thomas
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
Note that this does not fix gettext for app,
that will be done separately in another patch
as F10/F11 require different setups for that.
In the meantime gettext works if manually changed
in environment.rb to gettext_rails instead of
gettext/rails
Signed-off-by: Jason Guiditta <jason.guiditt at gmail.com>
---
src/app/controllers/application.rb | 200 --------
2006 Jun 19
2
Autocompleter enhancement feature request
Hello,
I have created a ticket for an enhancement of the autocompleter to show the
options immediately when the field gets focus. Right now at least one
character must be typed for autocomplete to kick in.
http://dev.rubyonrails.org/ticket/5435
I have also made some code changes directly in the script
Event.observe(this.element, "blur", this.onBlur.bindAsEventListener(this));
2006 Sep 01
0
Scrollable autocomplete div in IE -- works in 1.6.2?
Hello all,
I noticed that script.aculo.us 1.6.2 supports scrollable divs, and the
comments in trac on the http://dev.rubyonrails.org/ticket/4782 patch seem to
indicate that this should work in IE. I''ve still running into the problem
though -- clicking on the scrollbar in IE is treated as a click outside the
autocomplete div. Has anyone had any success with this?
jon
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>
....
2005 Oct 10
3
Scrollable DIV causes flicker in FF - SlideDown & SlideUp
I have a fixed height scrollable div inside another
div that controls the slideDown and slideUp effects.
This causes a really bad flicker in Firefox (1.0.7)
for the entire duration of the slide down and up.
While on the other hand it works smoothly in IE
(except that on a slideUp it causes a last second
flash that shows the entire div).
Any ideas on how I can fix this?
Thanks.
2012 Nov 23
0
problem font-face routes css
Hi
I have a problem with font-face routes on the server,when I open the
site in windows, when I do with linux, works . both use chrome latest
version.
-the fonts are in /assets/fonts/
-in /assets/stylesheets/fonts.css.scss
@font-face
{
font-family: ''OswaldLight'';
src: url (''/assets/Oswald-Light-webfont.eot'');
src:
2006 May 23
2
Draggables and z-index
I''m using Draggagle on a couple of divs and when I drop the first one, it''ll
always drop behind (in terms of z-index) the second one. I even added a
revert function to add a CSS class to the div that should raise it up, but I
think the style.zIndex is "winning."
Looking at the code, it seems like the zIndex stuff is set *after*
the revert function is called... is
2005 Oct 17
0
Bug in Draggables
Guys,
I just found this bug on line 237 of dragdrop.js
if(this.options.zindex)
this.element.style.zIndex = this.originalZ;
Should be
if(this.options.zindex)
this.element.style.zIndex = this.options.originalZ;
Jon
********************
********************
This E-mail (and attachments) may contain confidential/privileged information intended only for the named addressee(s).
2002 Jun 09
1
Scrollable Listbox?
Hi,
Using the functions in the tcltk library (R1.5.0 Windows, tcltk v1.5.0),
does anyone know a simple way to create a list box with a scroll bar? I'm
stuck on what to supply to the -xscrollcommand in order to do this but I
might be on the wrong track.
Best wishes, Jess
_____________________________________
Jess Mar
Department of Mathematics
University of Queensland QLD 4072
AUSTRALIA
2007 Nov 11
3
Scrollable selectbox for auto complete
Hi everyone,
I have used used scriptalicious for the autocomplete.
It works but with one problem.
When scrolling down the list, the values not visible are not scrolled
into focus.
eg I use the keyboard down or up key.
Here is my CSS
<style type="text/css">
div.auto_complete {
height: 100px;
width: 350px;
background:
2006 Feb 03
0
Contribute: Center extension to Prototype''s Position object
If anyone is intrested, i was hardly missing such a feature in prototype
(for displaying well formatted error dialogs and things like that):
Position.center = function(element){
var options = Object.extend({
zIndex: 999,
update: false
}, arguments[1] || {});
element = $(element)
if(!element._centered){
2007 Oct 08
1
onblur to work with select
I need a method to be called upon an ''onblur'' event when a select list
is no longer the focus - ideally, I would like it to work when the
''Enter'' key is hit. But, I am just trying to get the onblur to work,
here is what I got:
<%= select( "airlinemembership", "membership", Airline.find( :all,
:order =>
2005 Aug 08
3
AutoCompleter IE6 and SELECT Element Clash
Hello,
I am using the AutoCompleter to great effect. However, the site design I
have been constrained by has <select> elements/drop down boxes below the
AutoCompleter field. This means that in Internet Explorer 6 the drop
down elements appear on top of the floating DIV when rendered in the
browser. Mozilla floats the DIV on top of the select elements as
expected.
Has anyone encountered,
2006 Apr 06
4
problem with IE
hello there, im having a little problem with Internet Exploiter, im doing
this:
//// CODE ////
var m = $(''XYZ'').cloneNode(false)
m.setAttribute(''id'', ''XYZ_2'');
m.value = '''';
var onblur = "alert(''hola'');";
m.setAttribute(''onblur'', onblur);
2007 Nov 07
1
draggable with iframeshim for ie6
you all know the problem with select and textbox in ie6 where you need
an iframe under your divs so they will visually be on top. does
scriptaculous have api for iframeshim like yahoo yui does?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send
2006 May 25
0
Fwd: [Ruby on Rails] #5181: Autocomplete: How do i format the text in the drop down?
Howdy...
How can the text be formated on the downloadable sample
(\scriptaculous-js-1.6.1\test\functional\ajax_autocompleter2_test.html)?
In your downloadable demo... the format of the drop down (in the txt area)
is a ordered list.. where and how is this formatted? and is it possible
to use a CSS on it? If so.. how would i do that? I like the formatting
you have on your demo
2006 Jul 26
0
Ajax and onsubmit
I''ve worked through the depot app and would like to use the ajax submit
ability, but call it from a textbox''s onblur event. By using onblur I
can submit the form, but the ''onsubmit'' part isn''t fired.
Is there a way to either fire the onsubmit event, or to copy that code
into a text_field? I tried a direct copy from the source of the form
just to
2005 Jun 28
0
New beta of script.aculo.us
Hi,
A new beta version is ready ready for downloading at http://
script.aculo.us/downloads
Changes:
* Updated to Prototype 1.3.0
* Fixed sortables that are absolutely positioned
* Fixed draggables on pages with no droppables
* Added Effect.Transitions.pulse
* Added Effect.Pulsate and Effect.Fold effect by Justin Palmer
* Added transitions by Mark Pilgrim: .full,