Version: (using KDE Devel) Installed from: Compiled sources Nice one for Jason... While trying to look into #67698 I noticed that switching the XSLT style doesn't correctly update open chat windows when using --reverse (RTL mode). Not too surprising after looking in the code, since only addChatMessage() takes the RTL into account by adding a <span> around the resulting HTML. I think that span should not be created in C++, but instead be part of the XSLT engine, by passing the reverseLayout() value as parameter. Whether the XSLT should be added to all styles or just added by the engine in a generic way I don't know. The latter sounds cleaner, but not sure if it's possible. Either way, Jason, could you take care of this one? Martijn
Should be easy enough for a beginner to track down the two code paths and unify them somewhat.
XSLT engine was replaced in 0.12, and take care of Bidi.