wdget.newTableView displayed on top of another widget.newTableView both are getting touch events

The problem is that I am using a widget.newTableView at the bottom of my app listing data that stays there all the time. I am using a widget.newTableView to produce a dropdown list from a textbox. Unfortunately the drop down list appears partially over the other list. When you click on the dropdown list, the Press Event kicks off and no other events. The strange thing is the list under the dropdown events are kicking off. If I set the list below the dropdown isVisible property to false, then the events in the dropdown work perfectly.

Any help would be appreciated.

Thanks [import]uid: 11150 topic_id: 25841 reply_id: 325841[/import]

Hello, if you can make a simple test case that exhibits this behavior i would gladly look into it for you. you can report the issue here http:bugs.anscamobile.com (please read the below instructions before doing so)

Instructions:

In order for us to evaluate this we need:

  1. A test case confined if possible to a single main.lua file, this helps eradicate any possible user bugs contained in separate lua files/modules.

  2. Remove any un-unused variables that are not being used in the sample.

  3. Make the code as simple and commented as possible (imagine you were programming it as an example for a new user) This will make it 100x quicker to establish whether or not it is a Corona issue or user issue.

  4. Adequately named variables. Please name your variables so they are clear to understand their meaning. Example, you have a variable defined for a tree.

Good :

local tree

Bad:

local tImage
If you can make a test case that is as simple as possible and as few lines of code as possible with adequately named variables we can get this confirmed one way or the other and get it resolved asap. [import]uid: 84637 topic_id: 25841 reply_id: 104683[/import]

Hello

I have similar problem with the widget.newTableView. Everything works fine in Corona SDK build: 2012.784 but in build: 2012.833 I got issue. Both are getting touch events and the table on top can’t be scrolled. How I mentioned it worked fine in build 2012.784. I found that it stop working properly in build 2012.785. In link below I giving example.

http://la.kodu.pl/coronalabs/sample_tableview.zip

Any help would be appreciated.

Thanks [import]uid: 114450 topic_id: 25841 reply_id: 112285[/import]

Hello thanks for that. But can you please fill in this form (attach that example also) http://developer.anscamobile.com/content/bug-submission

That way we can keep track of the issue [import]uid: 84637 topic_id: 25841 reply_id: 112542[/import]