nextcloud / passman-webextension

Webextension for the Passman Nextcloud app. Also offers browser extension & Android app.
https://passman.cc
GNU Affero General Public License v3.0
114 stars 43 forks source link

Fix using search results #266

Closed ServiusHack closed 6 years ago

ServiusHack commented 6 years ago

With 5ccf64a the generated search results were converted to a string containing HTML and then back. This dropped all registered event handlers, including the click handler.

To retain the current behavior of displaying the old search results until the new ones are available a list of divs is now created and then set. This retains all registered event handlers.

fixes #251

noplanman commented 5 years ago

@ServiusHack Awesome!

Just came here to report this and there is this fix waiting for the next release :innocent: