Error is occured on text decoration in beta

Bug #1041792 reported by Koichi Akabe
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Tomdroid
Fix Released
Undecided
Unassigned

Bug Description

Tomdroid 0.7.1 occurs the error on text decoration.
Specifically, when a selected text contains a boundary of style, it occurs.

Step to reproduce:

1. create a new note
2. write "This is a test case."
3. select "This is a" and check bold style
4. select "is a test" and check italic style

The following error is occurred:
    The requested note could not be parsed ... (snip)

NoahY (noahy)
Changed in tomdroid:
status: New → Confirmed
Revision history for this message
NoahY (noahy) wrote :

It's not a trivial thing to cross-tag xml! I think this is fixed now in the latest release, I'm able to get the following xml without it throwing an error now:

  <size:huge>
    <bold>
      <monospace>
        This
        <highlight>
          is
          <strikethrough>
            <italic>a n</italic>
          </strikethrough>
        </highlight>
        <strikethrough>
          <italic>o</italic>
        </strikethrough>
      </monospace>
      <italic>
        <strikethrough>te</strikethrough>
      </italic>
    </bold>
    <italic>
      <strikethrough />
      test
    </italic>
  </size:huge>

So hopefully that means most cross-boundary spans will work :)

Changed in tomdroid:
status: Confirmed → Fix Committed
Changed in tomdroid:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.