Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-10462

br vpe:pseudo-element

XMLWordPrintable

    • Low

      Sometimes br pseudo-element puts into div and make there an extra space. It is visible when background color of this div is not like body color. Maybe it is necessary to mare this attribute not visible(add display:none into its style).

      Style attributes of this element are specified in VpePseudoContentCreator, line 45.

      Or, at least, give this element css class (and wrote styles for this element to your css file)

      Update:
      A test HTML page:

      test.html
      <html>
      	<body>
      		<p>The following div should be rendered as a line.</p>
      		
      		<div style="border: red 1px solid"></div>
      	</body>
      </html>
      

      Output:

            yradtsevich Yahor Radtsevich (Inactive)
            kmarmaliykov Konstantin Marmalyukov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: