Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 50b14a78 authored by Mats Mattsson's avatar Mats Mattsson Committed by Steve Kondik
Browse files

Remove size height feedback from view system to webkit if the view height is...

Remove size height feedback from view system to webkit if the view height is set by height of content

Remove size height feedback from view system to webkit if the view height is set by height of content
in order to fix a bug which causes the WebView to grow endlessly.

To reproduce try the following in a WebView with layout_height="wrap_content" in a ScrollView:

<html>

<head></head>

<body>

<table height="100%"><tr><td>a</td></tr></table><img src="" width="1" height="1" border="0" />

</body>

</html>
parent 1cf95321
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment