[Proto-Scripty] Re: Chrome, Safari, Konqueror dHTML issue

2009-03-26 Thread Vladimir Ghetau
, Vladimir Ghetau vladimirghe...@gmail.com wrote: Hi Josh, Sorry, what I meant there was new Element('ul', {id: 'myul'}) Are you sure that is the only element with id 'myul'? This sort of problem is very often because browsers do not object to (illegal) duplicated element id's, but then each behave

[Proto-Scripty] Chrome, Safari, Konqueror dHTML issue

2009-03-25 Thread Vladimir Ghetau
generated HTML content using prototype inside chrome, safari or Konqueror? I'm trying to figure out what's missing, it works fine in IE or FF. Thank you! Vladimir Ghetau --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Proto-Scripty] Event bubbling in prototype 1.6

2009-02-04 Thread Vladimir Ghetau
Hi , In 1.6 version of prototype is missing, reasons are provided in documentation. There's been long discussions on how this should be achieved, is there any common practice of handling event bubbling using prototype? Best Regards, Vladimir Ghetau