Experiencing issues? Report them.
Recently active
For example - Montserrat, or Noto Serif: Google Fonts Variable font sliders are missing Slant as well.
After Figma released the new version of the product, I can’t find the the “Edit Object” tool to work with the vectors. Please, help me to find it. I don’t think it’s a good idea to hide some important tools. Clean and fancy space is good, when it’s working. I don’t like to search the functions in the collapsed folders. Please, do smth with it.
I’m using Figma Slides and some screens have basic interactions: one shows a PNG of a screen that can be scrolled vertically one has a video If I only select the “Present” option from the play button menu, the interactions work. If I select “Present + Notes”, they don’t work in either view; the slides seems to be entirely static and nothing will move or play. Is there anything I can do to fix this? Unfortunately I have to show the presentation soon.
Hello, it’s been a few weeks that Ctrl+Alt+K is broken on all of my accounts, on all of my devices, and on the web and desktop apps. Changing the keyboard layout (both in Figma and Windows) does nothing. When I hover the button, the shortcut in the tooltip is indeed Ctrl Alt K. But it does not work anymore.
Hi, I’m facing a weird case: When fetching a third-party file through /v1/files/xxx I see inside components the component 2:839. It’s marked remote: false and dozens of instances are using it through componentId: "2:839". Unfortunately, the component definition does not exist in the document tree. I have to use the endpoint /v1/files/xxx/nodes?ids=2:839 to see it exists. What could explain this? Did you see this before? The file used is a design system from ~2020, I’m wondering if due to different Figma versions, evolutions… maybe the file as a corrupted tree? EDIT: note that by using /v1/components/$COMPONENT_KEY, it returns 404 so it’s not a remote component wrongly noted as remote: false.
Hi mates! I’m back again with a new bug! I have no idea what it is. Created a component using a simple radio component. All variables are assigned correctly, but Figma decided to assign additional variables in a component that she should not have access to in this file. If you dig deeper, you can see that there is such a variable, but it is designed to round the border radius and it is tied to another element. What was my surprise when I specified the variable for the radius.
Not sure if this is a bug or a feature request tbh. But I am not getting hover states on any of the menus or interface on UI3. I feel like this used to be there and was very helpful. Having hover states on items is really missed and I believe is an accessibility requirement as well.
Hello, I’ve been experiencing a weird bug when it comes to the prototype of some latest projects i’ve been working on. These involve alot of “On hover” effects within the components. The bug happens once you scroll the screen and the “On hover” effects triggers on a component and all of the hotspots become unnaccesable, seemingly scrolling past where the component is actually on the screen. Before scroll: After scroll: Recording:
I need to update from main file before merging changes. However, in the process of updating main file, it says a change is “System Improvements: File Optimizations”. Not sure what that is (there is no description provided), but I hit “Apply changes” anyway. Nothing happens. Now I can’t merge my changes since I apparently still need to update those system improvements from the main file.
Hi! This morning I found such a bug with autolayout: When I try to combine several layers into one autolayout, some of the layers go beyond the autolayout, although all of them are not in an absolute position
I have made a side menu that contains several layers of nested components. The issue is that when i enter preview mode some of the properties of some of the nested components (but not all) revert back to default whenever the parent component changes variant. Problems include: Icons that have been swapped using instance swap property reverting back to default. States (Active/Inactive) reverting back to default Hidden elements reverting back to default. I.e. will be shown again Text properties resetting back to default Again, not all nested components are experiencing this issue which is the weird part seeing as they are instances of the same component. I have attached a video of the issue. Any thoughts on what could resolve the issue?
We recently migrated off styles to their underlying variables. Everything looked good in the master library, the removed style exposed the underlying variable as expected, no more styles anywhere 👌. This is a different story in all files consuming this library though. Despite being deleted, the styles linger like ghosts, but only in the “selection colors” section. See this image detailing the same component instance, one in the library, and the other in a consuming file. I’ve seen others in the community with similar problems, and would love some insight into any fix timeline for this 🙏. It’s eroding our trust in publishing updates, and impacting the experience of our system.
I’ve noticed in my Figma file, I get these odd ‘Primatives’ and ‘Tokens’ which should when I click the Variable icon next to “Page”. I do have a default and one alternative Mode - which is under “Local Variables”. But the other ones shouldn’t exist at all. I haven’t actually ever created a “Tinted Background” or “Light Background” Mode in any project ever. So I have no idea where they’re coming from? The fact there’s two “Tokens” is also confusing? There are no Libraries added to the file and none are “In Use”. I’ve attached screenshots showing the rogue options as well as the variables I have setup in the file so you can see there are no other Modes there. Any ideas? I thought they could be coming from other files within the “Team” but if they’re not linked and share nothing in common, this shouldn’t be the case, right? Thanks in advance!
Recently, our educational center asked us to migrate our work from corporate accounts to our personal accounts while they carried out a series of maintenance tasks. I have tried to fill out the form to apply for the Figma education plan to use it for class assignments, but when I access the page, it automatically shows the page that it has been successfully completed. However, when I subsequently access Figma, I am still on the free plan. Additionally, when I try to create more than one mode in the variables, the plans window pops up. It seems like it is stuck in a loop and I can’t fix it.
Bug: when moving on the canvas (middle mouse button) starting with the cursor above the link. The object is moved instead of moving the viewport on the canvas. I think it’s a bug, because it’s a very strange and unexpected action While I was writing I found a second bug, when you move the viewport over the canvas (by pressing the middle mouse button) and if you are editing text at that moment, then when you start moving over another text, you will not move the viewport over the canvas, but will start editing the text. It seems that the program incorrectly handles the middle mouse button over different objects and takes it as the right mouse button.
To zoom I like to hold z and just drag a square around where I want to go, rather than clicking a bunch of times. But it when I do this, it lands me too far to the right. There’s some calculation that’s off, and it doesn’t seem to happen in other programs. Anyone else have this issue? It’s only with the app. The web version seems to work fine.
Hello! Recently, I change master icon color and the instance doesn’t change to master color. In the past this worked fine, all the child layer of icon named Vector for consistency. Here’s the file you can check out. Thanks Figma test - Instance not change color.fig (108.7 KB)
Hello there, We encounter an issues while searching for any plugins or any widgets, we have these error messages : “An error occured while searching for widgets/plugins”. Here is the one for the plugins (it’s same format for the widgets) : Do you please have any clues on that ? Thank you
I was trying to export all VectorNode properties via ExportSettingsREST, but vectorNetwork or vectorPaths are missing - it’s impossible to reproduce vector node in my app.
As the plugin API document says, the group api allows to create the new group while keeping all the grouped layers in the same absolute x/y locations. However, it dosen’t work as expected in my case: // the absoluteNode has the layoutPositioning "ABSOLUTE" figma.group([absoluteNode], absoluteNode.parent); // the x/y locations of absoluteNode are changed, and the new group has the layoutPositioning "AUTO" Also, I’ve double checked the “Group selection” menu in Figma editor and it works all right. It seems that there is bug in group API. Hope it to be fixed.
While working with the createVideoAsync and fetch we have notice recently the both functions have become slower to the point Figma crashes (the file) because it ran out of memory trying to load the video though the plugin and it started to happen in the last couple of months. Video Files that are less than 50 mb mostly work but are taking longer than normal to fetch load. Loading images works fine. And loading the same videos manually by dragging them into Figma works fine too. The code we use to load that is base on the documentation const component = figma.createComponent() const response = await fetch(url); const buffer = await response.arrayBuffer(); return figma .createVideoAsync(videoData) .then(async (video: Video) => { component.fills = [ { type: 'VIDEO', videoHash: video.hash, scaleMode: 'FILL' }, ]; }) .catch((error) => { console.warn(error); });
We are using Figma to create template components of what we consider Universal experiences. I am trying to utilize instance swap for Headers and Footers. It works great, but there is a bug where in the template (component) document the breakpoint variables break. So they always show as a single version (Desktop/Tablet/Mobile). But when I copy the component into a different file or full it in through assets it is working as expected and the swap works as expected too, basically it unbreaks itself. It has been hard to create the template components with the correct options when not visually being able to see that it is working. Any help would be appreciated. Thanks! -Amber
Toggle buttons like “Constraint proportions” or the visibility eyeball seem to retain focus, even after hitting the Escape key. Users have to click somewhere to remove focus. This can be irritating if you click one of these buttons (or accidentally tab to one of them) and then try to use arrow keys to move the selected layer, or the Delete key to delete the layer, or the backslash “/” key to select a parent layer – all of which will do nothing until you use your mouse/touchpad to click on the layer again (even though it’s already selected).
A file ownership was transferred to me. As a new owner, I can’t move it to a private team/project folder so that I can manage the invited accounts on it. The file currently only appears in my ‘Recents’ tab.
After your updating with resposible windows it always have to reload, and i always have to change window size to to place it under an open frame, since it no longer opens automatically to fit the frame size
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.