rabuzarus / frio

A bootstrap based theme for friendica
GNU Affero General Public License v3.0
6 stars 1 forks source link

contact filter let the browser freeze #10

Closed rabuzarus closed 8 years ago

rabuzarus commented 8 years ago

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 and overflow: 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.

rabuzarus commented 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

rabuzarus commented 8 years ago

my PR landed in friendica dev so I close this