March 21, 2026
10:31 p.m.
Hi, On Mon, Mar 09, 2026 at 04:19:27PM -0300, Juan M Sevilla wrote:
Hi,
9 mar. 2026 11:50:34 a1ex@dismail.de:
I believe the problem is related to this known issue:
https://bug.dillo-browser.org/506/
It is possible to work around it for now by putting something like this in your ~/.dillo/style.css file:
select { display: inline !important; }
Oh, I see, thank you! I should've checked the bug tracker —it was quite late last night.
I'll try that workaround meanwhile, thanks!
I pushed a patch that hopefully fixes it: https://git.dillo-browser.org/dillo/log/?h=fix-hidden-form Let me know if you encounter any other page that segfaults when submitting a form, so far it seems to be working fine in my tests. Best, Rodrigo.