Raphael Cruzeiro

Results 10 issues of 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...

enhancement

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...

enhancement
needs info
feature
documentation

This is a webkit only bug https://bugs.webkit.org/show_bug.cgi?id=45866

bug
webkit

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...

enhancement
proposal
feature

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.

bug

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....

bug

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...

enhancement

Binding the touch events should do the trick.

bug
enhancement

Fixed a few warnings about the deprecation of `M_PI` and fixed the `AppDelegate` for the demo app.