Clicking the overlay should hide the widget
I've added a tiny bit of Javascript to make clicking the overlay hide the widget as well. Code below (note, I use $ as a getElementById alias and Function.bind to preserve scope):
var fs = $('fdbk_screen');
if (fs) { fs.onclick = GSFN.hide.bind(GSFN); }
var fs = $('fdbk_screen');
if (fs) { fs.onclick = GSFN.hide.bind(GSFN); }
2
people like this idea
I like this idea!
Tell me when this idea gets some attention.
The more people who like this idea, the more it gets noticed.
The more people who like this idea, the more it gets noticed.
The company has this under consideration.
-
Inappropriate?Hey, Jordan. I checked with the designer of the widget, and he said he did think about that when he was building it. But, he decided not to add this detail so folks wouldn't accidentally click off of the widget and lose their topic. But, it's something we will think about a bit more, and we could do it differently. Thanks for sharing!
I’m happy
-
Inappropriate?The code I added doesn't lose the topic when GSFN.hide is called. Just like clicking the 'x' preserves their text, so would clicking the overlay.
I’m happy
-
Inappropriate?Ah, gotcha. Thanks for clarifying. Good stuff.
Loading Profile...



EMPLOYEE