<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Fusion - DropDownStyles.TextListDropDownStyle broken in latest release in Fusion Support Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-support-forum/fusion-dropdownstyles-textlistdropdownstyle-broken-in-latest/m-p/13907773#M211262</link>
    <description>&lt;P&gt;We face similar issues with the API UI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using multiple UI elements in a table. For example some elements we add into the table:&lt;/P&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;dList = inputs&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;addDropDownCommandInput&lt;/SPAN&gt;&lt;SPAN&gt;('dList1'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;''&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;adsk&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;core&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;DropDownStyles&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;TextListDropDownStyle&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;uL&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;inputs&lt;/SPAN&gt;&lt;SPAN&gt;.addBoolValueInput(&lt;/SPAN&gt;&lt;SPAN&gt;c&lt;/SPAN&gt;&lt;SPAN&gt;.upload.&lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'Upload?'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;True&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;''&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;False&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;When this is used in a table and we run the script, it is almost impossible to select an item in the dropdown list and even worse when trying to check the checkbox (boolValueInput).&lt;/DIV&gt;&lt;DIV&gt;In the table it looks like as if the UI is constantly resetting to the first line as if it was selected (even though we are not actively selecting it).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;We did not touch the scripts, but this is reported by our staff since the UI updates.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 17 Nov 2025 12:23:59 GMT</pubDate>
    <dc:creator>JuergenGe</dc:creator>
    <dc:date>2025-11-17T12:23:59Z</dc:date>
    <item>
      <title>Fusion - DropDownStyles.TextListDropDownStyle broken in latest release</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/fusion-dropdownstyles-textlistdropdownstyle-broken-in-latest/m-p/13892053#M211068</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;In 2605.1.18 and the prior release that did the new UI update,&amp;nbsp;&lt;SPAN&gt;DropDownStyles&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;FONT face="inherit"&gt;TextListDropDownStyle &lt;/FONT&gt;&lt;SPAN&gt;seems&lt;/SPAN&gt;&lt;FONT face="inherit"&gt;&amp;nbsp;to not work from the API. It appears enabled, but a drop down will not drop down when it is "isFullWidth=True".&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="inherit"&gt;Example code:&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;toolInput = inputs.addDropDownCommandInput(commandID, '', DropDownStyles.TextListDropDownStyle) #type: ignore
toolInput.isFullWidth = True&lt;/LI-CODE&gt;
&lt;DIV&gt;The "isFullWidth = True" will make a&amp;nbsp;DropDownStyles.TextListDropDownStyle that can't be selected, which broke my Plugin. Commenting out "isFullWidth=True" works around the issue, but isn't ideal.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Example code is my plugin, second tab when running it:&lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="https://apps.autodesk.com/FUSION/en/Detail/Index?id=913285342444407417&amp;amp;appLang=en&amp;amp;os=Mac" target="_blank" rel="noopener"&gt;https://apps.autodesk.com/FUSION/en/Detail/Index?id=913285342444407417&amp;amp;appLang=en&amp;amp;os=Mac&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks,&lt;/DIV&gt;
&lt;DIV&gt;Corbin&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'Frutiger Next LT W1G'; font-size: 12.0pt; color: black;"&gt;This post has been edited due to: &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14226303"&gt;@lauri_barnhart&lt;/a&gt; added the product to the title to help more community members find this topic.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2025 21:56:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/fusion-dropdownstyles-textlistdropdownstyle-broken-in-latest/m-p/13892053#M211068</guid>
      <dc:creator>corbin2</dc:creator>
      <dc:date>2025-11-11T21:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Fusion - DropDownStyles.TextListDropDownStyle broken in latest release</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/fusion-dropdownstyles-textlistdropdownstyle-broken-in-latest/m-p/13898599#M211107</link>
      <description>&lt;P&gt;I just came across this problem. Thank you for figuring out the work-around with the isFullWidth property.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would sure like to hear when this will be fixed...&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 20:13:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/fusion-dropdownstyles-textlistdropdownstyle-broken-in-latest/m-p/13898599#M211107</guid>
      <dc:creator>TimPaterson</dc:creator>
      <dc:date>2025-11-12T20:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fusion - DropDownStyles.TextListDropDownStyle broken in latest release</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/fusion-dropdownstyles-textlistdropdownstyle-broken-in-latest/m-p/13904891#M211177</link>
      <description>&lt;P&gt;Just replying to get this to the top of the forum. It's still an issue.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 13:52:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/fusion-dropdownstyles-textlistdropdownstyle-broken-in-latest/m-p/13904891#M211177</guid>
      <dc:creator>corbin2</dc:creator>
      <dc:date>2025-11-14T13:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Fusion - DropDownStyles.TextListDropDownStyle broken in latest release</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/fusion-dropdownstyles-textlistdropdownstyle-broken-in-latest/m-p/13907773#M211262</link>
      <description>&lt;P&gt;We face similar issues with the API UI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using multiple UI elements in a table. For example some elements we add into the table:&lt;/P&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;dList = inputs&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;addDropDownCommandInput&lt;/SPAN&gt;&lt;SPAN&gt;('dList1'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;''&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;adsk&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;core&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;DropDownStyles&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;TextListDropDownStyle&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;uL&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;inputs&lt;/SPAN&gt;&lt;SPAN&gt;.addBoolValueInput(&lt;/SPAN&gt;&lt;SPAN&gt;c&lt;/SPAN&gt;&lt;SPAN&gt;.upload.&lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'Upload?'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;True&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;''&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;False&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;When this is used in a table and we run the script, it is almost impossible to select an item in the dropdown list and even worse when trying to check the checkbox (boolValueInput).&lt;/DIV&gt;&lt;DIV&gt;In the table it looks like as if the UI is constantly resetting to the first line as if it was selected (even though we are not actively selecting it).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;We did not touch the scripts, but this is reported by our staff since the UI updates.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 17 Nov 2025 12:23:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/fusion-dropdownstyles-textlistdropdownstyle-broken-in-latest/m-p/13907773#M211262</guid>
      <dc:creator>JuergenGe</dc:creator>
      <dc:date>2025-11-17T12:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Fusion - DropDownStyles.TextListDropDownStyle broken in latest release</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/fusion-dropdownstyles-textlistdropdownstyle-broken-in-latest/m-p/13913370#M211428</link>
      <description>&lt;P&gt;Unfortunately, build 2605.1.39 released today does not address this issue.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 17:51:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/fusion-dropdownstyles-textlistdropdownstyle-broken-in-latest/m-p/13913370#M211428</guid>
      <dc:creator>TimPaterson</dc:creator>
      <dc:date>2025-11-20T17:51:14Z</dc:date>
    </item>
  </channel>
</rss>

