EEXCESS / chrome-extension

Chrome extension for displaying cultural and scientific resources in the context of a web page. The extension integrates other modules like C4, the Visualization Widgets and PEAS.
2 stars 2 forks source link

Lag when resizing iFrame #12

Closed LadyBytes closed 9 years ago

LadyBytes commented 9 years ago

"Turns out the iframe was the issue. Whenever my mouse pointer would come over the iframe while dragging, the resize would stop. I found a workaround by using a div with a large z-index and 0 opacity with absolute positioning to show up when resize starts and hide it when it stops. What it does is that it effectively covers the iframe so that dragging mouse over it does not cause the resize to stop. I know it's a dirty hack but will do until there is a better solution."