-
Bug
-
Resolution: Done
-
P1: Critical
-
5.1.1
-
894f86709080fe8d20875b402adce679963c49c2
Test HTML code listed as below. Please see the attached qwebviewtest_v1.zip
test program for the full exhibit.
<html lang="fr"> <head> <meta http-equiv="content-type" content="text/html; charset=windows-1252"> <style type="text/css"> body { height: 100%; background-color: FloralWhite; } <!-- label { border: 0 none; font-family: arial; font-variant: small-caps; font-style: inherit; font-weight: inherit; margin: 0; padding: 0; vertical-align: baseline; } --> .labelClass { color: Blue; } .labelClass:after { content: ": " } </style> </head> <body> <label id="draftLabel" class="labelClass">Lorem Ipsum</label> <input id="draftInput" maxlength="3" type="text"> </body> </html>
The issue is not reproducible with Qt 4.8.5 environment. Google Chrome version 29.0.1547.76 also does not show memory leak when load this HTML file.