Page MenuHomePhabricator

facilitate syntax for BiDi editing (tracking)
Closed, ResolvedPublic

Description

Author: gangleri

Description:
This is a meta-bug for items where wiki syntax, MediaWiki message syntax,
configuration syntax for extensions etc. should facilitate BiDi editing.

Please note that the bidirectional (BiDi) algorithm does not applay in editboxes
as users would expect because:

  • the rendering of the content of the editbox is similar to rendering of *one*

paragraph only

  • the number of nesting levels supported by the BiDi algorithm is limited
  • if Unicode BiDi characters are present they are not displayed in most browsers
  • if Uniode BiDi characters are encoded as HTML entities these are handeled /

rendered as text in order to be edited; same applays to all dir="foo" occurences

Offering a syntax that allows users to use multiple lines would make it easier
to overcome known broser bugs related to:

  • cursor movements and caret positioning
  • selection of text
  • etc.

Version: unspecified
Severity: normal

Details

Reference
bz4357