Michael Budde

Results 8 comments of Michael Budde

This should do what you are asking for I think: `:call neoterm#new({'from_event': 1})`

I've been trying to debug this issue on our site and found the following: - When the callback for the `mouseup` event is called selecting a result, "Searching..." is visible...

Here's a small example where I can reliably reproduce the bug: https://jsbin.com/jadiwaqiye Note that you need to enter something in the input field for the bug to trigger. In the...

> It seems `hideLoading` is called before the `mouseup` event handler while in the ajax version `hideLoading` is called after the `mouseup` event handler. I'm not sure why that is....

I think we're hitting this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1610083

The pricedb file is parsed before the journal, so aliases from the journal file is not set up at that point. The first reference to `RUB` in the pricedb creates...

`!include Q*` includes the file itself resulting in infinite recursion.

It looks like the issue comes from this piece of code: https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/881ec91370aab0b86f05845edc689534f9ba1ad6/js/ui/popupMenu.js#L1174-1178 I'm not sure how to prevent that from running. It might need to be fixed upstream.