HtmlView2 icon indicating copy to clipboard operation
HtmlView2 copied to clipboard

height css attribute not working?

Open 0x410c opened this issue 7 years ago • 5 comments

hey stefan,

i am trying to set an explicit height using height attribute but there is no effect of it on the element, can you tell me about it? <div style="background-color:yellow;height:100px;">element</div>

thanks, Aweosome work btw,

0x410c avatar May 16 '17 06:05 0x410c

Can you provide a small example HTML snippet that I can add to the test page? Did you try the css height property?

stefanhaustein avatar May 16 '17 13:05 stefanhaustein

<div style="height:100px;background-color:yellow;">height should be 100px</div>

not working

0x410c avatar May 16 '17 16:05 0x410c

Issue confirmed with https://github.com/stefanhaustein/HtmlView2/commit/8432e7ebd1cdfccc835377502c796d44330ab0b5

stefanhaustein avatar May 16 '17 22:05 stefanhaustein

Can you give nativehtml a try? I have checked the problem doesn't occur there and I think it has reached a stage now where it can replace HtmlView(2).

stefanhaustein avatar May 20 '17 23:05 stefanhaustein

ok, let me try.

0x410c avatar May 23 '17 05:05 0x410c