liqd / adhocracy

Adhocracy is a policy drafting and decision making software for distributed groups and open institutions.
GNU Affero General Public License v3.0
150 stars 37 forks source link

fix iframe setup #926

Closed xi closed 10 years ago

xi commented 10 years ago

the ready event does not work consistently on iframes. So any iframe-related setup code must go into the load event handler.

The problem exists e.g. in firefox but not in chrome.

This fixes only the rewriting of link targets. Other features might also be affected (e.g. relative time). The load event is only triggered after everything (including images, ...) has loaded which might be too late for presentation-centric features like relative time.

nidico commented 10 years ago

Okay, merging.