jiti-meet/modules/UI/util
Leonard Kim 0d4b77d7b1 fix(popover): set display before calculating width
Popover works by first creating a DOM element with display none
then having jquery calculate its width and new position and
then setting display to table. This does not work with p2p
connection stats, which are much wider than the default width
of the popover. What will happen is when display table is set,
the width will increase greatly so the positioning will be off.
The workaround here is to set display table as the default
display but toggle visibility instead.
2017-07-05 15:34:11 -05:00
..
JitsiPopover.js fix(popover): set display before calculating width 2017-07-05 15:34:11 -05:00
MessageHandler.js ref: module.exports -> export for the ES6 modules 2017-06-14 19:37:13 -05:00
UIUtil.js Fix Recording regression caused by 'React Toolbar' 2017-04-12 14:10:00 -05:00