Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RadioButton Behaviour is not same as flex #711

Closed
pashminakazi opened this issue Feb 10, 2020 · 6 comments
Closed

RadioButton Behaviour is not same as flex #711

pashminakazi opened this issue Feb 10, 2020 · 6 comments

Comments

@pashminakazi
Copy link
Contributor

Project Details are :
https://paste.apache.org/cpo8y
Test case is available on VDI.
Go to Import from Select in Menu
Go to Import -> LC Charges from Setups in Menu
File : com/dbz/modules/IMP/dbzLCChargesSetup.mxml

There's 3 radioButton in dbzLCChargesSetup
Percentage
Amount
None
On selection of any RadioButton function is called fn_SetChargesType.
In this function there is a check for all radioButtons.
By default None is selected.when i select Percentage or Amount RadioButton,then if part of None radiobutton is executed which is wrong,then i have to again select Percentage or Amount RadioButton then the right part is executed.
Please help

@aharui aharui closed this as completed in 48ddba3 Feb 11, 2020
@pashminakazi
Copy link
Contributor Author

for 1st time it works but for 2nd time it doesn't work
when I open the setup by default None radiobutton is selected both textfield should be disabled and it is working fine
image
when I Select Amount radiobutton,Amount textfield should be enabled and percentage textfield should be disabled and it is working fine
image
when I Select Percentage radiobutton,Percentage textfield should be enabled and Amount textfield should be disabled and it is working fine
image

but now if i select any of them None,Percentage or Amount Everytime system is assuming that Percentage radioButton is Selected.
image

@pashminakazi pashminakazi reopened this Feb 11, 2020
@aharui aharui closed this as completed in d0ee351 Feb 11, 2020
@pashminakazi
Copy link
Contributor Author

Still same issue

@pashminakazi pashminakazi reopened this Feb 11, 2020
@aharui
Copy link
Contributor

aharui commented Feb 11, 2020

Did you verify that the browser is running the latest code?

@pashminakazi
Copy link
Contributor Author

Yes,browser is running the latest code
RadioButton.js : image

Still issue in radiobutton

@aharui
Copy link
Contributor

aharui commented Feb 13, 2020

Each RadioButton seems to be getting a separate Group.

@aharui aharui closed this as completed in 11d087e Feb 13, 2020
@pashminakazi
Copy link
Contributor Author

@aharui Thanks issue resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants