Small GUI bug in action editor. Bug Report from avolo #2020-3-12_18-55-59

OS info

Problem description

If a button has two Server Connect-components in its “Click” action list with different sets of GET-parameters, the action editor only shows the correct properties the first time each Server Connect is clicked. See attached gif for a better explanation.

Steps to reproduce

  1. Create two server actions with database queries with different global GET-variables.
  2. Create two Server Connects, one for each query, like serverconnect1 and serverconnect2.
  3. Create a button with a Click dynamic event and add serverconnect1.load and serverconnect2.load to the action list and save.
  4. Open the action editor again and click on the serverconnect1 action. The correct properties will display.
  5. Click on the serverconnect2 action. The correct properties will display.
  6. Now click on the serverconnect1 action again. Nothing happens, the properties of serverconnect2 is still displayed.

Work around: click the update button in the action editor and then immediately click the serverconnect you wish to see/edit the properties of. Then save.

Community Page
Last updated: