Closed rabuzarus closed 8 years ago
this seems to be fixed with https://github.com/yuku-t/jquery-textcomplete/issues/247 I send a PR with the updated jquery.textcomplete. After it is accepted we can maybe close this issue
my PR landed in friendica dev so I close this
https://github.com/rabuzarus/frio/commit/17958da20110876c454585920f90123392e96172 introduces a new issue. If the screen size to small the browser freezes while typing in the contact page search box. I could trace this issue back to the css class "media-body" which is used in the js template part of contact_template.tpl. The class "media-body" uses
display: table-cell
andoverflow: hidden
. If both css attributes are commented out it works (but it don't look as expected).I don't really know why this happens because without the js textcomplete filter this class is working like expected.