[richfaces-issues] [JBoss JIRA] Commented: (RF-10071) Drop down menu: not possible to type to input in menu

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Tue Jan 18 05:31:50 EST 2011


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

Ilya Shaikovsky commented on RF-10071:
--------------------------------------

no. RFC could be created for future. But that as we implemented for now.
			<rich:menuItem mode="client">
				<h:inputText value="" onclick="event.stopPropagation();"/>
			</rich:menuItem>
could be used easilly and allows us to remove all the redundant code from 3.3.x

Why redundant? Because I do not see why *popup menu* should support input in real life. The guys just using menu to implement some kin of "search" popups as shown http://livedemo.exadel.com/richfaces-demo/richfaces/dropDownMenu.jsf there. But I believe it's not ddmenu work. popup should be used in 4.x. Maybe we should consider review and improvement in positioning of popup in order to allow easy connection to the elements which calling that popup, But I prefer to reject that support out-of-the-box at all

P.S. I already tried and successfully implemented similar case with toolbar-item-search popup attached to it. Just not ready to commit to demo as using some hardcode in positioning for now.

> Drop down menu: not possible to type to input in menu
> -----------------------------------------------------
>
>                 Key: RF-10071
>                 URL: https://issues.jboss.org/browse/RF-10071
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-menu
>    Affects Versions: 4.0.0.Milestone5
>         Environment: RichFaces 4.0.0.20101220-M5 r.20712 
> Metamer 4.0.0.20101220-M5 r.20714 
> Mojarra 2.0.3-SNAPSHOT 
> JBoss AS 6.0.0.20101110-CR1 
> OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux 
> Internet Explorer 7.0 @ Win32 
>            Reporter: Pavol Pitonak
>            Assignee: Ilya Shaikovsky
>             Fix For: 4.0.0.CR1
>
>
> 1. deploy Metamer
> 2. open in IE7 http://10.34.1.165:8080/metamer/faces/components/richDropDownMenu/topMenu.xhtml
> 3. open the "Search" menu
> 4. type anything into input
> result:
> menu is always collapsed so that it's not possible to type into input (works fine in other browsers)

-- 
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