Commit 4c9324c
committed
Squashed 'libs/editor/' changes from f1f6d10..a35d654
a35d654 0.8 version bump
7c242ad Merge pull request #330 from wordpress-mobile/issue/299-exit-blockquote
c0a8f79 Merge branch 'develop' into issue/299-exit-blockquote
dd267de Merge pull request #329 from wordpress-mobile/issue/302-fix-dom-errors
dc084a2 Don't process the second Enter when exiting a blockquote, to avoid adding an extra new line
8a2f91e Allow double Enter press to exit a blockquote
400a5f7 Sanitize all calls to window.getSelection() that are followed by getRangeAt(), which can cause a DOM error
607c010 Fix typo in node traversal method
f2d468f If getFocusedField can't select the current contenteditable div, force focus on the content field
d2e8a78 Avoid DOM error console logs by adding some null checks
cf01d93 Merge commit 'c6efe0a9190244d40e64300efc9cca56ae5acd5c' into develop
ab52e25 Merge branch 'develop' into issue/120editor-initial-focus
6301484 Show the software keyboard once the DOM has loaded
359edf6 Focus on the title field when opening posts
git-subtree-dir: libs/editor
git-subtree-split: a35d654234ed2691a62289d9f554333446f1fa0d1 parent c6efe0a commit 4c9324c
File tree
3 files changed
+59
-16
lines changed- WordPressEditor
- src/main/java/org/wordpress/android/editor
- libs/editor-common/assets
3 files changed
+59
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
968 | 968 | | |
969 | 969 | | |
970 | 970 | | |
| 971 | + | |
| 972 | + | |
971 | 973 | | |
972 | 974 | | |
973 | 975 | | |
974 | 976 | | |
975 | 977 | | |
| 978 | + | |
976 | 979 | | |
977 | 980 | | |
978 | 981 | | |
| |||
985 | 988 | | |
986 | 989 | | |
987 | 990 | | |
| 991 | + | |
988 | 992 | | |
989 | 993 | | |
990 | 994 | | |
| |||
993 | 997 | | |
994 | 998 | | |
995 | 999 | | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
996 | 1008 | | |
997 | 1009 | | |
998 | 1010 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | | - | |
199 | | - | |
200 | | - | |
| 198 | + | |
201 | 199 | | |
| 200 | + | |
202 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
203 | 212 | | |
204 | 213 | | |
205 | 214 | | |
| |||
357 | 366 | | |
358 | 367 | | |
359 | 368 | | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
360 | 372 | | |
361 | 373 | | |
362 | 374 | | |
| |||
411 | 423 | | |
412 | 424 | | |
413 | 425 | | |
414 | | - | |
415 | 426 | | |
416 | 427 | | |
417 | 428 | | |
| |||
430 | 441 | | |
431 | 442 | | |
432 | 443 | | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
433 | 447 | | |
434 | 448 | | |
435 | 449 | | |
| |||
543 | 557 | | |
544 | 558 | | |
545 | 559 | | |
546 | | - | |
| 560 | + | |
547 | 561 | | |
548 | 562 | | |
549 | 563 | | |
| |||
2730 | 2744 | | |
2731 | 2745 | | |
2732 | 2746 | | |
| 2747 | + | |
| 2748 | + | |
| 2749 | + | |
2733 | 2750 | | |
2734 | 2751 | | |
2735 | 2752 | | |
| |||
2752 | 2769 | | |
2753 | 2770 | | |
2754 | 2771 | | |
2755 | | - | |
| 2772 | + | |
2756 | 2773 | | |
2757 | 2774 | | |
2758 | 2775 | | |
2759 | 2776 | | |
2760 | 2777 | | |
2761 | 2778 | | |
2762 | 2779 | | |
2763 | | - | |
| 2780 | + | |
2764 | 2781 | | |
2765 | 2782 | | |
2766 | 2783 | | |
| |||
2779 | 2796 | | |
2780 | 2797 | | |
2781 | 2798 | | |
| 2799 | + | |
| 2800 | + | |
| 2801 | + | |
2782 | 2802 | | |
2783 | 2803 | | |
2784 | 2804 | | |
| |||
2820 | 2840 | | |
2821 | 2841 | | |
2822 | 2842 | | |
| 2843 | + | |
| 2844 | + | |
| 2845 | + | |
2823 | 2846 | | |
2824 | 2847 | | |
2825 | 2848 | | |
| |||
2937 | 2960 | | |
2938 | 2961 | | |
2939 | 2962 | | |
2940 | | - | |
2941 | 2963 | | |
2942 | | - | |
2943 | | - | |
2944 | | - | |
| 2964 | + | |
| 2965 | + | |
| 2966 | + | |
| 2967 | + | |
| 2968 | + | |
| 2969 | + | |
| 2970 | + | |
2945 | 2971 | | |
| 2972 | + | |
2946 | 2973 | | |
2947 | 2974 | | |
2948 | 2975 | | |
2949 | | - | |
2950 | 2976 | | |
2951 | 2977 | | |
2952 | 2978 | | |
2953 | 2979 | | |
2954 | 2980 | | |
| 2981 | + | |
| 2982 | + | |
| 2983 | + | |
| 2984 | + | |
| 2985 | + | |
2955 | 2986 | | |
2956 | 2987 | | |
2957 | 2988 | | |
| |||
3211 | 3242 | | |
3212 | 3243 | | |
3213 | 3244 | | |
3214 | | - | |
| 3245 | + | |
3215 | 3246 | | |
3216 | 3247 | | |
3217 | 3248 | | |
| |||
0 commit comments