Specify that you need to edit the advanced settings in thickbox, to remove the node/add/* line. (tested with the latest div of thickbox)

Integration with Lightbox2.
Integration with Popups.
On the config page, a radio button to select which modal window to use (None, Thickbox, Lightbox2, Popups, ect...)

On the actual crop page:
Autosize image to fit into the browser/window. Have the selection dropdown list be pre-populated with the correct size.
Using FF3, footer isn't pushed down; acts like the image doesn't have any height.
Wording - Pick "submit" or "create crop".

Comments

swentel’s picture

good ideas, the, drupal 6 branch is still in heavy development, I'll try and integrate as much as I can for the first release!

realityloop’s picture

It'd be great if the crop box maintained the aspect ratio of imagecrop_javascript's crop width and height setting.

Kripsy’s picture

I second comment #2. I think the best addition would be to have the crop box fixed at the specified width and height settings on the image after scaling and then let it be resizable if the option to do so is checked. As it is, I have an additional "scale and crop" right after the javascript crop to make sure the image is the right size.

mrfelton’s picture

I would like to be able to apply the crop right after uploading the image. Currently you need to upload the image, submit the node and then reedit the node again to be able to apply/adjust the crop.

gooddesignusa’s picture

both of these ideas sound great. #4 would be awesome

longwave’s picture

I don't think #4 is possible until CCK allows you to extend existing widgets (in this case, imagefield) - see #417122: Allow drupal_alter() on Field and Widget Settings. Otherwise this module would just become an exact duplicate of imagefield_crop.

As for the others, in 6.x-1.x-dev:

- a radio button for standard popups or thickbox has been added
- on the crop page the footer problem is fixed (by removing the rest of the page chrome)
- on the crop page the wording has been updated

rapsli’s picture

any roadmap on when you think this module has a stable release?

mrfelton’s picture