Danilo Ercoli

Results 23 issues of Danilo Ercoli

This PR is the first step required to fix https://github.com/wordpress-mobile/gutenberg-mobile/issues/1027 @mkevins has reported the problem with backspace and nested lists, and already proposed a solution [here](https://github.com/wordpress-mobile/gutenberg-mobile/issues/1027#issuecomment-495557004). In this PR I...

enhancement
Gutenberg

This was originally reported in https://github.com/wordpress-mobile/WordPress-Android/issues/7909 as a problem raised by a post with bunch of empty `b` tags. Instead the underlying problem is much worse that we initially though,...

bug

WordPressLint is our module for custom lint checks. Ref: https://github.com/wordpress-mobile/WordPress-Lint-Android It's has just 3 RTL language checks at the moment, but probably we will add more in the future, so...

enhancement

Handling of email and schemeless URLs was added in https://github.com/wordpress-mobile/AztecEditor-Android/pull/708 for email addresses with "common" characters. We should extend the support to email address with less common characters in it,...

It seems that the parsing of `style` attribute may produce different rendering on the screen, if there are double declaration of `text-alignment` in the same tag. Try the following code:...

bug
low priority

Noticed that we've 4 unit tests failing in `develop`. * `HistoryMixedTests -> testSelectAllDeleteUndoRedo` * `MixedTextFormattingTests -> testRemoveQuoteFormatting` * `MixedTextFormattingTests -> testQuotedListRemoveListFormatting` * `MixedTextFormattingTests -> testQuotedListFormatting` Will append an `ignore` annotation...

test
high priority

1. Load an editor with the following content ``` item 1 in list One item 2 list One item 1 in list two item 2 in list two ``` 2....

bug

``` Fatal Exception: java.lang.IndexOutOfBoundsException: 687, -685 at android.text.PackedIntVector.deleteAt(PackedIntVector.java:222) at android.text.DynamicLayout.reflow(DynamicLayout.java:317) at android.text.DynamicLayout.-wrap0(Unknown Source) at android.text.DynamicLayout$ChangeWatcher.reflow(DynamicLayout.java:750) at android.text.DynamicLayout$ChangeWatcher.onSpanChanged(DynamicLayout.java:779) at android.text.SpannableStringBuilder.sendSpanChanged(SpannableStringBuilder.java:1296) at android.text.SpannableStringBuilder.sendToSpanWatchers(SpannableStringBuilder.java:651) at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:581) at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:504) at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:502) at android.widget.TextView.paste(TextView.java:11465) at...

```Fatal Exception: java.lang.RuntimeException: An error occured while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:300) at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:355) at java.util.concurrent.FutureTask.setException(FutureTask.java:222) at java.util.concurrent.FutureTask.run(FutureTask.java:242) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) at java.lang.Thread.run(Thread.java:841) Caused by java.lang.IllegalStateException: Couldn't read row 0,...

[Type] bug
[Store] Post

- Open the Reader on a list or a feed that doesn't have content - Move to another feed - You should see the message "The blogs in the list...

[Type] Bug
Reader
Reader IA