You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When clicking the the individual refresh buttons, if you click on the little refresh icon in the center of the refresh button it returns the "id" of the refresh icon instead of the button.
Clicking on the outer edge returns the button's "id" like it is supposed to.
The text was updated successfully, but these errors were encountered:
I was actually aware of this when I changed the click handler but then forgot all about it before submitting. I was thinking there had to be a more correct way to manage icons -- the icon should be the button, it shouldn't be contained within it as is currently the case. There was a regression in 6e399df when the text was removed.
Don't change the JavaScript to work around this, change the HTML to eliminate it.
When clicking the the individual refresh buttons, if you click on the little refresh icon in the center of the refresh button it returns the "id" of the refresh icon instead of the button.
Clicking on the outer edge returns the button's "id" like it is supposed to.
The text was updated successfully, but these errors were encountered: