Ondrej Ruttkay

Results 25 issues of Ondrej Ruttkay

It's not possible to delete an individual variation image. When the image is removed in variation details and the variation is updated, the original image reappears.

type: bug
feature: variation details

Reported from the Play Store Console: ``` org.greenrobot.eventbus.EventBusException: at org.greenrobot.eventbus.EventBus.handleSubscriberException (EventBus.java:537) at org.greenrobot.eventbus.EventBus.invokeSubscriber (EventBus.java:519) at org.greenrobot.eventbus.EventBus.invokeSubscriber (EventBus.java:511) at org.greenrobot.eventbus.AsyncPoster.run (AsyncPoster.java:46) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641) at java.lang.Thread.run (Thread.java:920) Caused...

type: crash

There was a suggestion in the mobile requests to have a button switch in the toolbar for changing the line break behavior. Currently, the visual editor adds a large paragraph...

[Type] Discussion

#### Reproduced In the demo text after "Italic": 1. Add a new line and type "a" 2. Toggle bold style 3. Type "b" 4. Place cursor between "a" and "b"...

bug
medium priority

1. Start with a blank editor 2. Add an `` in HTML mode 3. Switch to visual and tap on the question mark to open an unknown element dialog 4....

bug
medium priority

The core Aztec code currently contains features which are WordPress-specific and there are features missing don't belong directly in the library itself. A new plugin architecture is required that will...

enhancement
master issue
medium priority

Parsing the following HTML gives an incorrect output HTML: ``` Shipped: Something: Text Here (#). Title: List Item link. Some bold text: plain here, and a link!. Another list: Another...

bug
medium priority

``` java.lang.OutOfMemoryError: at android.database.CursorWindow.nativeGetString (Native Method) at android.database.CursorWindow.getString (CursorWindow.java:451) at android.database.AbstractWindowedCursor.getString (AbstractWindowedCursor.java:51) at org.wordpress.android.fluxc.persistence.dao.OrdersDao_Impl$11.call (OrdersDao_Impl.java:2446) at org.wordpress.android.fluxc.persistence.dao.OrdersDao_Impl$11.call (OrdersDao_Impl.java:2126) at androidx.room.CoroutinesRoom$Companion$createFlow$1$1.invokeSuspend (CoroutinesRoom.kt:122) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run (DispatchedTask.kt:106) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1162)...

[Store] Woo: Order
[Type] Crash

``` java.lang.IllegalStateException: at android.database.CursorWindow.nativeGetLong (Native Method) at android.database.CursorWindow.getLong (CursorWindow.java:542) at android.database.CursorWindow.getInt (CursorWindow.java:609) at android.database.AbstractWindowedCursor.getInt (AbstractWindowedCursor.java:71) at org.wordpress.android.fluxc.persistence.dao.OrdersDao_Impl$12.call (OrdersDao_Impl.java:2545) at org.wordpress.android.fluxc.persistence.dao.OrdersDao_Impl$12.call (OrdersDao_Impl.java:2490) at androidx.room.CoroutinesRoom$Companion$createFlow$1$1.invokeSuspend (CoroutinesRoom.kt:122) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run (DispatchedTask.kt:106)...

[Store] Woo: Order
[Type] Crash

This is the 1st step of the Products table migration from WellSql to Room. This PR adds specific types to certain columns and adds the type converters to the DB.

[Type] enhancement
[Store] Woo: Product