Gabriel Wanzek
Gabriel Wanzek
I'm currently working on it. This not an easy job, because each extra feature (votes, checklists, attachments etc) have to be created separately. This is a bit problematic. Also many...
@alexkuc I started already using the REST API. Basic example: POST /boards/ POST /boards/{id}/members `for each member` POST /lists `for each list` POST /cards/ `for each card` POST /labels/ `for...
Since this is already the case with GitHub and many other GFM editors, I assumed it was a standard feature. [According to the spec](https://github.github.com/gfm/#task-list-items-extension-), it's actually an extension, which I...
Just ran into the same problem. Had to create the field in the Data Object itself now, which means extra work. Unfortunately, not quite as simple.
I just wanted to create an issue here, but found this one. Have already a demo, where the problem is slightly bigger:  Demo: https://codepen.io/gab/pen/bYMXKw...
Well there is now another bug occuring in Chrome 63! Check this demo: https://codepen.io/gab/pen/JOvgqz If you hover an item, the hint disappears after the animation... **Update:** Just checked with browserstack:...
~~Just created a WebKit Bug: https://bugs.webkit.org/show_bug.cgi?id=182135~~ This is not a WebKit bug, it's a Blink/Chromium bug - my fault: https://bugs.chromium.org/p/chromium/issues/detail?id=806543
@viciantomas Sadly this did not solve the issue. (https://jsfiddle.net/6qodL2vq/2/)
With every chrome version the behavior changes somehow? I think we have to wait till this will be fixed on Blink/WebKit in general.
I would also like to see more common shortcuts like CMD+K for links and also I would include the keymap in the buttons title attribute so users can find out...