Semantic Glossary conflicts with Semantic Forms
Fragment of a discussion from Extension talk:Semantic Glossary
Hi Andrew,
I was not aware of this problem until now, so alas I do not know a workaround. Maybe you could try to exclude the form from markup by including the magic word __NOGLOSSARY__ anywhere in that form's text.
Hi Stephan, I don't really remember but I thought I had the same problem and fixed this excluding formedit from text parsing
class LingoParser
protected function realParse( &$parser, &$text ) {
...
if ( $text == null ||
...
$action == 'formedit' ||
...