Kofifus

Results 77 comments of Kofifus

I have updated the PR again with much better results for mac OSX and better style handling on paste. I think I will leave this for now unless any issues...

yeah sure do I need to do anything ?

apologies the removed 'self' crept in from another PR I'm working on, fixed. The other problem you specify may be a mac OS problem, can you check with http://plnkr.co/edit/PgMKReE64a8Nc4HiTx4I?p=preview and...

ok, this may be related to https://bugs.chromium.org/p/chromium/issues/detail?id=552975 I should have access to a mac in the next few days and will have a look thx

jbrecht, I am checking on MacBook Pro / OS X Yosemite 10.10.1 / Chrome version 50.0.2661.86 (64-bit) using the plunkr. Everything seems to work ok, that is copy/paste of text...

further commits to fix a problem in parseHtml that resulted in buggy behavior when pasting a line with leading spaces new plunkr: http://plnkr.co/edit/MqAdtT1eNCdyheWaKnGO?p=preview

Thx John, the unit auto build system has issues with npm package versioning etc .. if you feel like helping that will be great:) PS there still seems to be...

Updated the code to correctly remove sentinels when doing plain text copy/cut (http://plnkr.co/edit/MqAdtT1eNCdyheWaKnGO) No further known issues at this stage :)

thx ... interesting in https://html.spec.whatwg.org/multipage/interaction.html#dom-datatransfer-getdata I find: 'If format equals "text", change it to "text/plain".' that means that if edge complies with the standard above, if you change "text/html" to...

ha you're right, this will work within firepad, but it will not paste rich text outside (for example into a gmail msg), or the other way around .. can you...