• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
1

Dropdown widget options that include spaces in HTML5

Community Beginner ,
Dec 17, 2014 Dec 17, 2014

Copy link to clipboard

Copied

There's a bug in the current Dropdown widget for HTML5 output that causes it to show only the first word of an item that includes embedded spaces. The error is in the updateData function in resource_use.js, which is failing to enclose the value string in quotes in this line:

bodystring = bodystring + "<option value="+arrayofvalues+">"+arrayofvalues+"</option>" ;

It should be something like this:

bodystring = bodystring + "<option value="+'"'+arrayofvalues+'"'+">"+arrayofvalues+"</option>" ;

I've fixed it in my own copy of the widget, but where do I report it to Adobe to ensure that it's fixed in their future releases?

TOPICS
Advanced

Views

319

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 13, 2015 Nov 13, 2015

Copy link to clipboard

Copied

Thanks for posting this. It was a life saver!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Nov 13, 2015 Nov 13, 2015

Copy link to clipboard

Copied

LATEST

You (both) should post this to the Adobe Wish Form, and select Adobe Captivate:

Feature Request/Bug Report Form‌

Thanks for sharing your solution!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources