Page 3 of 4
select list not closing after item selected
Posted: Fri May 02, 2014 10:21 am
by Bob Fludder
Not sure if you got my email. Purpose of call = Routine - almost in the middle on the left side. The other 3 - where it says Average (thats the maintenance Quality), Beef and Day. They're all default values and those are the 3 that don't work.
select list not closing after item selected
Posted: Fri May 02, 2014 9:14 pm
by Bob Fludder
select list not closing after item selected
Posted: Sat May 03, 2014 12:17 am
by Illya Stepanov
We're working on it, no news yet.
select list not closing after item selected
Posted: Sat May 03, 2014 2:12 am
by Illya Stepanov
It looks like a bug, but we need to test it additionally and find a workaround.
I've changed libraries version to 2.0 - and all selects are working, but this changes the overall design of the app.
select list not closing after item selected
Posted: Sat May 03, 2014 2:18 am
by Bob Fludder
Yes. I tried it a week back. Also had lots of issues with the generic services. Some just wouldn't work while others did. I'll try it out and if I run into other problems I'll start another post. Thanks for the help.
select list not closing after item selected
Posted: Mon May 05, 2014 6:41 am
by Bob Fludder
Hi. I'm back on this one now. As you have probably seen I've upgraded to the v2 libraries but... didn't work. Still getting the same problem as well as the others I found (am coding a work around for that).
select list not closing after item selected
Posted: Mon May 05, 2014 7:25 am
by Evgene Karachevtsev
Hello. Sorry for delay, we are working on it at the moment. We will get back to you with update.
select list not closing after item selected
Posted: Mon May 05, 2014 8:32 pm
by Bob Fludder
select list not closing after item selected
Posted: Mon May 05, 2014 8:51 pm
by Kateryna Grynko
Hi Bob,
Sorry, nothing yet.
select list not closing after item selected
Posted: Tue May 06, 2014 1:07 am
by Yurii Orishchuk
Hi Bob.
We have learned your problem and need to say - it's a bug.
We have reported it to our developers and when it would be fixed we will update you here.
But we have found workaround for you.
Please follow these steps:
1 Open your scrCallHeader page.
2 Open Data tab.
3 click edit for "rstKillFloorList" "complete" event handler. http://prntscr.com/3glvu4/direct
4 And add to event handlers end following code: http://prntscr.com/3glvzu/direct
pre
code
Appery("blockKillFloor").find("select").selectmenu("destroy").selectmenu();
/code
/pre
Regards.