mediawiki-extensions-Popups/tests/node-qunit/reducers
Noam Rosenthal 4492b54a44 Performance optimization for popup rendering
Reduce layout/style thrashing by measuring all required geometries
at event handler, not waiting for delays/redux/style changes.

Use CSS bottom instead of top, to avoid having to measure the popup
before positioning it, if it's placed above the link ("flippedY").

Disable some test cases that relied on implementation detail of using
"top" CSS.

Change-Id: Id0cbf506009b824d0fb6af4d6fe220e2f69aaaad
2020-11-30 17:33:07 +02:00
..
eventLogging.test.js
pageviews.test.js
preview.test.js Performance optimization for popup rendering 2020-11-30 17:33:07 +02:00
settings.test.js
statsv.test.js