Skip to content

AdminEgor Chistyakov (Admin, Adobe Illustrator)

My feedback

7734 results found

  1. 4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminEgor Chistyakov (Admin, Adobe Illustrator) commented  · 

    Interesting... my Swatch Options dialog looks a bit different than the one you attached, please take a look at the attached image.
    Mine allows me to input a HEX value directly into the dedicated field.
    What Illustrator version are you using?

  2. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    does a reinstall help? for some error it seems your registry entries have gone corrupt.
    Please accept my sincere apology for the inconvenience. Please get in touch with us at any of the other support channels – https://helpx.adobe.com/support.html . Since this is not a generic issue that we can reproduce at our end, we will need someone to look into your machine to figure out what is going on here.

    AdminEgor Chistyakov (Admin, Adobe Illustrator) supported this idea  · 
  3. 26 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminEgor Chistyakov (Admin, Adobe Illustrator) commented  · 

    A related bug report:
    Action with Image Trace does not record preset selection
    http://illustrator.uservoice.com/forums/601447/suggestions/48528176

    AdminEgor Chistyakov (Admin, Adobe Illustrator) shared this idea  · 
  4. 4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminEgor Chistyakov (Admin, Adobe Illustrator) commented  · 

    A related bug report:
    Image Trace API is broken
    http://illustrator.uservoice.com/forums/601447/suggestions/45506401

    It means we have no real ways to automate these :/

  5. 11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminEgor Chistyakov (Admin, Adobe Illustrator) commented  · 

    A related report:
    Drop shadows rendering differently after updating from 25.0 to 25.4.4
    http://illustrator.uservoice.com/forums/601447/suggestions/46166314

    An error occurred while saving the comment
    AdminEgor Chistyakov (Admin, Adobe Illustrator) commented  · 

    Does it look similar to this problem?
    http://illustrator.uservoice.com/forums/601447-illustrator-desktop-bugs/suggestions/47566373-drop-shadows-appear-lighter-in-v28-1
    It is now fixed in the Prerelease version. Should be pushed to the Beta or the stock version soon enough.
    However, in your case it looks like it’s missing completely. At the same time there was another problem with broken blending modes, also fixed. Perhaps it’s the case.

    An error occurred while saving the comment
    AdminEgor Chistyakov (Admin, Adobe Illustrator) commented  · 

    Can you share the file, along with some screenshots of before and after, and your exact specs, please?

  6. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminEgor Chistyakov (Admin, Adobe Illustrator) commented  · 

    Jim, there was a similar report about Drop shadows appearing to be lighter, fixed in February 2024: http://illustrator.uservoice.com/forums/601447/suggestions/47566373
    Not sure if you are still using 25.4.4, but perhaps you can try to install the latest 28.5 build and verify if it got anything better for you?

    An error occurred while saving the comment
    AdminEgor Chistyakov (Admin, Adobe Illustrator) commented  · 

    This change, whatever it is, was made 2 years ago :( I wish you have reported it sooner... maybe it’d help to notice and fix it sooner... perhaps some optimization? It'd probably won’t change back, and the only option I feel is left is to tweak the shadow to have a proper look, to write down the values, and to 'fix' all existing shadows. A tedious job :(
    Still I think you should share the file for the team to look at it.
    Please upload it elsewhere and send the download link to sharewithai@adobe.com, and put the link to this report for tracking: https://illustrator.uservoice.com/forums/601447/suggestions/46166314

  7. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Nihiltres, UnitValue is an object with properties

    baseUnit - type of UnitValue data type

    type - type of String data type

    value - type of Numeric data type.

    When using unary operator on object, the underlying value property of the object is modified.

    Example:

    var uv = new UnitValue(2, "px");

    "-uv" will result in uv.value modified from "2" to "-2" and stays as Numeric data type.

    Any unary operator on object as whole will return the object itself.

    Alternatively you can achieve the result you expected by directly manipulating the value instead of the object

    var uv = new UnitValue(2, "px");

    "-uv.value" this will return the Numeric data type with negating the value, in this case it will convert the number 2 to -2

    I do see it is working as documented, I would like to hear your view with the above information.

    Unary operators (~, !,

    AdminEgor Chistyakov (Admin, Adobe Illustrator) supported this idea  · 
  8. 9 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    AdminEgor Chistyakov (Admin, Adobe Illustrator) supported this idea  · 
  9. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminEgor Chistyakov (Admin, Adobe Illustrator) commented  · 

    I wonder if the latest versions behave any better? The team made a lot of changes to how zoom works in these two years.

  10. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminEgor Chistyakov (Admin, Adobe Illustrator) commented  · 

    When you edit a text, Illustrator goes into dedicated text mode.
    Some keys in this mode don’t act like they normally do. The most obvious example — actual letters, they just get typed. Same goes for Spacebar — instead of panning, it inputs spaces! But an ability to pan a document was so important to users (before middle click pan was introduces especially), that an additional way to access Pan was added, a long time ago. Opt/Alt while editing text indeed enables Pan temporarily.

    This can’t be changed, and the intended way of dealing with this is to commit the changes we make with either Escape or Cmd/Ctrl + Enter, or just use another ways to zoom out, like Cmd/Ctrl + Minus, or Alt + Scroll — these don’t interfere with input, like Space.

  11. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminEgor Chistyakov (Admin, Adobe Illustrator) commented  · 

    I wonder, why would you need to scroll trough them at all? Do you need to access a specific one that it at the very bottom of the dropdown list?
    What got broken for you exactly 4 years ago, and how specifically?

  12. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminEgor Chistyakov (Admin, Adobe Illustrator) commented  · 

    Illustrator never changed the way scaling works, it’s what Photoshop tried to impose at some point. Now it can be changed back with a dedicated option in Preferences > General: Use Legacy Free Transform.

    As for the 'change tools back to old way' — what do you mean specifically? The classic toolbar is still available for us, and we can enable it via Window > Toolbars > Advanced. Or did you mean something else?

  13. 47 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminEgor Chistyakov (Admin, Adobe Illustrator) commented  · 

    A way to create QR codes directly in Illustrator now is this free QRCodeMakerPro extension by Ten Agata:
    https://exchange.adobe.com/apps/cc/13171/qr-code-maker-pro

    AdminEgor Chistyakov (Admin, Adobe Illustrator) supported this idea  · 
  14. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    AdminEgor Chistyakov (Admin, Adobe Illustrator) supported this idea  · 
  15. 12 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    AdminEgor Chistyakov (Admin, Adobe Illustrator) supported this idea  · 
  16. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    AdminEgor Chistyakov (Admin, Adobe Illustrator) supported this idea  · 
  17. 16 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    AdminEgor Chistyakov (Admin, Adobe Illustrator) supported this idea  · 
  18. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminEgor Chistyakov (Admin, Adobe Illustrator) commented  · 

    Julie, do you mean GRIDS or GUIDES? Reading the text I see you talk more about grids ('customizable colors instead of gray'). At the same time you call them 'guidelines', and talk about matching a layer, as if each layer can have its own set. So — grids or guides?

  19. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminEgor Chistyakov (Admin, Adobe Illustrator) commented  · 

    This request reminds me of one particular script made by Katja Bjerrum, PageIndexer. Does not the thing you want either, but perhaps you can contact her as commission one?

    An error occurred while saving the comment
    AdminEgor Chistyakov (Admin, Adobe Illustrator) commented  · 

    Interesting... Feels like a very custom tailored workflow for me, but I see the usefulness in some workflows.
    I bet a custom script can be made that puts this time stamp on the current artboard, and then updates it if one exists already. Perhaps it should be out in a dedicated layer also. Would you use such a solution?

  20. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminEgor Chistyakov (Admin, Adobe Illustrator) commented  · 

    Sandy, do you still have the problem?
    Can you please check what OS scale factor you have chosen in Windows’ Display Settings (right-click the desktop to access it in the menu), in Scale and Layout section? Is it more than 100%? Does it change when you set it to 100?