Peter Kahrel
My feedback
47 results found
-
3 votes
Hi,
Please can you provide some more information related to the issue?
1. OS
2. Document and imported file location (local or network)
3. File system type
4. Can you share a sample document along with the imported file.
5. Is the issue reproducible in ID 2020?
6. A small video will help as wellThanks
amaarora@adobe.comAn error occurred while saving the comment Peter Kahrel shared this idea · -
5 votes
The issue has been fixed in the recently released update to InDesign version 15.0.3.
Please update to this version to get the fix.
— Adobe InDesign team
Peter Kahrel supported this idea · -
21 votes
This issue has been fixed in the latest update of InDesign 2022 - version 17.3
Please update to this latest update of InDesign using Creative Cloud Desktop Application to get the fix.
--
InDesign team
Adobe
Peter Kahrel supported this idea · -
16 votes
Hello All,
Thank you for reporting the issue to us.
We have fixed the issue in the latest version of InDesign, Id 15.0Please upgrade your InDesign application to the latest version to try out the fix.
If you face any problems with the new update, do let us know in the comments.
You may also follow the below given link for the list of all fixed issues in Id 15.0
https://helpx.adobe.com/indesign/kb/fixed-issues.html-InDesign Team
An error occurred while saving the comment Peter Kahrel commentedMany thanks for fixing this, Abhinav.
Peter Kahrel shared this idea · -
4 votes
Hello All,
Thank you for reporting the issue to us.
We have fixed the issue in the latest version of InDesign, Id 15.0Please upgrade your InDesign application to the latest version to try out the fix.
If you face any problems with the new update, do let us know in the comments.
You may also follow the below given link for the list of all fixed issues in Id 15.0
https://helpx.adobe.com/indesign/kb/fixed-issues.html-InDesign Team
An error occurred while saving the comment Peter Kahrel commentedThanks for fixing this, Abhinav.
An error occurred while saving the comment Peter Kahrel commentedAttachments are disallowed (.indd, .idml, .zip). Please fix.
Peter Kahrel shared this idea · -
45 votes
Hi,
1. The majority of InDesign Scripting threads were merged and archived at first.
2. After a month or so, InDesign Scripting re-appeared as its own topic in the new forums.
3. David K. started un-archiving older threads last week, a few at a time, very slowly and by hand, because of odd server-side limitations.
4. There is no “Direct Link” to the Scripting Topic at this time, but this ought to be fixed with the current sprint from the forums team. The internal bug number is: ALFD-1530While we wait for ALFD-1530, there is a backdoor way to find direct links to topics. You can follow a topic then look at your follows… or just use these links:
• InDesign Scripting: https://community.adobe.com/t5/forums/filteredbylabelpage/board-id/indesign/label-name/scripting
• InDesign SDK: https://community.adobe.com/t5/forums/filteredbylabelpage/board-id/indesign/label-name/sdk
• InDesign Server Developers: https://community.adobe.com/t5/forums/filteredbylabelpage/board-id/indesign/label-name/server%20developersThanks
An error occurred while saving the comment Peter Kahrel commentedThe way things are going in the new forum, InDesign scripting support will disappear. It'll just whittle away as a curiosity under the general forum.
Peter Kahrel supported this idea · -
63 votesPeter Kahrel supported this idea ·
-
8 votesPeter Kahrel supported this idea ·
-
24 votes
Thanks for reporting the issue.
We are reviewing it-InDesign Team
Peter Kahrel supported this idea ·An error occurred while saving the comment Peter Kahrel commentedAman -- When I wrote 'Please go to this page' I should have added 'see under the "The CC display problem" heading'.
P.
An error occurred while saving the comment Peter Kahrel commentedAman -- Please go to this page:
http://www.kahrel.plus.com/indesign/compose-greek.html
You'll see a clear instance of the problem. Part of the problem, anyway: we can no longer set the type size in edittext controls.
An error occurred while saving the comment Peter Kahrel commentedHi Aman. This is in ScriptUI windows.
P.
-
3 votes
Thanks for reporting the issue. We are reviewing it
-InDesign Team
Peter Kahrel shared this idea · -
5 votes
Hello All,
Thank you for reporting the issue to us.
We have fixed the issue in the 14.0.3 version of InDesignPlease upgrade your InDesign application to the latest version to try out the fix. The latest version of InDesign is 15.0
If you face any problems with the new update, do let us know in the comments.
Peter Kahrel supported this idea · -
14 votes
Hi,
Thanks for reporting the issue
We are looking into it-InDesign Team
An error occurred while saving the comment Peter Kahrel commentedThe inclusion of ~F in a character class invalidates grep expressions in endnotes.
InDesign version: 14.0.2.324 (with the GREP fix installed)
Steps to reproduce:
1. Create a document, add some text and add a an endnote.
2. Make sure to add a digit followed by any characters and a dot or comma in both the text and the endnote. (I would post a file if this forum accepted them, but it doesn't.)
3. In the GREP tab of the Find/What window, enter the following GREP expression:\d[^.,;~F]+
And target the document. The expression matches from a digit up to the next period, comma, semicolon, or footnote marker.
Expected result: The expression should match some text in the main text and in the endnote.
Actual Result: The expression does not match anything in the endnote.To show that it's ~F that's the problem, use this expression:
\d[^.,;]+
It matches in the main text and in the footnote, as expected.
\d[^.,;~F]+
And target the document. The expression matches from a digit up to the next period, comma, semicolon, or footnote marker.
Expected result: The expression should match some text in the main text and in the endnote.
Actual Result: The expression does not match anything in the endnote.To show that it's ~F that's the problem, use this expression:
\d[^.,;]+
It matches in the main text and in the footnote, as expected.
An error occurred while saving the comment Peter Kahrel commentedThe inclusion of ~F in a character class invalidates grep expressions in endnotes.
InDesign version: 14.0.2.324 (with the GREP fix installed)
Steps to reproduce:
1. Open the attached document (named .jpg because this forum doesn't accept indd files). It contains a single page with text and an endnote.
2. In the GREP tab of the Find/What window, enter the following GREP expression:\d[^.,;~F]+
And target the document. The expression matches from a digit up to the next period, comma, semicolon, or footnote marker.
Expected result: The expression should match some text in the main text and in the endnote.
Actual Result: The expression does not match anything in the endnote.To show that it's ~F that's the problem, use this expression:
\d[^.,;]+
It matches in the main text and in the footnote, as expected.
An error occurred while saving the comment Peter Kahrel commentedThe inclusion of ~F in a character class invalidates grep expressions in endnotes.
InDesign version: 14.0.2.324 (with the GREP fix installed)
Steps to reproduce:
1. Open the attached document (named .jpg because this forum doesn't accept indd files). It contains a single page with text and an endnote.
2. In the GREP tab of the Find/What window, enter the following GREP expression:\d[^.,;~F]+
And target the document. The expression matches from a digit up to the next period, comma, semicolon, or footnote marker.
Expected result: The expression should match some text in the main text and in the endnote.
Actual Result: The expression does not match anything in the endnote.To show that it's ~F that's the problem, use this expression:
\d[^.,;]+
It matches in the main text and in the footnote, as expected.
An error occurred while saving the comment Peter Kahrel commentedThe inclusion of ~F in a character class invalidates grep expressions in endnotes.
InDesign version: 14.0.2.324 (with the GREP fix installed)
Steps to reproduce:
1. Open the attached document (named .ixx because this forum doesn't accept indd files). It contains a single page with text and an endnote.
2. In the GREP tab of the Find/What window, enter the following GREP expression:\d[^.,;~F]+
And target the document. The expression matches from a digit up to the next period, comma, semicolon, or footnote marker.
Expected result: The expression should match some text in the main text and in the endnote.
Actual Result: The expression does not match anything in the endnote.To show that it's ~F that's the problem, use this expression:
\d[^.,;]+
It matches in the main text and in the footnote, as expected.
Peter Kahrel shared this idea · -
109 votes
Hello All,
Thank you for reporting the issue to us.
We have fixed the issue in the latest version of InDesign, Id 14.0.3Please upgrade your InDesign application to the latest version to try out the fix.
If you are unable to see the update yet, go to Creative Cloud desktop application, open the menu (three dots) from the top-right corner and click on ‘Check For App Updates’.
If you face any problems with the new update, do let us know in the comments.
You may also follow the below given link for the list of all fixed issues in Id 14.0.3
https://helpx.adobe.com/indesign/kb/fixed-issues.htmlPeter Kahrel supported this idea · -
83 votes
Hello All,
Thank you for reporting the issue to us.
We have fixed the issue in the latest version of InDesign, Id 14.0.3Please upgrade your InDesign application to the latest version to try out the fix.
If you are unable to see the update yet, go to Creative Cloud desktop application, open the menu (three dots) from the top-right corner and click on ‘Check For App Updates’.
If you face any problems with the new update, do let us know in the comments.
You may also follow the below given link for the list of all fixed issues in Id 14.0.3
https://helpx.adobe.com/indesign/kb/fixed-issues.htmlPeter Kahrel supported this idea · -
82 votesPeter Kahrel supported this idea ·
-
2 votes
An error occurred while saving the comment Peter Kahrel commentedThe forum doesn't accept indd zip files, so I renamed the attachment .txt. It is a zip file though.
Peter Kahrel shared this idea · -
32 votesPeter Kahrel supported this idea ·
-
50 votesPeter Kahrel supported this idea ·
-
915 votesPeter Kahrel supported this idea ·
-
452 votes
Thanks for the suggestion. We have started to explore this feature. Will share more details soon
Thanks
AbhinavPeter Kahrel supported this idea ·
For some reason I cannot reliably reproduce this problem (and a similar problem with relink()). I'll keep trying and will either re-open this ticket or a open a new one. For now, this one can be closed. Apologies.