Quantcast
Channel: HTML Renderer
Viewing all articles
Browse latest Browse all 693

Closed Issue: vertical-align doesn't survive resize [8718]

$
0
0
I have a very simple stylesheet:

<style>
table { }
td { vertical-align: middle; }
</style>

and I have a simple html, something like

<table><tr><td class="time" width="65"> timeString </td>
<td class="icon" width="32"><img src="cmd-error"></td>
<td class="message cmd-error" valign="middle">
Hello world. Hello world. Hello world. Hello world. Hello world. Hello world. Hello world. Hello world. Hello world. Hello world. Hello world.</td></tr></table>

I'm using 1.4.4.0 with HtmlPanel. If I dock the HtmlPanel and I resize the window containing it, the vertical alignment is reset to top (if necessary I think I can produce a small .cs app that can show it).

Another thing: the default vertical-align of tables should be middle, but if I don't put the stylesheet with the alignment, it defaults to top.
Comments: 1.4.5.0

Viewing all articles
Browse latest Browse all 693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>