QWebElement fails to append/set/prepend a string (QString or Python string) if there is an ampersand (&) in the string data
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-qt4 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
13.04 is where this functionality broken. I've been using an application that does some pretty spectacular graphing/
12.04 and 12.10 do not exhibit this problem.
I'm not certain if this is a problem with QT 4.8.4 (12.10 uses 4.8.3) or if this is a problem with python-qt4 4.10.0 (12.10 uses 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.
Did libqt4 code include a new filter or something else that breaks with "&" symbols?
Basically, if I allow the code to do QWebElement.
Help?
ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: python-qt4 4.10-0ubuntu3
ProcVersionSign
Uname: Linux 3.8.0-25-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
Date: Fri Jul 5 17:37:43 2013
InstallationDate: Installed on 2013-06-24 (11 days ago)
InstallationMedia: Kubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: python-qt4
UpgradeStatus: No upgrade log present (probably fresh install)