Experiencing issues? Report them.
Recently active
As the title suggests, when attempting to change the background color of an overlay by selecting from my local colors, the cursor changes to the color picker and I’m unable to select the color. Is this a bug or am I missing something here? 😂
I have recently developed a plugin that requires network access to certain domains, so I have individually specified them in the manifest.json. For some reason, the code in the published version is not updating, and even after publishing after correcting the code, still the code is not updating.
Hi Figma I have a bug for a Deleted file, when I deleted the file it did not appear in the Deleted Folder so now I can’t restore it. Also, the file was created by someone else on the team.
I built an icon button with a tooltip experience. However, tooltip names are not being updated while presenting mode, it stuck with the default component text. Text set up: But when presenting, it still looks with the default component text: It blocks interactive components to be used in many cases, so I have to go manual for now.
1. Describe the bug/issue you’re running into? Copied text from figma text layer can’t be pasted to the figjam active text layer that already has been edited. But It works when nothing is selected in figjam and you just pasting the text into the canvas, so the new text layer created automatically 2. Are you able to consistently reproduce it? If so what are the steps? Click to edit the text layer in the figma Select the contents and press Cmd+C Navigate to the figjam file Create text layer in figjam Enter something in the recently created text layer and leave it focused Press Cmd+V Nothing happens 3. Share a screenshot, recording, console log, link to the file, etc. 4. Is the issue only happening in desktop app or a specific browser , or both? Tried only in desktop app 5. What OS/version and/or browser/version are you using? macOS Big Sur 11.2.3 (20D91) Figma Desktop App version 97.7
Imported sketch film, converting to new design system. when i change the component, it renders wrong.
Copy and paste no longer work while using FigJam on my iPad Pro (12.9-inch) (5th generation). I’m unable to copy and paste objects on the canvas, or even text from another application onto the canvas. It stopped working something like a couple weeks ago.
I have an overlay (on hover), with a button that opens (on click) another menu overlay. in the overlayed menu I have a button that changes a variable. The variable is changing a component variant(it works) however this component has few animated on delay steps from the newly changed variant - but they don’t work. If the same button is in the frame, it will change the variable that changes the variant and the sequence of on delay steps will work. so basically the same button will initiate the change from both frame and overlay, but when its initiated from the overlay the component sequence animation will not work. Any ideas?
Hi Figma Team I have been converting my Styles to Variables now and when I got to the part where I’m organizing my color Groups it keeps on glitching whenever I drag my “Tertiary” group and the indicator shows that I’m not dropping it into another group but it still does put it in another group. Also, it’s a little annoying whenever I try to click through different groups the window jumps around because some groups have different list lengths. Please see the video for details
Summary Running findAllWithCriteria({types : ['INSTANCE']}) and then accessing properties on the returned instances causes subsequent calls to return ±5x the amount of results. Additional Info This doesn’t seem to happen on other node types, just INSTANCE nodes skipInvisibleChildren is set to false (running with it on does the same thing, just less) Running a custom traversal function returns the 5x amount. Accessing the id property doesn’t seem to trigger the amount increase. The instances in the large array seem to have unique ids. There’s also a small difference between calling it once and second time but remains consistent after the second call. Any info/help would be appreciated.
I’ve made quite big varaibles library using three groups (primitive, system and component). Everything looked fine until I desided to change hover and active state colors for my secondary cta. In the varaibles table they updated, aslo in most of the components, but there are some that still look like before. After cheking their varaibles’ names everything looks ok in the table, but the colors don’t change. Now I’m worried that I have to go and search trought my whole design system.
Hi; I’m working on a feature for my plugin QoQo. this feature allows the plugin to send text in Hindi to Figma canvas. The font is set to Inter which does not support Hindi, but I expect Figma to fall back to a font that support Hindi glyphs. Recording: Loom | Free Screen & Video Recording Software | Loom
Hi team, I am experiencing an issue while prototyping a component. The variable I assigned to the click interaction does not change accordingly. I have provided a video below to demonstrate the issue. I am hoping to get this issue fixed as soon as possible. Thanks, Rav
Managed to crash search when trying to use the replace feature. I selected manually a bunch of items on the list and try to change before being shown this and causing a reset.
I created a frame (“A”) and nested a frame (“B”) within it. Months ago the way it worked was that I could drag to change the height of B, and then A would resize accordingly. Having been working with Figma for almost 2 years now, I have a good familiarity with the interface. Basically, A models a webpage with the width being “device width”, and B models a “max-width” CSS value. There are two approaches: Approach 1: Make B have fixed height, and let this be the “control”. The control is the frame that I manually drag to quickly change the height of the content area in my wireframe. In this scenario, A should automatically resize to match the height of B because A is set to “hug”. Approach 2: Make A have fixed height and set B height to “fill”. Neither of these approaches was working. No matter what I tried, B height only offered “Fixed” and A didn’t offer a “Hug” option, despite the fact that A was already set to auto layout. At the last minute, I decided to try disabling auto layout o
This has happened in multiple components of my library and design files but I’ve just not bothered with it and manually updated it to this point. We are introducing a large change in UI and I do not want this to happen as we scale more down the road. Our library has nested and hidden master components within one master component to be accessed by our designers. Example: “_item/ Single Tab” which has 5 variants for states and multiple boolean options for that single tab. Which then I create a master component with multiple layers “_item/Single Tab” to one “Tab” master which later will be scaled for both horizontal and vertical tabs. This master component only shows up for the designer when published and I work on changes in the “item/single tab” component to be published. Expectation of change: I changed the above hover and active state in the single tab and published the library. It pushed to the master that designers can grab I reviewed and updated my library in my design file where
Experiencing hex color mismatch in the Figma Windows desktop app. Hex colors are not displaying accurately, impacting design work. Seeking a resolution for this issue to ensure a consistent design experience in the Windows app.
Designers are often moving elements around using Ctrl X, Ctrl V. I suggest handle it as a special case and keep existing Ids. It will help all plugin developers who rely on these ids.
This seems to be happening with the newer phone presets, and not on desktop, watch, or older phone presets. You can kind of see there is a shadow only near the top. I closed everything and rebooted computer; still the same. 116.13.3 / Mac 13.0
Hey all, seems like there are similar shadow effect issues in the prototype but I don’t see anything resolved. I have a shadow effect that works perfectly inside the design file, but in prototype present mode, it looks completely different. Some of the shadows seem fine…which adds to more confusion. Does anyone know why this is, or which visual representation is correct?? In design: In prototype present mode:
In the “Local Variables” tab, when the list of variables becomes lengthy, the “+ Create Variable” button at the bottom ends up obscuring the last variable in the list. This can be quite frustrating because there’s no way to scroll down, leaving the last variable hidden behind this button and inaccessible. How can we address this issue?
Hello everyone! I’ve been working on a Codegen plugin for my team. It takes a group of elements and exports them as a React component. Everything seems to be working perfectly, including its display within the FIGMA interface. However, when I copy the generated code and paste it elsewhere, I notice it has double the intended indentation. Instead of the expected two-space indentation, it’s coming out with four. Is there a setting or solution to address this? Thanks in advance! Marlus
Is anyone having issues using Content Reel? Every time I try to use it, it locks up the Figma Desktop app? Same behavior in the browser as well.
When I select any instance in any file the name of the instance does not appear correctly in the design panel. They are all labeled “Document”. This just happened, never came across it before, so I’m guessing this a result of the latest “update”. It makes it pretty difficult to know which instance I actually have selected and am currently working on since they’re all named the same exact thing now. I can see the true name in the layers panel, but that’s not where I’m making the changes. A quick fix for this would be greatly appreciated as naming conventions are kiiiiiind of important.
I use links to share designs quite often, however recently it has stopped working like it used to. When opening a link in mode=design it only selects the frame/component. It does NOT teleport you to it. However, if you change the links mode to mode=dev, it selects AND teleports you to it. I assume this is a bug because it used to have the same behavior for both modes. I also have open-in desktop app enabled and I haven’t tested it to see if it does the same thing opening in the browser.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.