blackberry / bbUI.js

BlackBerry UI look and feel JavaScript toolkit for WebWorks
Apache License 2.0
312 stars 192 forks source link

Multiple Selection in ListView has returned using Context Menu #1006

Closed raakhtar closed 10 years ago

raakhtar commented 10 years ago

Hello,

The Multi selection in Listview re-appears now in new BBUI.js when using context menu.

The OS is 10.2..1.2102 and the Device is Q10. It is not happening with previous versions of BBUI.s

img_20140218_104914

tneil commented 10 years ago

That won't likely be a multiple selection. That appears that the extension for the context menu is having some kind of issue.

Can you post which version of WebWorks you built the application with?

raakhtar commented 10 years ago

Hello Tim,

Thanks for quick reply. I am using WebWorks 1.0 and when I use old version of BBUI js, I am not getting duplicate behaviour but I donot want to use old BBUI as context menu appears to be faster in the latest version of BBUI, however I have not updated the ext folder. Is there update to context menu extension by any chance from previous versions.

Moreover, using Webworks 2.0 with BBUI is giving blank screen randomly when back button is pressed from action bar from inner pages.

raakhtar commented 10 years ago

Any update on this Tim ?

tneil commented 10 years ago

I'll do some more testing on webworks 2.0 to see if I can reproduce your issue. The context menu extension has been updated a couple of times to deal with idiosyncrasies between 10.x builds.

tneil commented 10 years ago

I've added a branch called 2.0 where the sample has been updated and I've been doing some testing with WebWorks 2.0

I'm also working on issue #996 that should hopefully fix the Context menu with WebWorks 2.0. I'm going to close this issue for now and feel free to follow #996. It looks like there is a possible fix posted on that thread.