It has been a while, but we fix it by adding custom event-handler for apple 
safair in the method 
initEventSystem<http://grepcode.com/file/repo1.maven.org/maven2/com.google.gwt/gwt-user/2.5.0/com/google/gwt/user/client/impl/DOMImpl.java#DOMImpl.initEventSystem%28%29>()
 
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:
>
> 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, [email protected] 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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to