Django Tiny Mce: focus on tab

25 views
Skip to first unread message

zweb

unread,
Oct 1, 2009, 10:11:26 PM10/1/09
to Django users
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.'})

Joost Cassee

unread,
Oct 3, 2009, 5:03:22 AM10/3/09
to Django users
On 1 okt, 22:11, zweb <traderash...@gmail.com> 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 pages. As
I wrote there it is a TinyMCE problem, which I don't know how to work
around. If anyone has an idea I'll be glad to implement it.

Regard,
Joost
Reply all
Reply to author
Forward
0 new messages