Yes, I know, a shameless attempt to get non-kde adivce on a kde related blog, but here is what I am "actually" blogging to discuss.
Everyone type the following in your konsole while in an empty directory.
svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdelibs/kdeui/tests/krichtexteditor/Now enter the directory krichtexteditor and type
mkdir buildNow run that application
cd build/
cmake ../
make
./krichtexteditor
Now use that to open a file with bullets or an ordered list (and this may even work with any rich test at all). In fact I have added below a list you can copy in there. Make sure there are misspelled words in the document.
- adadad
- asd
- adsdfas
- adsfdaf
- adaafa
When the spell check dialog comes up click cancel. If all worked as it did for me, you should now notice that the bulleted list has been removed. YAY! Actually this seems to be an issue in other things I've used with this as well. I haven't checked around into this, but I just wanted to make sure that I wasn't hallucinating.
UPDATE:
Sadly, I wasn't hallucinating, and so here is the bug report. For those of you who have encountered this issue, you can follow it there. I'm going to try and see later this week if I can do something about this.
UPDATE2:
I forgot to post the bug report link.
https://bugs.kde.org/show_bug.cgi?id=188523