Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-33576

Memory leak with Small-caps QRawFont

XMLWordPrintable

    • 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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            allan.jensen Allan Sandfeld Jensen
            leonlee Leonard Lee
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes