Experiencing issues? Report them.
Recently active
I ran the plugin Lorem Ipsum, then the plugin Unsplash and then pressed the shortcut Cmd + Option + P, which resulted in Figma opening the Unsplash plugin but showing the top and bottom divs from Lorem Ipsum
Hello community, I am currently using Figma’s variable feature to design different mode products in project. However, I have encountered some issues when switching between different modes. The specific problems are as follows: Components not applying correctly: When switching modes, many components do not correctly apply the respective variable, resulting in inconsistent designs across different modes. Mode conflicts: There are frequent mode conflicts when switching between different modes, leading to design errors or incomplete displays. These issues significantly impact my workflow and experience and could not figure out whats the problem. And the error message shows up is not helpful what is going on? Hope some could help for it Below is the screenshot of the error handling
Hi everyone! I’m working on mobile app, then set “fixed position” for bottom navigation. I don’t know whey it jump up in the middle of screen. I tried transition with smart animation and dissolve, but both the same. Here is Figma file.Figma – 24 May 24
After the recent update (I’m using beta version 124.1.1), some assets take too long to show when presenting a prototype. The same issue occurs on the stable version (not beta). I have this component with an icon and a label. On the prototype file they appear ok: But when presenting, the same icons don’t load. Some have a light-grey box instead. The same component has interaction state, and they are also not working. The click works and opens what it is supposed to open, but the appearance does not change. Tried reloading, clearing the cache and logging in again. Nothing works. The presentation page had to be opened for over 5 minutes, and if I reload the file, it resets, and the presentation needs another 5 minutes to load the icon. I also tried looking for similar posts about this recently and couldn’t find.
Hello guys, I have these two weird bugs. 1-When creating a new page, press the “+” icon then the pages area scrolls all the way up, it doesn’t matter which page I am on. 2-When I try to edit a page name, previously when I double click a page name and it’s immediately highlighted to change/edit naming. But now it’s not highlighted. Now I need double click for double click 😃 Here is a video
Describe the bug/issue you’re running into? Text input doesn’t seem to work. No text shows up as I type. Are you able to consistently reproduce it? If so what are the steps? Create or edit any sort of text node. Share a screenshot, recording, console log, link to the file, etc. Sometimes see this “Missing font replaced”: Is the issue only happening in desktop app or a specific browser , or both? Not sure, I only use the browser version What OS/version and/or browser/version are you using? Chrome 89 & macOS Big Sur 11.2.3
I would like to publish a plugin but I get the error shown above when I try to do so. Unfortunately, the error message is not specified and I have no idea where in the plugin code an error could be present. In my IDE there are neither problem messages nor error messages. Does anyone know this problem and might have a solution?
Bug: As pic shows. I already unselect all scoping. still show me irrelevant variables. Recommend: I think we should allow the ability to set all properties that support variable configurations, such as line height and font size.
Hi everyone 🙂 . I’m trying the new feature to set variable mode for prototypes with interaction… i love this new feature, but i don’t understand why when i change the mode… animation doesn’t work anymore… i miss some trick o is a possible bug?
In my design system file, all raw numeric primitive variables are appearing in the design property for Text Size, even though they’re all descoped and prohibited from Publishing. This creates a lot of confusion whenever trying to apply typography-associated tokens to main components in the same file, as I migrate them over from my ideation files. Ironically, this is not the case for other separate files that have the design system toggled on. Is this a bug anyone else has encountered? Anyone have a manual workaround to force things to descope?
1. Describe the bug/issue you’re running into? On my Swedish layout keyboard I can’t find the “/” to start the Cursor Chat. 2. Are you able to consistently reproduce it? If so what are the steps? 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? Desktop 5. What OS/version and/or browser/version are you using? Newest Chrome
A small bug I came across today while using the tool. Just thought to draw your attention over there. When hovering over the collection list the cursor also represents the resizing option for the background “Create Variable” container. Attaching GIF for more clarity.
Hello! I need to create cards that, when hovering, the image scaling and the shadowing appears at the bottom. I used interactive components for this. But if I replace the image, it constantly reloads and blinking. Sorry for bad English.
I am facing issues when I want to publish my plugin. Whenever I try to publish I find this error
Current behaviour: When I have no frame selected, the item(s) I have copied is pasted inside the frame I copied it from — or pasted into some other random frame. Expected behaviour: When I have no frame selected, the item(s) I have copied are pasted at the top level, and no inside any other frame. Note: Not sure how Figma have got this so wrong. I’m currently having to create a new file to paste things into just to avoid this unexpected behaviour. I know it’s been an issue for a while, which makes it more frustrating it hasn’t been fixed yet.
Are there any restrictions on when components can be nested into each other? I’ve created 2 components, added 2 instances to a frame but it won’t let me nest them. Is this a bug or am I missing something? I’ve tried via drag & drop and via ctrl+x / ctrl+v but nothing works.
I needed to put a negative number in for the vertical gap in a wrap autolayout, but Figma doesn’t let you use negative numbers there. However, it does let you use a negative number for the horizontal gap. What’s weird is that I can use a negative number in a variable and use that variable for the vertical gap. So there’s a workaround, but it seems like I shouldn’t have to create a variable just for that.
Hi! I am developing a codegen plugin and would like to process detached components. If I paste a component from remote library and detach it, detachedInfo property contains {type: 'local', componentId: '-1:-1'} so I can’t get any data about main component. However, Figma itself keeps link to main component as I can see it in the interface.
When the alignment buttons are clicked, nudging your selection get “disabled” because the button focus still remains on the alignment buttons. Because of that, the arrow keys scrolls up and down the right sidebar instead of nudging your selection. Once you click out of the alignment buttons, the focus returns to your selection, and nudging works again. This also happens when you click the [+] autolayout button; the click focus stays on that button. When you remove the autolayout by clicking the same button, the same issue persists.
Here we go… Figma doesn’t work well with DM Sans font in prototype mode, for people who don’t have it installed locally. Special symbols (like arrows ->) are replaced with emojis, and some text sections are disappearing completely. Switch back to the design file, and everything is fine there. The funny thing is that the right font is displayed for a few milliseconds before Figma starts to display the bugged one (I guess because it needs some time to load the bugged font, while displaying what’s came from the design source). Seems like Figma is pulling an old Google font in the prototype mode. Any ideas on how to fix this?
I try to set a logic that when the user selects over 5 tags then the “continue” button will light up. But the variable seems not working. I demo in the file, and would really wanna know where it went wrong. Video link here: Advance protptyping bug?.mov - Google Drive Thanks in advance!
When I try to publish any component It’s showing “Component unpublished successfully” instead of successfully published. Please help this is urgent.
Hello, are there any known issues with network requests to API Gateway, my setup is to allow all origins, and i can see the request being made in CloudWatch logs but I am not seeing the OPTIONS which needs to correspond with the request and in return I am getting a CORS error within my plugin. this works within my terminal, but does not in Figma Plugin curl -X GET -H "Origin: null" https://mydomain/path
Hey there, Every day that I turn my mac on, the Figma auto launches with the files that I had left open previously. However, it keeps opening another file that I don’t interact with. Any idea what’s happening and how to stop this specific file to being opened? No, I can’t delete the file 😅 Thanks
I’ve reported this bug but not news so far… I have a complex table component, which has many Cells instances. I use variable to configure the table to my needs. Cells height, Starting column, trailing column, theme… I have this bug which for some reason when swapping variant via variable it fails to render the instance. It loads all layers in the layer panel but won’t render the shapes on the canvas… I have a video showing the issue with a file after a while and the second part in a new file. The second video shows that this issue is only happening on older files. The instances load fine when the file is new… Demo EDIT: Just noticed that once the file is idle or closed and reopened the variant change via variables does not work anymore… Bug playground:Figma – 7 May 24
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.