← Back to team overview

openlp-core team mailing list archive

[Bug 1199639] Re: Formatting tags opened and closed in different verses throw an exception

 

** Branch linked: lp:~sam92/openlp/2.0-backports

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1199639

Title:
  Formatting tags opened and closed in different verses throw an
  exception

Status in OpenLP - Worship Presentation Software:
  New
Status in OpenLP 2.0 series:
  Fix Released
Status in OpenLP trunk series:
  New

Bug description:
  http://support.openlp.org/issues/2035

  Closing a formatting tag in a different verse from which it was opened
  causes the "Error Occurred" dialogue to show.

  1. Create a new song

  2. Add title and author

  3. Copy and paste the following text in to the "edit all" dialogue:

  ---[Verse:1]---
  {r}Verse 1 Text
  ---[Verse:2]---
  Verse 2 Text{/r}

  4. Save Song

  5. Send song live. The "Error Occurred" dialogue shows with the
  following traceback:

  
  Traceback (most recent call last):
    File "D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.lib.mediamanageritem", line 475, in onDoubleClicked
    File "D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.lib.mediamanageritem", line 497, in onPreviewClick
    File "D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.lib.mediamanageritem", line 591, in buildServiceItem
    File "D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.plugins.songs.lib.mediaitem", line 529, in generateSlideData
    File "D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.plugins.songs.lib.xml", line 361, in song_to_xml
    File "D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.plugins.songs.lib.xml", line 503, in _add_text_with_tags_to_lines
    File "lxml.etree.pyx", line 2723, in lxml.etree.XML (src/lxml/lxml.etree.c:52448)
    File "parser.pxi", line 1573, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:79932)
    File "parser.pxi", line 1445, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:78709)
    File "parser.pxi", line 920, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:75083)
    File "parser.pxi", line 564, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:71739)
    File "parser.pxi", line 645, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:72614)
    File "parser.pxi", line 585, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:71955)
  XMLSyntaxError: Opening and ending tag mismatch: lines line 1 and tag, line 1, column 26

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1199639/+subscriptions


References