zulip/frontend_tests
Steve Howell 374d2ff3e2 stream settings: Fix tooltips for stream counts.
The tooltips for the left panel of stream settings
have been broken since November 2018 due to my
commit 8f915da2ca.

The code prior to 2018 was restoring tooltips
right inside the loop where we were detaching
the row from the DOM to put it back into the
DOM at another place.  And then I tried to
just add them in bulk, forgetting that I was
in the middle of all the DOM manipulation (and
hence my selector for the loop was a noop).

Also, I don't think we've ever had them for live
events that add streams.  (I fixed that too.)

It's not clear to me that this code is actually
necessary, as we get hover help without
calling $(...).tooltip(...) properly.

This is probably why we didn't notice any
breakage when we merged my 2018 commit.
2021-02-18 13:38:16 -08:00
..
node_tests stream settings: Fix tooltips for stream counts. 2021-02-18 13:38:16 -08:00
puppeteer_lib puppeteer_tests: Don’t read from most deprecated global variables. 2021-02-10 07:35:11 -08:00
puppeteer_tests puppeteer: Make subscribe/unsubscribe test more robust. 2021-02-18 11:05:46 -05:00
zjsunit minor: Suggest with_field instead of override for non-functions. 2021-02-13 07:28:26 -05:00