I think I fixed the issue in FF that the element does not get
selected. I changed line 841 in controls.js from

      option.selected = textFound ? entry[0] == marker : 0 == index;

to

      option.selected = textFound ? entry[0] == marker : entry[1] ==
marker;

Just want to make sure that's a proper fix. You can check it at

http://sammysolutions.com/debugging/ajax/scriptaculous/sheeteditor-test-182-fixed.htm

However, the issue in IE is not fixed yet. Still don't see the editor
field.

I appreciate any input on both issues.
Thanks,

Gunter


On Jan 28, 1:55 pm, Gunter  Sammet <gunter.sam...@gmail.com> wrote:
> Just recently downloaded the newest version (1.8.2) and it seems like
> the Ajax.InPlaceCollectionEditor doesn't work anymore. Maybe I missed
> something in the documentation and if yes, it would be nice if
> somebody could point it out.
>
> Been looking at the example 
> at:http://www.java2s.com/Code/JavaScript/Ajax-Layer/DemooftheAjaxInPlace...
> (click on "Try this example") and I didn't get it it work using 1.8.2
>
> I set up a demo at:
>
> http://sammysolutions.com/debugging/ajax/scriptaculous/sheeteditor-te...http://sammysolutions.com/debugging/ajax/scriptaculous/sheeteditor-te...
>
> Main issue is example 2 (should autoselect "two"). It doesn't jump to
> two in the 1.8.2 example. On top of the selection issue in all
> browsers I tested so far (FF, Safari, IE), in IE7 the editor doesn't
> show t the selection object at all.
>
> Any input would be greatly appreciated!
> Thanks,
>
> Gunter
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to