[Proto-Scripty] Prototype 1.7 Production (when it is out) and Script.aculo.us

2010-10-22 Thread tazz_ben
Hey Folks -

So I have a situation that I think a lot of us are in that I want to
see if I can plan for.  So, IE9 is probably going to be released
before the production version of Scripty2.  And I have a few (in
production) web apps that run on Script.aculo.us.   Prototype is
adding in IE9 support in 1.7 (which I assume will be released before
IE9).

So the situation is you/me/whomever doesn't want to run beta
(scripty2) code on a production site.  And, unfortunately, it is an
absolute must to support IE9 when it comes out. However, I don't know
if the Prototype team is making sure their new code works with the in
production script.aculo.us. Even testing a great deal isn't going to
really reveal this because there could be issues that only show
themselves in one particular version of a particular browser.

The alternative is to force IE to behave as IE8 for the time being
(but that isn't ideal because I have some canvas code and I would like
excanvas to slowly be used less because it is WAY slow).

Anyhow, being this is going to be a big issue for, well, everyone who
is using script.aculo.us for anything serious I thought I would ask.

-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[Proto-Scripty] IE9 Drag-Drop

2010-09-24 Thread tazz_ben
Are other people seeing issues with script.aculo.us' drag and drop in
the latest beta of IE 9?  I know what to do about this is a bit
complicated because it might be their bug.  But we also don't want a
core feature like that not working when it gets released.

-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[Proto-Scripty] Modifier Keys

2009-02-04 Thread tazz_ben

Forgive me if this is a dumb question and this is some simple property
in script.aculo.us:

I'm wondering if there is a way on a droppable to detect if the shift
key is down when the object is dropped.  I know that there is a
property for shift key off of event, but I've only seen code examples
with this tied to a mouse click.  What I really want is to determine
this at the moment its dropped as this would allow the user any time
in the drag on whether or not to use the shift modifier.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---