[JBoss JIRA] Closed: (RF-519) Modal Panel render glitches at end of panel => link "_" included at bottom
by Alexander Francuzov (JIRA)
[ http://jira.jboss.com/jira/browse/RF-519?page=all ]
Alexander Francuzov closed RF-519.
----------------------------------
> Modal Panel render glitches at end of panel => link "_" included at bottom
> --------------------------------------------------------------------------
>
> Key: RF-519
> URL: http://jira.jboss.com/jira/browse/RF-519
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.0
> Environment: WinXP, tomcat 5.5.20, java 1.5, myfaces1.1.4, richfaces-ui-3.1.0-20070731.220158-10.jar, richfaces-api-3.1.0-20070731.220158-18.jar, richfaces-impl-3.1.0-SNAPSHOT.jar, Browsers: IE6.x, FF
> Reporter: Mike
> Assigned To: Alexander Francuzov
> Priority: Minor
> Attachments: modal_panel_glitch_3.1.0.png
>
>
> In the modal panel example (richfaces-demo.war) and in my app the modal panel shows at the bottom of the panel a strange link "_"
> Renderer HTML code on the page is
> <a id="mpLastHref" style="position: absolute;" href="#">_</a>
> And I think it just doesn't belong there ;)
> THX,
> Mike
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years
[JBoss JIRA] Created: (RF-1619) contextMenu: <f:param name="cmdParam" value="abc"> it is not transmitted in ajax to a fashion
by Aleksej Yanul (JIRA)
contextMenu: <f:param name="cmdParam" value="abc"> it is not transmitted in ajax to a fashion
---------------------------------------------------------------------------------------------
Key: RF-1619
URL: http://jira.jboss.com/jira/browse/RF-1619
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Environment: jsp
tomcat 6.0.13
Reporter: Aleksej Yanul
Assigned To: Nick Belaevski
<rich:contextMenu id="contextMenuDefaultID" submitMode="ajax" disableDefaultMenu="#{contextMenu.disableDefaultMenu}">
<rich:menuItem icon="/pics/header.png" value="abc">
<f:param name="cmdParam" value="abc" />
</rich:menuItem>
</rich:contextMenu>
// In cmdParam data do not come
FacesContext facesContext = FacesContext.getCurrentInstance();
Map params = facesContext.getExternalContext().getRequestParameterMap();
String cmdParam = (String) params.get("cmdParam");
if (cmdParam != null) info = cmdParam;
return info;
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years