[AC-576] iOS - ScrollableView - Child buttons are not firing events on 5.1.2.GA
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-01-24T06:46:09.000+0000 |
Affected Version/s | Appcelerator Studio 4.4.0 |
Fix Version/s | n/a |
Components | Alloy, Titanium SDK & CLI |
Labels | button, event, scrollableview |
Reporter | Rodolfo Perottoni |
Assignee | Sharif AbuDarda |
Created | 2016-01-21T16:51:26.000+0000 |
Updated | 2016-09-08T04:11:01.000+0000 |
Description
After updating the SDK to 5.1.2.GA, every
Try to use zIndex on button and/or scrollableview. Also, probably some elements of layout overlaps thus blocking the button, maybe coloring of layout is your friend here. =)
Please close the issue. Seems like it's working on a newly created project.
I had a similar problem yesterday and today with a
It is indeed a random problem. Sometimes it occur, sometimes it doesn't. On new projects it works fine, but if you increase the complexity of the views inside your ScrollableView you'll eventually reach a point where all the children components of the ScrollableView will stop throwing events.
OMG, that's what is happening to me in SDK 4.1.1 with scrollable for a photo gallery and a "imageview" to show an X to close the gallery. Sometimes "onclick" is working, sometimes not. I also tried coloring but nothing unusual. It 's really strange.
Hi, I had the same problem and nothing worked but I did figure out how to reproduce this problem every time. The click event does not fire when running the application in Liveview. Once I run it normally without Liveview the button fires as normal. Kind Regards
This bug is still a problem. Using TI SDK 5.2.2GA I have created a new project, used zindex, disabled liveview and nothing remedies the issue. Any SDK past 4.1.1 has image views, views, and labels that do not fire the click event if inside a view on a ScrollableView.
@Ben Scofield this bug was solved on 5.3.0.GA as far as i remember. I'm using 5.4.0.GA and the ScrollableView works just fine.
Thank, Rodolfo. I've tried 5.3.0 and still seeing the issue. The only thing I've yet to do is move to iOS 9.x and try with 5.4.0 GA. I also just realized that this ticket was labeled alloy and I'm not using alloy on this project. I'd hate to think that was the issue.