Rolling out: Projects become folders 📂 ✨
Your opinion matters! Tell us what’s working (or not).
Recently active
When choosing the underline text-decoration the line is above the text when you make it really thick and reduce the offset. If it was behind you could simulate a marker that highlights the text. If you want a line above the text there is already the strike-through option.So underline should be behind the text, strike-through above like it is in InDesign that would give us a lot more options when designing.
Send/Stop button should indicate when I am hovering as when files are uploading i want to know when they are done and I can send. Gemani has this feature and it is very useful. Support for files other then images would be very useful. Also a broder range of items I can upload some key ones could be code files, pdfs, docx, ect Better awknolevement of tasks, often it will chose the first topic mentioned and not do anything after it. Make the point and click apply to all common elements
We just wrapped the big announcements at Config, and we know there’s a lot to take in.This thread is your space to share reactions, ask questions, and let us know what you're excited about (or still curious about) with regard to Figma Buzz. Our team will be actively reading and sharing relevant takeaways with the product team. What we’d love to hear from you:What aspects are you most excited about — and why? Where do you still have questions or want more clarity? Anything that didn’t quite land for you yet? A few quick reminders:If you need help with a specific account or file issue, please get in touch with a specialist on the Support Team. A note on Community Guidelines: Posts that veer off-topic or become unproductive may be moderated to keep the focus on the product at hand. Keep feedback focused on Figma Buzz — this helps everyone follow along.
This is a regression in Crop behavior.Previously, it was possible to adapt a 16:9 image to a fixed 1:1 (768×768) exportby symmetrically pulling the left and right crop edges toward the center.The content itself was not edited, only the visible area was adjusted.This workflow exported a correct 768×768 image without empty paddingand without cutting important text.Currently, Crop enforces strict aspect ratio behavior.When adapting 16:9 → 1:1:– using Fill crops important content– using Fit / Scale results in empty bands (letterboxing)This removes a previously available and widely used workflowfor preparing fixed-size marketing assets where content cannot be modified.This is not a design request but a regression.There is currently no way to reproduce the previous behaviorusing Crop, Mask, Frame + Clip content, or Image Fill.Please consider restoring the previous Crop behavioror providing an explicit “symmetric crop / content-aware crop” option.
Figma Desktop opens but the main hub never loads. Browser works perfectly.I cannot open menus, create new files, or access settings.Full cache reset, deleting Figma Agent, reinstalling, disabling GPU via flags, and reinstalling older builds did not resolve it.This started immediately after the 126.0.4.0 Windows update. Anything else I can check? I use the browser sometimes but it takes a while especially when I am using fonts that I installed and takes longer to load.
I’m experiencing an issue when copying components from Figma Design to Figma Buzz.Steps to reproduce: Create a master component in Figma Design. Copy this master component from Figma Design. Paste it into Figma Buzz. Expected behavior:The pasted component in Buzz should become an instance of the original master component, maintaining a live connection to the master in Design.Actual behavior:In Buzz, the pasted component retains all its properties and structure, but it is no longer linked to the original master component in Figma Design. The connection to the source component is lost.When I make updates to the master component in Figma Design afterward, only changes to nested components propagate to Buzz. Changes made directly to the top-level master component do not sync.Workaround and related issues:A temporary workaround is to manually insert an instance of the master component inside the component in Buzz. However, this introduces additional issues: I can no longer apply Auto La
I’d like to suggest a small but useful feature improvement for overlays.Currently, when opening an overlay, we can only apply a colored background with reduced opacity. It would be great to have an option to blur the background while also applying a color tint (blur + color combined), similar to native mobile UI patterns.
So i stumbled upon the issue that if you post a link to a branch somewhere, and merge the branch afterwards, the link still points to the merged branch. This might cause issues as its not really clear to the developers if the branch is still up2date or not. Maybe there is a possibility to somehow show that this specific branch has been merged ? or even link directly to the main branch?
I created a website using Figma Sites, but the OGP image is not appearing when sharing the URL on social platforms (X, Slack, etc.).URL: https://saionhouse.comCould you confirm if OGP metadata is supported in Figma Sites, and how to properly configure it?
Hi Figma team,I’m currently exploring Figma Sites for personal and educational projects, and I have a question about the product’s future direction.Are there any plans to support custom domains for Education or Free accounts in the future?For many Education and Free users, custom domains are important for: personal portfolios case studies educational or nonprofit projects sharing work in a more professional way Even if this feature were offered with limitations (for example: one domain per account, Figma Sites only, or as an optional add-on), it would still provide a lot of value to non-paid users.I understand that detailed roadmaps may not be publicly available, but any insight into whether this is being considered would be very helpful for users planning long-term projects with Figma Sites.Thanks for all the work on Figma Sites — it’s an exciting product, and I’m looking forward to seeing how it evolves.Best,
I’ve just discovered this new panel for page ruler guides. With that, I’ve realized that all the guides that I had placed in the past in my files are gone… Most importantly, the new way to interact with them is a massive downgrade from the super intuitive flow there was before, and it’s buggy as hell!Now after I place a ruler, sometimes I can’t move it around with keyboard arrows even though it’s selected (showing in blue). Most of the time, I can’t delete the selected guide with the keyboard, I have to go to the right-side panel and remove it with the mouse. But sometimes, this right-side panel doesn’t even show up on selection (not that I actually want it to show up, it’s just one more inconsistent behavior).Am I the only one experiencing this? Can we just revert back and forget about this mess please?
Previously, Figma Make let you launch a console for debugging bugs, but this feature was removed after the latest updates. Why? Now you have to publish the app and launch the console in the browser via developer mode, which is extremely inconvenient. Bring back the console!
I use Figma Sites to build websites for companies. Overall, I like it a lot. Pages are easy to create, and links and effects work well with very little effort. However, there are some essential things that I currently miss.1. Usability for non-designersI build websites for clients or colleagues who need to manage the finished website but are not familiar with design tools like Figma.There is currently a CMS feature, which allows text and images to be edited in a table. However, this does not work for all pages. I cannot find a way to make the homepage editable for other users.Ideally, every element that should be editable could be connected to the CMS in such a way that other users can manage the site exclusively through tables, without interacting with the design canvas at all.2. Quality of Life improvementsWhen I create multiple CMS collections, things quickly become confusing. There is no way to reorder collections, and I also miss the ability to create a folder structure.It would b
I ran into a common Figma Prototype issue:when the first animation uses After Delay (e.g. 10s auto-play for a hero carousel), it doesn’t start in Present mode unless the page is refreshed.Small preview works. Full Present mode doesn’t.The delay never starts, and progress indicators stay frozen.After some testing, I realized this is because the starting frame doesn’t reliably trigger initialization, so After Delay has no real “entry point”.My workaroundInstead of relying on time-based logic on the starting frame, I switched to event-driven triggering: On Mouse Enter (or any explicit interaction) Immediately navigate to a transition frame From that transition frame, start After Delay (10000ms) Then move to the next carousel slide This transition frame acts as a forced “mount”, similar to a lifecycle hook.Why this works Navigate to always re-initializes the frame After Delay finally gets a reliable start point No manual refresh needed before demos It’s not meant to simulate prod
Hi Figma, is there plans to move the right sidebar content so the component properties and the Appearance variable modes are closer together? Having the Position and Auto-layout sections in between really disconnect the component properties and the variable modes. For smaller screen size or when there’s multiple component properties, the variable modes can easily be fully hidden down, which makes it harder for designers to know there’s additional settings for a component.
Dear Figma product team, does the UI of UI3 need to be updated again? Compared to the last UI update, many new features have been added. Do you need to update the UI now, from visual to UI to UX? Let me urge you to update it
Can’t say how disappointed I am with the Make function of Figma. Very overcomplicated way to view, modify and export the files. All kinds of exotic explanations of how to possibly view the files of an application, until Figma;s AI itself admits, it’s actually not possible, nor is it possible to export into zip files. Modifying a Make is possible but insanely clunky. Today, I regret to say it’s little more than a prototyping gimmick that may be useful only for early stage ideation.
When creating a component, I might use one setting of the extended collection, however, it always fixes the "Default" mode, which means, if I want to change the mode in an instance, I have to manually pick that mode regardless of it being applied on a parent container.Ex: A Collection with expanded brands, and dark and light modes. If I decide to use Brand X (not the default brand), it immediately applies the light mode, and every time I want to use the instance of that component, I need to manually set it to Dark mode even though the dark mode is used in that specific frame or section.I don't know if this is the intended behaviour, and if it is, I would suggest to consider changing it and always inheriting the mode from the parent unless otherwise stated.
Design files BADLY need a way to organize old and regional design pages. There is so much happening in some files because of globalization that we REALLY need a way to create folders so that people don't get confused and look at old or in design process work. I would jump off Figma in a heartbeat if another program did the same thing and allowed for such a structure in side of the files.
After making changes to my library file, two things happen:Sometimes it takes a really long time for the file to recognize that changes have been made and prompt me to publish the library; It takes too long for the library updates to show up in my design filesPlease improve this.
I’ve been encountering several recurring issues for quite some time:When clicking a version link copied from a past version, the Versions panel does not consistently auto-focus or highlight the selected version. Sometimes it works, sometimes it doesn’t, and the behavior feels unpredictable. There should be a clear way to distinguish or filter manually created versions from autosaved versions, instead of mixing them together. I work at a bank with hundreds of projects and daily modifications, so a search function is necessary to quickly locate a specific version. Scrolling through a long list of versions is mentally taxing; there should be an option to filter versions by date. I often accidentally try to edit a file without realizing that I’m viewing a past version, as Figma does not clearly indicate that the file is in view-only mode.
I just used up 300 credits for it to try to use the fast apply tool and fail and then tell me to do it manually - This was just a find and replace of a field name across a few data files. With the 3000 monthly cap - ill get 2 days worth of work.
I’m shocked, to be honest and you guys should consider changing it. I just tried to get the local variables and use them in my vscode project.
I am writing this after having lost time on rewriting annotations multiple times because lost after clicking outside. The problem occurs mostly when wanting to get back to Move tool by clicking the icon in the toolbar. Replicate:Press Y or choose Annotation tool Click the frame on canvas Type your annotation Do not select category Click Mov tool (or any tool) in the toolbar (or select a layer) Annotation is lostI would honestly expect that the annotation gets preserved, same way it is preserved when clicking in the canvas.Otherwise, it could be preserved in edit mode, but yet not saved, like when I continue to interact with properties sidebar or scrolling.But not lost.
When viewing styles as a read-only seat/license, there’s no way to view the values used in the style. This applies to text styles, color styles, and effect styles from what I’ve seen. Hitting the settings button for a given style just opens a popover with a preview image and a repeated name for the style. The export button doesn’t seem to do anything, either.
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.