-
-
Notifications
You must be signed in to change notification settings - Fork 11
Problem related to inactive tabs being invisible, but still there #15
Comments
I can't seem to reconstruct this issue. But can you try to set EDIT: I've added the suggested |
@rasteiner Did you test last version? |
I will look at it the next weekend. But as far as I remember, I tried changing the z-index from the "inspector" and it didn't help. |
@rasteiner Did you find time to having a look at it yet? |
It still seems buggy here. Here's a test install so you can reproduce the issue:
PS: I'm using Chrome and Firefox on stable channel. |
I'm not sure if we can even fix this on the Tabs Field, it may be an issue with the markdown field itself. If you remove the tabs from your blueprint it's still buggy. Once I drag a structure entry it gets invisible and messes up the position of the other entries. When I drag it over the markdown field it's the same issue you reported. I'm afraid this will not be fixed though. There are a lot of open issues and no commit since months. That's sad, I used it in almost every project before that. |
I think I have found a solution and added a pull request: #19 |
Coming here after quite a while, is this fixed? If so, please close the issue in order to avoid further confusion 😕 |
I've encountered an issue while using this plugin together the "visual markdown" plugin and a structure field.
I mention the author here, hoping he sees this issue:
@JonasDoebertin
The problem was introduced here: 0271092
The above commit changed the CSS by putting the inactive tabs on top of the active one (or under it, doesn't seem to matter).
The result is that for some reason, the Visual Markdown field, while sitting in a hidden tab, responds to the "drop" event of the structure field when i drag and drop the structure items.
Actually you can see the same problem without the tabs plugin by dragging a structure item into a visual markdown field directly. But having the two fields sitting on top of each other, with one being invisible, aggravates the problem because it's impossible to sort the structure items.
I really don't know if it's more an issue with the
tabs
plugin (leaving the tabs on top of each other) or thevisual markdown
plugin (accepting a drop event from a structure field and then crashing).I'm posting this here because in past versions of this plugin the issue wasn't there and I thought it might be easier to fix here.
Thank you all!
The text was updated successfully, but these errors were encountered: