https://bugzilla.wikimedia.org/show_bug.cgi?id=34885

--- Comment #3 from kipod <fur.hew...@gmail.com> 2012-03-05 23:18:11 UTC ---
(In reply to comment #2)
> It's indeed when the user language is RTL, not content language. So also e.g.
> enwiki with uselang=he

to make a long story short:
when

    (mw.user.options.get('usebetatoolbar') == 1)
    &&
    (! $.wikiEditor.isSupported())

instead of falling back to old-style toolbar, no toolbar at all is shown.
since "usebetatoolbar" is the default, it basically means that all anon editors
whose browser is not supported see this issue. registered editors can unselect
the default "Enable enhanced editing toolbar" in their prefs, but anons can't.

it's a bit more of a problem with RTL simply because the minimum IE verion for
the wikiEditor.isSupported() is IE-8 in RTL and IE-7 in LTR. 

see jquery.wikiEditor.js for the list of minimum version supported for
<s>all</s> most browsers.

peace.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to