Displaying 20 results from an estimated 1000 matches similar to: "IE DragDrop Oppacity Error"
2006 May 05
2
Effects in IE
I mentioned this before, but it would seem that in IE no matter what I do, if elementNode.setOpacity() or elementNode.getOpacitiy() is called then IE will throw a run time error saying that the function does not exists. This makes it quite hard to work with any of the effects that fade elements in and out. Is there a remedy for this?
I know if you do Element.getOpacity or Element.setOpacity it
2005 Dec 09
0
Element.setOpacity issue in script.aculo.us effects
In the Element.setOpacity method definition in effects.js, there is a
line that sets the opacity to 0.999999 if the requested opacity is 1.
This is clearly there for a reason, but having a very slight
transparency actually makes my pages look bad - images are the worst,
but I can see the backgrounds through my supposedly opaque elements.
Why is 1 bad for this value?
Here''s the
2005 Dec 15
1
Some handy methods - perhaps cool enough to be committed some time
Hi.
Some time ago I posted some prototype-"extensions", which could come in
handy.
I''ve been updating them a bit and added a few more and I think its time
to share
it again.
Feel free to use it.
The code should be rather self explaining, but heres a quickguide.
- new Geometry.Size(width,height) - Creates a new instance of size
- new Geometry.Position(x,y) - Creates a new
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 --------
2005 Nov 07
2
Element.setOpacity Question
Why does the setOpacity function do this when the value = 1?
els.opacity = ''0.999999'';
That just seems weird to me.
Can someone please explain?
Thanks,
<http://zend.com/zce.php?c=ZEND002524&r=212822110>
Jon Whitcraft
Indianapolis Motor Speedway
jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org
Phone: (317) 492-8623 :: Fax: (317) 492-6419
2005 Sep 02
0
altering revert effect based on if dropped on given droppable?
Hi All
Does any one know how to specify a different reverteffect on a
draggable if its successfully dropped on a given droppable?
What I need to do is when an image is dragged onto a droppable image I
want the drop image to be replaced with the drag image, the drag image
to fade out and then reappear where it was at the start of the drag, as
opposed to the draggable scrolling across the page
2006 Dec 19
2
Effect.Pulsate on last scriptaculous
Somone have tested the last scriptaculous version that ships with last
prototype?
I you make an Effect.Pulsate, the element stays hidden after the effect
finish if the element don''t have opacity stablished. This is for the changes
on the setStyle method on prototype.
The original code is:
2008 May 07
3
IE barks at getInlineOpacity, makePositioned and a catch
Hi fellow sufferers of IE''s JS hell
I''m working on this little JS animation here, works just fine on Foxy,
Opera, Safari and friends:
http://www.ard.ch/newpage
Then comes IE7:
Object doesn''t suppot this property or method (line 530) (effects.js):
var oldOpacity = element.getInlineOpacity();
Object doesn''t suppot this property or method (line 597)
2006 Jul 17
2
RE: scriptaculous appear effect and tiny_mce bug onopera 9
I seem to recall the Effect.Appear setting the final opacity to 0.99 to
avoid some bug on some browser; anyone remember the specifics? Seems
like we should probably just conditionally check for the broken browser
and set to 0.99 for only that one, otherwise leave it at 1.0, but I know
I don''t have the full picture of why it was necessary or whether it
still is.
Greg
2006 Mar 19
0
IE opacity and png alpha
The drag&drop effect in scriptaculous makes my div dissapear in IE. I
take it this is because I have a filter on the div to get alpha
transparency on the pngs, and this is cancelled out by the opacity
setting, yet it says this was fixed in scriptaculous.
JavaScript for png filtering at bottom.
The div becomes visible again (or rather, the images comes back) when
dragging is ended.
Any
2006 Oct 10
1
metacity theme opacity
I pushed out some changes to gwd that makes it possible to properly set
an overall opacity value for any metacity theme. Making the complete
decorations translucent can look bad with some themes. However, I've
made it possible to have the opacity fade from opaque to the selected
opacity value in a similar way to how the built-in decorations look.
This usually looks a lot better.
I'll add
2005 Aug 11
7
script.aculo.us V1.5_pre1 released
Heya,
I''ve just released script.aculo.us V1.5_pre1.
Please give it a try!
Important new stuff (since V1.1b1):
* Added a main scriptaculous.js file to load in the other libraries
transparently.
* Fixed a condition where standard a href=xxx links wouldn''t work in
autocomplete results. These do now, the onclick event is not
cancelled. [thx to Jasper Slits]
* Added
2006 Feb 09
2
_marker in dragdrop.js
Hi,
I''ve been confused about the purpose of _marker in dragdrop.js for
quite a while. It doesn''t really look like it does anything with
ghosting on or off. I removed the mark method and didn''t discover any
problems. Is all the mark business a relic from some past idea?
Thanks,
Peter
2006 Jun 29
4
new idea for dragdrop library
Hi,
I''ve been working on new ideas for a JavaScript drag and drop library.
I haven''t found a drag and drop library flexible enough for my needs
and I think I have come up with something that is generally
worthwhile. I use the DOM and Event utilities from Yahoo! UI and no
Prototype.js. I''m interested in any ideas or suggestions people might
have.
Blog
2005 Jun 28
3
dragdrop straaange behavior
hi there
first thanks for thoose neeto things :)
got a question couse i cant figure it out: i made a supersimple demo
for the drag event: http://noomik.net/test/drag.html
works so far, but:
if i remove the code between line 20 and line 27 (in the drag.html)
it won''t work any more and i get an javascript error in the
dragdrop.js in line 311 saying drag has no properties.
any
2005 Aug 18
0
Possible bug with scriptaculous dragdrop.js
Hi all.
I think the following code in dragdrop.js
fire: function(event, element) {
if(!this.last_active) return;
Position.prepare();
if (this.isAffected(Event.pointerX(event), Event.pointerY(event),
element, this.last_active))
if (this.last_active.onDrop)
this.last_active.onDrop(element, this.last_active);
}
should be changed to
fire: function(event,
2005 Jul 26
0
Ghosting features for dragdrop.js preview
To have a look at the new "ghosting" option in dragdrop.js, get
yourself the latest SVN trunk and play around with the
dragdrop_functional_4.html and sortable_function_ghosting.html test
files.
Hope you like it. Some things are broken, and it''s not well tested,
*hint*, but it''s cool stuff. :)
Thanks to xal for suggesting this.
Thomas
2007 Jul 05
0
1.7.1 beta 3: dragdrop.js Internet Explorer Issue
Hi group
I''ve used the beta 3 for a simple sortable list, which works
perfectely fine in Firefox (2.0.0.4). When I checked my sortable in
Internet Explorer 7, the following error occurs every time:
dragdrop.js, line 491, "Invalid argument" (translated, error message
might be not 100% accurate)
The "bad" line:
style.top = p[1] + "px";
Best regards
Markus
2005 Jun 23
0
dragdrop library
Thomas,
Special thanks for the dragdrop library. I consider your javascript
abilities quite superior to my own, in fact I''m just setting out on a quest
to master javascript, I found your library the other night and started
hacking away on my app. I replaced a dom-drag.js library I was using before
with yours since it integrated with prototype better, and appears to be
better coded.
2006 Apr 24
1
dragdrop.js problems - workaround here
Hello, I am not sure how many people are using the shiny new tree
version of dragdrop.js - well it seems that someone arbitrarily
changed part of my implementation and has broken the functionality
with rails:
864 serialize: function(element) {
865 element = $(element);
866 var options = Object.extend(Sortable.options(element),
arguments[1] || {});
867 var name =