search for: kaspick

Displaying 20 results from an estimated 52 matches for "kaspick".

2006 Jun 21
7
sortable tree problem
Hello, I''m having a problem when I set the tree option to true on Sortable. If I set the option to false my remote call works fine, but once I set it to true, I get some weird log errors from Webrick... undefined method `update'' for "11":String /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/cgi_ext/cgi_methods.rb:214:in `build_deep_hash''
2010 Aug 03
7
rails 2.3.8 and html_safe
Hi, Can somebody update me on the state of html_safe strings in rails 2.3.8? I know rails 2.3.6 and 2.3.7 broke a lot of code because strings were being escaped when they shouldn''t have been and I thought this was all fixed in 2.3.8. I''m upgrading an app from 2.3.5 to 2.3.8 and there are many spots where previous code was output correctly and now it expects html_safe method
2005 Jun 24
3
flashing divs in IE with use of BlindUp and BlindDown
I''m having an issue with flashing divs in IE (firefox is fine and the only other browser I''ve used) My scenario is as follows. I have 2 divs (initially hidden) and using the BlindDown and BlindUp functions (possibly others) the divs flash when starting to roll down in BlindDown (due to the Element.show call) and also at the end of the BlindUp call (due to the Element.hide call)
2005 Jul 12
0
Re: flashing divs in IE with use of BlindUp andBlindDown
I agree. -----Original Message----- From: rails-spinoffs-bounces@lists.rubyonrails.org [mailto:rails-spinoffs-bounces@lists.rubyonrails.org] On Behalf Of Andrew Kaspick Sent: Tuesday, July 12, 2005 9:40 AM To: rails-spinoffs@lists.rubyonrails.org Subject: Re: [Rails-spinoffs] Re: flashing divs in IE with use of BlindUp andBlindDown Can this "fix" proposed by Marc be integrated into the main codebase? Again the links are... for the original problem (IE...
2005 Dec 06
9
script.aculo.us AutoComplete Woes
I was wondering if someone could help me with an autocomplete problem. I have the autocomplete div receiving a <UL> that looks like: <ul> <li>Name<br>Email</li> </ul> When the user hits enter and the value is filled into the text field it''s putting both the name and email in the field. I just want the name. Funny this works in Firefox but not IE. I
2007 Mar 03
5
url_for and arrays parameters (diffs between rails 1.1.6 and 1.2.2)
Hello, I posted this to the main rails list (http://www.ruby-forum.com/topic/99845), but haven''t received any replies yet, so maybe this question is better suited here. Sorry if this has been brought up before, I couldn''t find any previous discussion on this. To summarize the post... When using the latest Rails (1.2.2) I''m passing an array to url_for like so...
2005 Oct 20
4
cross-fade effect on elements updated by ajax.updater?
Hello. I was wondering if anybody could point me in the right direction of creating a cross-fade effect for Ajax.Updater. If you have an element that gets replaced by a new one with Ajax.Updater, how can we blend one into the other? Many thanks. Tench
2006 May 19
10
Content Rotate, unwanted flashing on IE.
I just wrote a stupid little JS object to rotate DOM Elements (mainly images) using Prototype and Script.aculo.us as support. Everything seems to work well on IE and Firefox Linux but on FireFox Windows I am getting a slight flash prior to transition. I was wondering if a effects guru could take a quick look and see if anything jumps out. I can live with the flash for my current project but
2006 Jan 10
5
using dynamic element ids with visual_effect
Mike and I demo an Ajaxified version of the Depot application in the Rails Studio. Part of the demo is a cart in the sidebar which updates when you add a product to it. As well as updating the div, it also highlights the most recently added link item. Right now, we do it with: <script language="JavaScript"> function flash_cart(request) { var id =
2008 Mar 06
3
cache_sweeper
Hi, Why is cache_sweeper not a documented method? I was pretty sure it used to be, but I could be wrong. I can''t seem to find any information on it anymore in the online docs. As a side note, looking at the code for cache_sweeper it appears to only work with the :only option, not :except (ignores it)... what''s the reason for this? Thanks, Andrew
2009 May 25
4
after_create and has_one association bug?
Hello, I''ve come across an issue that I''m sure is a bug when using after_create with a has_one association, but I''m not 100% certain if I''m missing something. This is pretty much exactly the code I''m using. Two simple classes (Account and Contact) and I create the contact after I create an account (via after_create). I''m not passing in a
2006 Jun 21
6
vertical menus
Hello all, Not a directly related question to scriptaculous or prototype, but I am looking for a good, dynamic vertical javascript menu. I''ve done some searching and there are a lot of menu implementations out there. I''m looking for something more or less free, but will pay/donate a small fee towards something worth while. I figured I''d ask here to help filter down
2005 Aug 04
12
Sortable table
Hi guys, I have a question that I haven''t been able to find an answer to yet. I''m hoping I can find an answer here. I would like to be able to allow a user to visibly sort the order of rows of a table. I have a table that is used to display tabular data. It allows users to dynamically add rows of tabular data to an existing table. I would like to enable the user to be
2005 Jul 27
4
safari vs. firefox on mac os x: flickering combination effects
Hi. I''m wondering if this is a documented problem. Combination effects such as .BlindDown or .SlideDown exhibit a not so fun flicker at the end of their rendering process in Firefox on Mac OS X. This does NOT happen in Safari. Does anybody know how to fix this or if it will get fixed in a next release? All best, Tench
2007 Sep 04
4
Could someone take a look at #9477 (new fieldset_tag helper)?
Hi everyone, I just submitted a patch for a new fieldset_tag helper. It''s helpful and encourages developers to follow web standards, etc. "+1"s welcome :-) http://dev.rubyonrails.org/ticket/9477 Cheers Damian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
2006 Apr 28
8
Effects fully display before effect
Why do effects that display an element (like Appear or Slide Down) start by displaying the element for a split second and then make the element disappear? _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2005 Sep 19
9
Rails compatible JS datepicker -- beta
hi all, I''ve built a simple javascript datepicker for use with Rails. I''m sure others exist, but think this one is quite decent without being overengineered. http://projects.exactlyoneturtle.com/date_picker/ At present there''s no Rails HTML generator method for it; later I will package it in a script/generator, but for now it is quite easy to use with Rails and
2005 Sep 14
13
table sorting/manipulation library?
I have a library I''ve developed that I believe is the most flexible and useful table sorting/striping/row-selecting library around. Big features: Single and multiple-level sort Arbitrary sort criteria (IP address, date, etc.) Works with table headers that are > 1 row or column large Stripe tables and/or enable row selecting Row selecting supports drag-select and SHIFT-click No extra
2005 Dec 16
6
extending prototype''s classes
Hi, I''m relatively new to javascript programming, and OOP in general, so please be nice to me ;) My question is: I''d like to extend the Form class in prototype to have a Disable function that will disable all of the fields in a form. I''ve already written a function to do this, but I''d like to include it in my own library so I can access it easily and also
2007 Jul 19
3
InPlace[Collection]Editor rewrite: it's in trunk!
Hi all, For those of you who don''t follow Thomas Fuch''s blog, know that a complete rewrite of InPlaceEditor / InPlaceCollectionEditor just made it into the trunk. You''ll find all the juicy details on Thomas'' post: http://mir.aculo.us/2007/7/17/in-place-editing-the-summer-2007-rewrite Do note that this is my rewrite, so if you find bugs etc., don''t