I've found that with the recent upgrade to Indesign CS6 there is a bug in the "Frame Fitting Options" for placing images into a frame box. By default the options are set to place the image centered in the box, but when placing an image it plops in at top left... it only seems to plop in centered if I also check the "fit content proportiaonally" which I don't want to do. What's up with this?? I work for a book publisher that publishes image heavy books, so this is a major hassle for me.
I'm experiencing a similar issue. When working with object styles, neither the alignment options nor the fitting options have any effect over the content in the frame. However, right-clicking the frame and selecting the desired fitting option does work. Additionally, I've been able to double click on the content in the frame to get a bounding box around the content and free transform within the frame.
Hello everyone, I recently upgraded from CS5 to CS6 recently. I am experiencing the same scenarios being described here in this forum: placing images and the “Frame Fitting Options” control is not being honored. Is Adobe listening/reading our comments. Is there a solution on the near horizon. Or, is Adobe beginning to show its weakness like QuarkXPress has done in its’ past. I am voting for Adobe. The solution to this scenario should be a quick “dirty & down” project... it worked before--it should NOW! Adobe, resolve this solution now. We are counting on you!
Wow, now here I am a few months later again and the bugs are still there. This is the type of bug that renders the application unusable. I have had to resort to using Photoshop to produce prints with the scaling dpi that I want.
There are several modes of this bug. The way I see it, once you change a frame to "fit contents" (which it will always do) you can never again set that frame to Center, or set the image to "unscaled" again. I have seen that this can work if you go ahead and delete the original contents of the frame and re-insert the image after clearing the formating options. The images in my frames need to either be fitted to the frame, or "cropped as a to-scale". I would think that when I select different options from the Object-Fitting menu, that I would see different results, but that is not always the case. If you pulll up the options and select different alignment on an image (from left, from bottom, etc.) that doesn't always work either.
I would think a rigorous investigation into this part of the application is long overdue.
The reason that we are all using Adobe Creative Suite is because Quark rested on the laurels for too long, although looking at the promotional materials coming through from Quark they are really making an effort to stay in the game.
Maybe the tide will turn again if Adobe continue to ignore their customers. This is a major problem, that causes me trouble many times a day.
M-Z
It's true. It is a very severe bug. It's right up there with Windows 7 deleting a file in explorer and the operating system not removing it from the list until you hit refresh. In both cases, maybe the developers have tried to fix them, but can't. They're much too obvious to have gone unnoticed.
I just upgraded and found this bug in my first 10 minutes using the program. IT took CS5 off my machine when they upgraded me to CS6. This is going to be a HUGE problem for me, as I use this feature all day long. This will literally cut my productivity in half. I can't believe Adobe has been aware of this problem for months and hasn't taken the time to fix it.
I placed a bug report with Adobe months ago... it's sad to see they have not bothered to fix this. This is the reason I still use Indesign CS3 for building my books at my job -- CS3 is BY FAR the best version of Indesign when it comes to working with lots of images. With each new version they make working with images harder and harder. Sigh...
FGallery
Although I agree it may be difficult this is an essential function for most designers. We all have to place long PDF files and spend ages correctly positioning them in the centre of the frame, which we shouldn't need to waste time on.
The fact that we don't feel that we are being listened to is unacceptable. I don't see any Adobe employees on this thread telling us that they are working hard to resolve this problem. If it worked before, surely it can't be that difficult.
Personally, I was happy with InDesign CS4 as it rarely let me down- especially with Frame-fitting issues. We had no choice to upgrade to CS6 or we'd have to buy it outright, which for a small company, is a massive outlay. Dissapointing to see this thread has had no reply on such a seemingly basic oversight.
Hmmm, that is a shame, it works for me on Win and Mac.
I have no idea why it is working, as you can see from the code it is simply setting the value of fittingAlignment to its self.
In my testing I did create a new document, new frame, set the proxie and then place.
My ID is not patched or updated.
P.
You may well be barking, that's not for me to say! I've double checked that I put the script in the right place, and gone through all the steps above and it still hasn't worked, which seems weird. I'm running CS6 v8.0.
I have tested on an A4 portrait page, with the proxie set to bottom right, and am placing an A4 with bleeds PDF into the frame.
OK, lets put an alert in the script. Are you able to edit the script? If so paste this in.
function ourAfterPlace(e){
var theImage = e.parent;
alert ( theImage.constructor.name );
if (( theImage.constructor.name == "Image" ) ||
( theImage.constructor.name == "PDF" ))
{
theImage.parent.frameFittingOptions.fittingAlignment = theImage.parent.frameFittingOptions.fittingAlignment;
}
}
Should we go to PM, rather than clog this thread up?
P.
Hey everyone. Pickory has developed a script, and I have tested it with a few different formats and it seems to work well.
You can download it from here:
http://www.kerntiff.co.uk/free-stuff/afterplace
Please let us know whether it works for you or not so that any wrinkles can be ironed out.
GOOD NEWS!
Have a nice weekend everyone ![]()
North America
Europe, Middle East and Africa
Asia Pacific