It seems to be a rendering bug in Safari related to the float:left
style.
Try Effect.Appear in the script.aculo.us demo. The DIV appears
correctly, then 'disappears'. Now just do a tiny resize on the window
and the DIV is there again.
I would say this is a bug.
Lorenz
On 18.08.2006, at 15
I have a page where I use Ajax.Periodical.Updater to check the status
of an operation. But how do I stop this event from executing once I
am done?
Deco
___
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org
i know this isn't even a prototype question, but still a _javascript_ question.I have a project that requires interactivity between flash and _javascript_.right now, i am looking at the solution of json provides, since it supports action scripting.
i'm doing my own research and i found other imple
Dear all,
I hope that this question is appropriate for this list.
I'm looking for a JavaScript solution to replace a Tab key with some
other, like Enter key on a numeric keypad.
Idea is to allow one hand entering of numerical data in a web form,
which is currently not possible because a Tab
Hi,
I'm writing a web application that uses Prototype and Scriptaculous,
and I have some javascript code that displays a div when the user
hits a certain key. My div is defined like so:
... stuff ...
And the css is:
#some_id {
position: fixed;
text-align: left;
b
Hi All,
Why doesn't Ajax.updater work with DIV being sent back, but works with
SPAN in IE? Works fine in FF though.
Ajax request.ResponseText:
Working:
Not Working
Any idea?
Cheers,
Danial
___
Rails-spinoffs mailing list
Rails-spinoffs@l
Is it possible to drag an item from an iframe to its surrounding
document? Or from one iframe to another?
Googling has gotten me nowhere...
Thanks,
- Scott
___
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.ruby
I'm trying to use Ajax.autoCompleter as a select list
like this
afterUpdateElement: function(el1,el2) {
el2.innerHTML.evalScripts();
}
ok it is working fine in IE, but in FF,
it display the value from script tag in the textbox
my response is like this
CLAUDIO ANGELO VENTUR