Tyler Bruffy

Results 4 issues of Tyler Bruffy

I feel like `MountingPortal` should properly account for the disabled state before it passes on data to `Portal`. In my circumstance, I'd like to portal to an HTML element outside...

enhancement
PR welcome

I didn't bother removing, or actually coding the Version 4 support, and therefore have no idea what it does.

Currently running something like this: ``` js wp.option.update('blogdescription', "A new tagline", function(err, data) { console.log("Tagline/description set."); }); ``` can result in the string `A\ new\ tagline` being set in the...

This is a fix for #21. I'm not sure it's perfect, but it uses `getBoundingClientRect` to get the actual width/height and overwrites the `auto` declarations for width and height when...