[richfaces-issues] [JBoss JIRA] Commented: (RF-10122) Drop down menu: can't click with middle button on link in menu in Chrome

Gleb Galkin (JIRA) jira-events at lists.jboss.org
Mon Feb 7 08:57:39 EST 2011


    [ https://issues.jboss.org/browse/RF-10122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12580467#comment-12580467 ] 

Gleb Galkin commented on RF-10122:
----------------------------------

It's not a bug. There is an onlick handler defined for <rich:menuItem>. Since all browsers except Chromium and Safari recognize 'click' with middle button as the combination of mousedown and mouseup events they don't fire the onclick. You can try to define onmousedown handler for <rich:menuItem> and all browsers will fire it. 

> Drop down menu: can't click with middle button on link in menu in Chrome
> ------------------------------------------------------------------------
>
>                 Key: RF-10122
>                 URL: https://issues.jboss.org/browse/RF-10122
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-menu
>    Affects Versions: 4.0.0.Milestone5
>         Environment: showcase 4.0.0.20101226-M5
> Chromium 8.0.552.224
> JBoss 6.0.0.Final
>            Reporter: Lukas Fryc
>            Assignee: Gleb Galkin
>            Priority: Minor
>             Fix For: 4.0.0.CR1
>
>
> See [Steps to Reproduce].
> It is working as expected in Firefox 3.6.13.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list