Adobe Captivate
Adobe Captivate
Welcome to the Adobe Captivate feedback page. Submit feature requests and bug reports to the Captivate team via this UserVoice page.
Please follow below steps while posting your enhancements & bugs
- Type your enhancements/bugs into the search field or choose from the categories in the sidebar.
- Check if enhancements or bugs submitted by others / upvote if you find similar to yours.
- If your feature idea or issue is not listed, post it.
- Upvote the ideas if you like.
The UserVoice feedback pages are for feature requests and bug reports only. Upload only content that you have permission to use and refrain from posting personal information (e.g. address, phone number, email, or credit card) or abusive content (spam, phishing links, vulgar language, etc.). Tips for submitting useful feedback
UserVoice is a third-party platform for product feedback. Please note that feedback is voluntary, and you give Adobe a right, to use feedback you provide without restrictions.
945 results found
-
Bug: FMR audio glitches
Audio in FMR slides sometimes doesn't play; sometimes it sounds stretched and low pitched.
1 vote -
Bug: Consolidating different simulations into a single file swaps FMR videos
Because Captivate constantly crashes during the recording of simulations, I've decided to record shorter simulations and then consolidate them into a single file. The problem is, especially for FMR slides, the video is getting swapped — i.e., the audio is correct for that slide, but the video shown in the preview (and the SCORM output) is from a different slide. Captivate, however, shows the video as if everything were fine, so there is really no way fix it because for Captivate it's not broken.
1 vote -
Bug: Recording simulations as a demo, a training, and an assessment at the same time doesn't usually work
When recording is finished, at least one of them crashes.
1 vote -
Allow autoplay of simulations
Setting the course to autoplay doesn't work on courses that are only simulations. If that is by design, it should be made clearer.
1 vote -
Bug: "Apply appearance" is only partial
When copying the appearance between instruction boxes, only certain aspects of the boxes are copied (such as border and background colour) while others are not (font face and box corner radius).
1 vote -
Bug: Layer blur area under instructions
I have instructions and a blur area in my simulation, and if I move them to the same place the blur area covers the instructions. What would be the point of having instructions if I wanted them blurred? I can't think of a case where one wouldn't want the instructions to be on top of the blur area.
1 vote -
Bug: Make click box reflect actual settings in Captivate
When hand cursor is turned on, the area where the hand cursor appears is MUCH larger than the area assigned in Captivate. Also why did you remove the true square box to make the corners rounded? And why do I have no control over this? I can make it a star but I can't make it square? Please explain the rationale behind this.
1 vote -
Review rendering of transparent background images
Transparent images in PNG or SVG format when used as background are showing a thin line like it was being tiled, even if the tile option is not selected.
In the example attached, I have a simple SVG with an angled corner used as background, and on the bottom-right corner it displays a line of the same colour.
The same happens with PNG images.
1 vote -
[Bug] Parent slide scrolls while overlay slide is active and scrolling
Version: 13.0
Problem:
When an overlay slide is opened and the parent slide is taller than the viewport, both the parent slide and the overlay slide scroll simultaneously when the overlay content is scrolled. This causes the user to lose focus on the overlay and disrupts the intended user experience.Consequences:
- Confusing focus shifts between the parent slide and the overlay slide
- Weakened UX for dialogs and lightbox content
- Accessibility issues, especially for keyboard navigationSuggestion:
- The parent slide should not scroll while the overlay slide is active and being scrolled.
- Only the overlay slide…1 vote -
[Feature] Overlay slides should be fully customizable
Version: 13.0
Problem:
Overlay slides currently receive several automatic CSS properties that cannot be controlled:
- Padding on.cp-overlay-slide
- Padding on.cp-overlay-slide .cp-slide-wrapper
-min-heightvalues
-box-shadoweffectsThese defaults make it difficult to integrate overlays consistently into existing designs.
Suggestion:
Overlay slides should be customizable just like normal slides and appear exactly the same within the parent slide. Effects such as blur, box-shadow, etc. should be optional and configurable via the GUI.1 vote -
I am unable to export text-to-speech audio from Captivate. This was a problem for us in Captivate 12 and continues to be a problem with 13
I am unable to export text-to-speech audio from Captivate. This was a problem for us in Captivate 12 and continues to be a problem with 13. I attended the Adobe Learning Summit and spoke to the developers about it, but have not received a resolution.
1 vote -
Crashing during AI Avatar
I have had a couple of attempts to create an AI Avatar for an imported PowerPoint. I was recording for YouTube at the time, submitted the crash using the crash report but thought it might be beneficial to see what I was doing at the time.
https://youtu.be/GwG8bphGb1o1 vote -
[Bug] `textProps.fontWeight` is ignored during rendering
Version: 13.0
Problem:
textPropsvalues such asfontWeightset indesignOption.jsonare displayed correctly in the Captivate UI, but are ignored in the final rendering and overridden by inline styles (e.g.,font-weight: normal;). OthertextProps(liketextAlign) work as expected.{ "tag": "slide-item-subtitle", "preset": "text-body-6", "customStyles": { "all": {} }, "customProperties": { "alignmentAndSpacing": {}, "textProps": { "fontWeight": "600", "textAlign": "center" } } },In the rendered output, inline styles appear such as:
font-weight: normal;Impact:
- Inconsistent results between editor preview and actual output
- Paragraph styles cannot be reliably overridden
- UI feedback is misleading (shows correct…1 vote -
[Feature] Grid and Visible Borders for Design Options
Version: 13.0
Problem:
When working in Captivate, visual aids such as grids, borders, or width and height indicators are missing. Apart from the highlight shown when directly clicking a Design Option or on slide overflow, the positioning of elements is difficult to control – especially for complex layouts.Suggestion:
- Visible borders for Design Options and their sub-elements, optionally toggleable.
- Fully customizable background grid, similar to Adobe XD or Figma, for better layout orientation.
- Display of width and height measurements for placed elements.1 vote -
[Bug] Design Option “Image” does not respond correctly to grid styling
Version: 12.6
Problem:
The “Image” design option partially fails to respond to grid styling defined in thedesignOption.json. The elementcontainer-image-textdoes not occupy the designated grid-area because it is not a direct child of thecontainer-image-cardelement where the grid is applied.In Chrome DevTools, it is visible that the instruction
grid-area: 1 / 1 / span 1 / span 1;has no effect because the target element does not participate in the grid context.
See screenshot:design-options_image-01.png1 vote -
[Feature] Support for Character Styles for Inline Text
Version: 13.0
Problem:
Currently, Captivate only supports paragraph-level formatting (Paragraph Styles). There is no way to define reusable character styles for quick and consistent inline emphasis. The existing “Highlight” inline element is too limited (no padding, margin, border, border-radius, etc.), leading to inconsistent workarounds and unnecessary manual inline formatting.Use Cases:
- Highlighting key terms
- Inline quotes / badges
- Keyboard shortcuts / keycaps
- Code snippets
- Labels / status indicatorsSuggestion:
Introduce freely definable character styles supporting:
- color, background-color
- font properties
- padding, margin
- border, border-radiusConfigurable in:
- GUI (Theme-Editor)
-theme.jsonBenefits:…
1 vote -
Allow content creators to import .doc or .pdf text to populate a template.
If there were tags that could be placed into a word document that could call for a slide option in a project template, then the program could auto-populate text and images into predetermined slide options. This would allow for a rapid conversion to Captivate files when receiving only text, image and link content from authors.
Many of our authors are accustomed to a particular set of procedures for content development. We need a simple method to take the content provided and convert it to a Captivate project.
If there were <tag>s of some sort that could identify sections of text…
1 vote -
Variables and Design Options
We all understand that Captivate 12 is "built around a template-based authoring approach, designed to streamline project creation with minimal effort." that's just great. And we all want a simple user interface for our content creators who are less technically savvy, which Captivate provides. That does not mean that the content administrators don't still need the ability to have custom templates with variables to integrate properly with their LMS (and in our case LRS). We have government mandated variable time requirements for slide dwell time and total lesson duration. We also have varying pass percentage requirements.
There are a large…
1 vote -
[Feature] Option for automatic display of timeline events (without click)
Problem:
In the current Timeline widget, each event must be clicked manually for its associated content (text/image) to appear.
This interaction pattern is not ideal for all learning scenarios — especially in linear or narrative timelines, repeated clicking can be distracting and offers little didactic value.Suggestion:
Add an option in the Captivate GUI and in thedesignOption.jsonto control the behavior:
- Manual (current behavior): The user clicks each event to reveal its content.
- Automatic: The content is always visible.
- For better user experience: The content appears with a smooth fade-in or motion animation when the event…1 vote -
[Feature] New Widget for Expandable Single Sections (Disclosure / Details)
Background:
On longpages or compact content layouts, there is often a need for expandable single sections for supplementary content such as transcripts, glossaries, or additional information. An accordion widget is overkill for this purpose, as it requires multiple tabs and semantically implies a group behavior.Problem:
- The Accordion widget cannot currently be reduced to a single tab.
- Using a "pseudo-accordion" with only one panel is semantically incorrect and may negatively impact accessibility and user orientation.
- There is no dedicated widget to toggle individual content sections, making implementation cumbersome.Suggestion:
A dedicated widget based on the established HTML5 …1 vote
- Don't see your idea?