-
Notifications
You must be signed in to change notification settings - Fork 29
[bug] - Editor property #201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Is this only a problem in master branch or a problem with the latest stable version? Note that master branch is unstable and should not be used on real sites :) |
Sorry, confirmed with 3.1.15 ;) |
I didn't think the layout could be involved but the bug only occurs when papi_property( [
'title' => 'Flexible',
'slug' => 'my_flexible_slug',
'type' => 'flexible',
'settings' => [
'layout' => 'vertical',
'items' => [
[
'title' => 'Posts',
'items' => [
papi_property( [
'type' => 'editor',
'title' => 'Title',
'slug' => 'my_string_slug'
] ),
papi_property( [
'type' => 'editor',
'title' => 'Post',
'slug' => 'my_post_slug'
] )
]
],
]
]
] ) |
Yeah, that did cause the bug. The problem was that it assume that it was a Fixed in |
Thanks! 👍 |
Is this only a problem in master branch or a problem with the latest stable version? Master branch is unstable and should not be used. On 21 okt. 2016 12:58 +0200, Nico notifications@github.com, wrote:
|
The issue has already been resolved. |
@nlemoine the email did get stuck on my phone last week, sorry for that. |
No problem ;) |
Uh oh!
There was an error while loading. Please reload this page.
Description
When using more than one
editor
property in a flexible, the first one is but the others editors are not rendered correctly. They are stuck on the "text" tab, "visual" tab can't be clicked.Steps to reproduce
What versions of softwares are you using?
The text was updated successfully, but these errors were encountered: