Still no solution, but I thought I would post an update.... First, I am using the LiveQuery plugi-n and based other posts' recommendations, I ahve ensured that I am using the latest version compatible with jquery 1.3.
Secondly, I have placed some Firebug statements in the page to get the actual values, following. The lines that start with "initfld--" or "createfld--" are the selector values. "$(initfld).length" and "$(createfld).length)" represent the "matching elements" of the selector. initfld--#initValues > #para1 $(initfld).length)--0 initfld--#initValues > #para2 $(initfld).length)--0 initfld--#initValues > #para1 $(initfld).length)--1 createfld--#frmCreate > #para1 $(createfld).length)--0 initfld--#initValues > #para2 $(initfld).length)--1 initfld--#initValues > #para1 $(initfld).length)--0 You can see the page at: http://radsrc.fastcheapweb.com/siteignite/poppage To re-create the problem, perform these steps: 1. Click tab "para1" 2. Click tab "para2" 3. Click tab "para1" 4. Click the down arrow 5. Make some changes in the editor 6. Click the up arrow 7. Click tab "para2" 8. Click tab "para1" Thanks in advance to anyone who has seen this problem before and knows a workaround... Russ