Re: [Proto-Scripty] Set Opacity with no effect

2013-01-27 Thread kstubs
That's pretty straightforward. Thanks. On Monday, January 21, 2013 12:49:11 PM UTC-7, Walter Lee Davis wrote: $('myElementId').setOpacity(1); On Jan 21, 2013, at 12:43 PM, kstubs wrote: Whats the most straightforward means of setting opacity on a layer without any effects? I just

[Proto-Scripty] Element Layout border width

2013-01-27 Thread kstubs
It doesn't seem that measuring border's is working. The margin-box-width is always the same as the border-box-width. Is this a bug? I'm testing in Chrome for the moment. Karl.. -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group.

[Proto-Scripty] scripty inplace editor

2013-01-27 Thread Phil Petree
Hi All! I'm implementing the scriptaculous inplace editor and I have it working except for one small detail: If I activate the editor, click cancel, activate the editor again I get two inplace editors. cancel those and activate again and I get three. cancel those and activate again and I get

Re: [Proto-Scripty] scripty inplace editor

2013-01-27 Thread Walter Lee Davis
On Jan 27, 2013, at 4:10 PM, Phil Petree wrote: Hi All! I'm implementing the scriptaculous inplace editor and I have it working except for one small detail: If I activate the editor, click cancel, activate the editor again I get two inplace editors. cancel those and activate again

Re: [Proto-Scripty] scripty inplace editor

2013-01-27 Thread Phil Petree
Thanks Walter. I tried that already and found the editor to be essentially disabled (you could click but not get the form). On Jan 27, 2013 6:14 PM, Walter Lee Davis wa...@wdstudio.com wrote: On Jan 27, 2013, at 4:10 PM, Phil Petree wrote: Hi All! I'm implementing the scriptaculous

Re: [Proto-Scripty] scripty inplace editor

2013-01-27 Thread Jason Westbrook
So the actual problem is that you are creating multiple inplace editors - create it once and let the inplace editor handle the click events I answered a similar question in more depth on StackOverflow

Re: [Proto-Scripty] scripty inplace editor

2013-01-27 Thread Phil Petree
Yes, multiple instances are being created. Your stackoverflow solution doesn't work for me. The elements to be inplace edited don't exist when the dom is loaded and may not ever exist. I'm using a tab control, when the tab is activated an ajax call is made and some html is returned. In this