Did libqt4 code include a new filter or something else that breaks with "&" symbols? When I attempt to append a string with a '&' character in it into a QWebElement, nothing happens. Is anyone else able to replicate this behavior?
I'm not certain if this is a problem with QT 4.8.4 (it works with 4.8.3) or if this is a problem with python-qt4 4.10.0 (it works with 4.9.3). If I filter all the & characters before appendInsert-ing them, all works well (but layout is atrocious without the use of ). If I create a QString, I can get the data into the QString, but appendInsert( QString ) still doesn't work. Basically, if I allow the code to do QWebElement.appendInside("something with a & symbol") it's like I never called appendInside at all. Nothing changes. Help? Thanks, Matt >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<