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 problem with line below, please let me know description=forms.CharField(label=' Description*', widget=TinyMCE (attrs={'cols': 90, 'rows': 20,'tabindex':'2'}),error_messages= {'required':'! You must enter a Description.'}) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---