[Proto-Scripty] element.observe('keyup') is just skyrocketing in Google Chrome :s

2010-01-15 Thread Jinsa
Hi all! I've done a simple prototype script to expend the textarea size of a form. It works perfectly with IE / Firefox but it's doing a strange stuff with Google Chrome. Just take a look: http://www.jinsa.fr/coms/test.php My function doing the resize is named ajuster_taille, here we go:

[Proto-Scripty] simple show / hide

2010-01-15 Thread Iain
Hi, I'm currently trying to implement a simple show/hide effect using prototype. I had a nice effect using mootools but the site is using magento so mootools is a no-go as magento requires protoype. All I want is a click on an image to show a div, for several images / divs on one page. All the

[Proto-Scripty] Update of 2 divs at same time

2010-01-15 Thread nfuria
I have a page that shows a long table with the result of a ajax request. For design reasons, I want the header of the table to stay fixed when the body scrolls. To achieve this, I created 2 divs - one fixed and other normal. So, I need to to update the 2 divs at same time and using the same url

[Proto-Scripty] How to coerce InPlaceCollectionEditor into retrying POST requests?

2010-01-15 Thread kauberry
Hi all, First, a bit of background... I've got a series of InPlaceCollectionEditor elements on a page, all of which are sending their POST requests to a web site that is using Kerberos single sign- on for authentication. This causes almost every request to generate a 401 response, and a

[Proto-Scripty] Re: simple show / hide

2010-01-15 Thread T.J. Crowder
Hi, There are several ways to do this, depending on the structure of your page. A thorough answer would take longer than I have (sadly), but I'll try to give you some pointers to help you find further reading, and an example. Fundamentally, it breaks down into: 1. Knowing when the user has

RE: [Proto-Scripty] simple show / hide

2010-01-15 Thread Russell Keith
Give this a try and see if it shows what you need. You should be able to take this example and run with it. !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en head

Re: [Proto-Scripty] simple show / hide

2010-01-15 Thread Walter Lee Davis
Shouldn't be a problem. On Jan 14, 2010, at 10:14 AM, Iain wrote: Hi, I'm currently trying to implement a simple show/hide effect using prototype. I had a nice effect using mootools but the site is using magento so mootools is a no-go as magento requires protoype. All I want is a click on an