-
Notifications
You must be signed in to change notification settings - Fork 33
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
Does not render properly in 2.3.2 #74
Comments
jap, it's a mess and my bad in part (like in re-doing the inputs for 2.3)... wanted to fix this myself in spare time but currently I dont have such thing^^ |
Unfortunately I don't have enough understanding of the ExtJS/Smarty stuff to be able to figure out what's going on. I'm making progress slowly, but not up to something like this yet. |
wow... yeah i can see that being a bit of an issue for usability.... From the screenshot it looks like a clash between the css hacks that were put in place (by me) to sort layout issues in the 2.2* releases against the nice new structured styles of the 2.3 releases. I doubt it's ExtJs causing that top-margin issue - take a look at the image+ stylesheets. The clipping of the icon on the right hand side of the screenshot is definitely caused by the ExtJs framework - it uses explicit container widths for all panels and clips anything that overflows. Has anyone got a fork of this fix on the go for 2.3 or do i need to brush the dust off my Modx? |
Well, I'm right now struggling with git and github to submit a couple of small fixes to minor issues in the MODX core. Once I get that under control and begin to understand what I'm doing, I'll see what I can do with this. I've never used it, but it seems like a very useful add-on. |
If I fork this (already done), do I clone it, then set it up like the "doodles" tutorial, using something like the rtfm has here http://rtfm.modx.com/revolution/2.x/case-studies-and-tutorials/developing-an-extra-in-modx-revolution#DevelopinganExtrainMODXRevolution-MakingtheMagicPathSettings or is there a way to be able to have it installed in a MODX installation and work on it? I can set up a MODX Cloud repository if that would be helpful. |
sottwell you don't have to do that in the "doodles" tutorial. It's far more simpler. You fork this repo to your account. Then there is a _build as you can see in the repo. Just set it up in your webserver directory and run it. It will create the latest package. Now this puts everything in place already for you to work on the issues.(ofc you have to install the package) Once you create any changes on your local installation of the build you can just push those to your repo and propous the pull request to the original repo. Best, yuka |
Have done some compatibility work on the 2.2.0 version from MODX Extras and commited it to master on https://github.com/Jako/ImagePlus. The folder renaming was somehow necessary to use GitPackageManagement for build. At that time I changed The main changes here:
Maybe they are also valid for 3.0.x branch. |
Revo 2.3.2, Image+ 2.2.0 beta.
The text was updated successfully, but these errors were encountered: