One Two problems with dynamic controls I’m tracking right now that I don’t believe were problems late in the betas (b20-ish):
1. I have a dynamic control (a WebLabel) called “segmentLabel”. The “AddsegmentLabel” syntax works well on all targets except mobile Webkit (Safari on iOS, Chrome on Android). On those, I end up with a downstream JavaScript error. This is a regression from 2012r2.1.
2. Same dynamic control (a WebLabel) called “segmentLabel”. The “new segmentLabel” does not seem to create a new control in the DOM on any browser target, although one seems to be created server side. This does not appear to have worked correctly in 2012r2.1 either.
Are there bug reports for these anyone is aware of?
(I jumped the gun on the Webkit issue. Something has changed in Xojo, but it’s in how I’m hacking around slow responsiveness to touches in WebKit. -Brad)