Preserve active job properties section when dialog is canceled

If you open the Job Properties dialog, change to a different section (e.g. changing from “General” to “Timeouts”) and then click OK in the properties dialog, the dialog is opened to the same section the next time. However, as of 7.1.2.1, if you click Cancel, the active section is not remembered. Can it be please?

Hello Nathan,

In doing some tests using 7.2.1.10, this functions as you want it to. I would recommend upgrading to 7.2.1.10 to obtain this functionality.

Thanks Dwight. We are planning to upgrade as soon as we make it out of our current stretch of deliveries (likely next week), but it’s good to know this has already been addressed.

Just wanted to mention that this is not fixed in 7.2.1.10.

Confirmed here now as well on Mac 10.10. I could have sworn this worked when we tested. I tried myself too…

Qt is handling this for us. I’ll ask around, but I’m not entirely sure how we can stop Qt from remembering for us.

Edit: It only resets when the plugin-specific section is highlighted (or so it would seem). Uploading YouTube clip now, see here: youtu.be/o19Fddt7Li8

Passing comment…but it’s working ok for me on 7.2.2.1 on OS X 10.11.3…

It seems that the broken behavior still occurs when using Esc to close the dialog, but not when hitting Cancel.

Those two should really be using the same code path…

Yeah, we should be able to add that to the cancel functionality. Thanks.