angell-co / Pimp-My-Matrix

A plugin for Craft that lets you enhance a busy Matrix field and organise block types
MIT License
60 stars 5 forks source link

Invisible Matrix fields on popup forms within CP #37

Closed epapada closed 8 years ago

epapada commented 8 years ago

Hi! There seems to be a CSS issue with the matrix fields and Pimp My Matrix when viewed an entry with a matrix field is viewed from a popup/modal. The content of the matrix fields disappear and they reappear if you collapse and expand the field again or you move it briefly.

Check this video showing the issue http://screencast.com/t/0wp60NsI.

Running latest Craft and PMM, tested on Chrome (Latest) and Firefox (Latest).

2016-03-10_0755

joshangell commented 8 years ago

Ah, good catch - thanks. I'll add this to the ever increasing list of things to do when I manage to make some time to work on this plugin ... which should hopefully be in the few weeks or so.

Cheers!

tnerbovik commented 8 years ago

@epapada just noticed this. Quickfix if you're in a hurry, go to pimpmymatrix.css and comment out:

.matrix-field .matrixblock .fields {
 -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

Line 68 - 72

@joshangell really nice plugin

epapada commented 8 years ago

Thanks @tnerbovik Quickfix is good :+1: My fields are back! :)