Raphael Cruzeiro
Raphael Cruzeiro
I was testing some code on my local machine using a project that is actually deployed to production and works fine there when I noticed that querying one of my...
The _Add Image__ functionality should a callback to be supplied on the _options_ object. This callback will be called once the Add image button is pressed on the context bubble...
Due to the increased complexity of the editor's core and the recent breaks introduced by new bugfixes, it is now time to choose a testing strategy for the project. This...
This is a webkit only bug https://bugs.webkit.org/show_bug.cgi?id=45866
To create lists, the user should be able to type 1 or a dash, and then continue writing. Upon hitting _return_ a new list should be created with the previous...
Currently, the editor is unable to perform a Undo command when all text text of the editor is removed. This is probably because of the placeholder text logic.
Trying to click the formatting button seem to only repeat the formatting command. As @sonofpaul reported, these steps will reproduce the bug: Highlight the word "released". Select the "bullet" button....
On 0.5, when the heading button is clicked, the whole line becomes the heading and not just the selection. The desired behaviour in this case would be to split the...
Binding the touch events should do the trick.
Fixed a few warnings about the deprecation of `M_PI` and fixed the `AppDelegate` for the demo app.