0d4b77d7b1
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. |
||
---|---|---|
.. | ||
JitsiPopover.js | ||
MessageHandler.js | ||
UIUtil.js |