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

Clickoutside not working when used in an iframe with Active CSS in iframe #85

Closed bob2517 closed 3 years ago

bob2517 commented 3 years ago

As title.

bob2517 commented 3 years ago

This could be due to the fact that the config in the iframe I'm testing does not declare any click events. Will add this into clickoutside functionality and see if it sorts it out.

bob2517 commented 3 years ago

Actually, I think I can get away with it by just by checking for the non-presence of a click event. Will attempt this first as it's cleaner.

bob2517 commented 3 years ago

Done offline.

bob2517 commented 3 years ago

Now on branch - closing.

bob2517 commented 3 years ago

Now on branch - closing.