Post Closed
43
Views
2
Comments
Solved
[OutSystems UI] DropdownServerSide not enable
outsystems-ui
Reactive icon
Forge asset by OutSystems
Application Type
Reactive
Service Studio Version
11.54.66 (Build 63364)
Platform Version
11.18.1 (Build 37828)

Hi Community,

I am facing an issue,

my company current version of Outsystems UI is version 2.15.0 and i am using 2 DropdownServerSide which is using the same OnSelected event handler. Reason for using 2 dropdown is really because my data is coming from different aggregates, and they have different entities.

The strange behaviour is that when i choose a value from my second dropdown, my first dropdown can't be use anymore. It doesn't shows the disable color (being greyed out, so from a user point of view, they should be able to click on the first dropdown to select a value.

It's only when i resize the browser, then only it can work. 

I have check the documentation, and found that this bug is fixed at a later version, however, it only mention tablet device. But it is happening on laptop/desktop too

Does anybody knows whether, if the version is updated to the latest one, my issue will be solved too? Main reason why my company has not updated yet, is simply because there are some soft breaking changes, and they are really afraid that all applications will be affected and there will be too much errors/warnings to resolve.

So sorry i'm not able to share any OML, as I simply do not have the time to replicate it in my personal environment, and time is short too.

Main question is really, is there a workaround for this, given that i cannot update to the latest version, and i still need my dropdown server side to work properly. 

Thank you.


2022-05-01 03-47-53
Jun Mun Chan
Solution

Hi Goncalo,

Thank you for your reply. For my particular use-case, yes, i finally realise it is not be due to the ROU-4553 mentioned above. It's because i added a Dropdown disable action and the widget ID is the first dropdown.

Fixed the problem by removing this action.

Because of this, finally able to push my application to production for final testing, before going live on Monday.


Thank you.

2022-11-12 11-28-30
Gonçalo Martins
Staff

Hi @Jun Mun Chan 

Sorry, but without sharing a sample oml with your scenario (you just need to isolate it) the number of use cases and number of versions in between is just way too big to be able to help.

Cheers,
GM

2022-05-01 03-47-53
Jun Mun Chan
Solution

Hi Goncalo,

Thank you for your reply. For my particular use-case, yes, i finally realise it is not be due to the ROU-4553 mentioned above. It's because i added a Dropdown disable action and the widget ID is the first dropdown.

Fixed the problem by removing this action.

Because of this, finally able to push my application to production for final testing, before going live on Monday.


Thank you.