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

Ed Sanders <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever confirmed|0                           |1

--- Comment #2 from Ed Sanders <[email protected]> ---
Ideally merging would be done at the transaction level (e.g. in
fixupInsertion), although we would need to extend that method to be allowed to
modify the remove part of a transaction, e.g.

Data: ['F','o','o']

Transaction:
  Retain: 3
  Replace:
    Remove: ''
    Insert: '<accent>'

Would become:

Transaction:
  Retain: 2
  Replace:
    Remove: 'o'
    Insert: 'o<accent>'

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to