Active-CSS / active-css

The epic event-driven browser language for UI with functionality in one-liner CSS. Over 100 incredible CSS commands for DOM manipulation, ajax, reactive variables, single-page application routing, and lots more. Could CSS be the JavaScript framework of the future?
https://activecss.org
Other
42 stars 7 forks source link

Do not attempt to run draw events on iframe nodes #77

Closed bob2517 closed 3 years ago

bob2517 commented 3 years ago

Rendering is breaking on iframes currently due to trying to run draw events on iframe inner nodes. Don't allow draw events to run on those.

bob2517 commented 3 years ago

Plus 2.4.0 only - iframe -> body target selector broke recently. Other sub-els are fine.

bob2517 commented 3 years ago

those are done offline. fix variable scoping when rendering to inside an iframe to be the iframe outers.

bob2517 commented 3 years ago

Not wasting any time on that - too many restrictions with iframes now stopping what I need to do with rendering and I have a rule now not to fix anything that isn't an actual use case. Closing ticket as done offline as the first two points are fine now.