I have a child element. The child element is a container for a
message, which is updated by client code using prototype update()
method. I actually have 2 identical/similar html <li> objects, and in
the issue is only present in the 2nd of the 2 <li> objects.
These 2 <li> elements are identified as:
$('levels_selected_li_level')
$('levels_selected_li_division')
The 2 update methods look like this:
$('levels_selected_li_level').update('Level: ' + Level);
$('levels_selected_li_division').update('Session: ' + Division);
The parent object is:
$('paging_results').select('form')[0];
Upon invoking the 2nd update above, the parent object (in IE only)
gets cleaned out. What am I doing wrong, or is this an IE bug?
How to reproduce this issue:
1) go here to http://beta.meetscoresonline.com/results.aspx?tax=1&meetid=99
2) from menu item - choose session - pick the first session
== at this point, observe that the content has updated correctly on
the right ==
3) from menu item - choose level - pick the first level found
== at this point, observe that the content has lost the page
navigation features elements ==
The line which causes this problem is the 2nd update method above.
This issue is evident with IE 6.0+ and not an issue with FF or Chrome.
Any ideas? Thanks, Karl..
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---