Danilo Ercoli

Results 36 comments of Danilo Ercoli

I spent some time over the weekend trying to reproduce the problem with no luck. I tried with an old version of Aztec, and the newest one, with text that...

> It seems jsoup version 1.11.3 has been released in April last year and since it's a widely used library I believe they'd have known about an internal issue by...

Logging the content of the editor is not possible for privacy reasons without additional checks that happen when the editor is fully initialized (We're logging it only for public sites...

I can replicate this issue on a self-hosted site (No Calypso), by retrieving the post over XML-RPC. The content of the post does not include `br` but `\n` instead.

Not sure I understand where the problem is located. Wonder why we need to delete a function (`loadImages`) in the code to reproduce the issue?

While investigating this problem found out that we're only storing the content of the block in history, then when the user taps on the undo/redo buttons the content of the...

Re-opening this issue, since the proposed fix in #838 does break the editor on mobile devices, and was reverted here :https://github.com/wordpress-mobile/AztecEditor-Android/pull/855

> Since this is just about detecting something that looks like an email and we don't really need validation Well, it's more than this. If the user adds an URL...

As @koke suggested, we can follow how core handled it and display a confirmation dialog ('The URL you entered seems to be an email address. Do you want to add...

I took a look at this issue and seems that the only way to fix it is to add 2 NewLine characters instead of 1 in `AztecParser.addVisualNewlinesToBlockElements`. (and also change...