Mike Reid

Results 18 comments of Mike Reid

@Bruno17 I think I figured it out! The rendering issue above appears to be related to `syncSize()` being [commented out](https://github.com/Bruno17/MIGX/blob/1fd648c05a6b9d9cb12cfbc1b53fcc309ce44794/core/components/migx/templates/mgr/grids/migx.grid.tpl#L141) (starting in `migx-2.9.4`) ``` javascript //this.syncSize(); ``` Uncommenting the line...

Thanks, Bruno. NOTE: There are two places in the file where `syncSize()` was commented out. The one I linked to was the first I tried, which corrected the issue.

@opengeek in your experience, would you envision support for this feature a "large undertaking," or could someone less-versed in xPDO potentially assist? I'm happy to contribute a working PR, but...

:+1: Did not know about the RTE TV conversion > Ace with `use_editor` disabled. Is there anyway to make it apply to `textarea` input TVs, too? Just thinking about the...

:+1: Love this! Miss this feature from CodeMirror integration and MODX Evo... This brings it back with Ace and Revo! I am curious if `codetext` TV type is technically required?...

Related to #35, which was closed per modx core bug (now fixed!)

@sottwell would that also allow for User Setting overrides? I recall previously running into issues by trying to override "user_editor" on a per-user basis... curious if this is related?

Exactly, I get the feeling it's a 2.3 issue related to the change you've highlighted above. I am not sure how the `action` assignment is currently handled, or if it...