One correction: the edittext component receives the click event in both runtimes, but only when I click on the border of the element.
On Fri, May 13, 2011 at 12:07 AM, Raju Bitter <[email protected]> wrote: > I noticed a difference in the click behavior with text, edittext and > inputtext for the SWF10 and DHTML runtime. When I put a a text, > inputtext and edittext field behind a view with clickable="false", I > observed the following behavior: > > Action: Click on the the element behind the non-clickable cover view > > SWF10: inputtext and text receive the onclick event (clicking through > the cover view), editext doesn't receive the onclick event. A view > which is covered by a non-clickable view will receive the onclick > event. > > DHTML: only text received the onclick event, inputtext and edittext > don't receive the event. A view which is covered by a non-clickable > view will receive the onclick event. > > What should the expected behavior be? Shouldn't both runtimes show the > same behavior? >
