Vinay

Results 31 comments of Vinay

Upon a bit more investigation, it seems like `span#wedge` element gets placed at the start of my content `div` in `Medium.Injector.prototype.inject` when `this.insertHtml` is called. Strange because that will then...

I am seeing this issue when inserting HTML as well via `insertHTML('');`.

https://github.com/jakiestfu/Medium.js/issues/203

Yep removing `maxLength` fixes it. I tried using `data-medium-maxLength`, but that seems to get set to `data-medium-maxlength` when rendered from an underscore template (which I'm assuming causes `Medium.js` to not...

Agreed this is an issue for us as well.

+1 for this fix. I run into an issue where files from the previous run are getting included in a later run via a gulp pipeline. +1 for @robrich's comment.

Note to myself for later: probably has to do with position: fixed on iOS not working very well.

Gotcha. I'll keep that in mind when I work on the patch for it (either later tonight or tomorrow for sure). Thanks for the direction!

Yes I've closed out the FF issue and have been looking into this issue as well. You're quite right Freddy. There seems to be nothing to be done if I...

Hey @grimmdude! Unfortunately I still do not believe there's a solid/surefire fix for this. I actually did something much more ambitious for the last startup I worked at (Upthere), but...