Re: GWT 2.5.0-rc1 on IPad not firing click events
It has been a while, but we fix it by adding custom event-handler for apple safair in the method initEventSystem() of the file DOMImplStandard.java. So, instead of using default event handler dispatchCapturedMouseEvent that created using $entry(), we created our own one and with exactly the same implementation (just copy) from the original $entry and install it only for apple safair on IOs 4.
-- It seems like $entry() method is the cause of this problem.
On Tuesday, February 12, 2013 9:08:43 PM UTC+11, agentorange wrote:
On Tuesday, February 12, 2013 9:08:43 PM UTC+11, agentorange wrote:
I am seeing this issue as well. Have you found a workaround for this?Unfortunately, the issue does not seem to get much attention here.Also, optimizations (level 1 through 9) seem to break my applications in ios 6/6.1 safari. do you see this issue as well?
On Friday, February 1, 2013 7:03:16 AM UTC+1, kenny....@gmail.com wrote:We have recently upgraded from 2.4 to 2.5(GA) and having this issue. Does anyone have found a solution or work-around? We are not using mgwt.thanks, Kenny
On Thursday, September 27, 2012 8:52:50 AM UTC+10, Kevin Campbell wrote:I'm seeing this as well. It's happening on all iOS devices I've tested, and is also preventing focus on input elements.
On Wednesday, August 22, 2012 8:45:17 AM UTC-7, Casey Rodgers wrote:In GWT 2.5.0-rc1 buttons (and anchors) will only fire the click event every few clicks. Meaning you have to click on buttons multiple times to get them to fire.Is anyone else having this issue?
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home