Re: Django Tiny Mce: focus on tab

2009-10-03 Thread Joost Cassee
On 1 okt, 22:11, zweb wrote: > When I tab, the cursor just skips the tinymce text area and moves to > next field. ie it jumps from field tabindex 1 to field with tabindex > 3. tinymce editor has tabindex 2. I am using django tinymce. Just saw the (your?) new issue on the django-tinymce project

Django Tiny Mce: focus on tab

2009-10-01 Thread zweb
I have a tinymce field like this... When I tab, the cursor just skips the tinymce text area and moves to next field. ie it jumps from field tabindex 1 to field with tabindex 3. tinymce editor has tabindex 2. I am using django tinymce. If anyone has come across this problem and know answer or see