[JBoss JIRA] Updated: (RF-4076) ContextMenu: when attachTiming="immediate" menu incorrectly works with h:outputText
by Nick Belaevski (JIRA)
[ https://jira.jboss.org/jira/browse/RF-4076?page=com.atlassian.jira.plugin... ]
Nick Belaevski updated RF-4076:
-------------------------------
Component/s: component-menu
Fix Version/s: 3.3.2.CR1
(was: Future)
Assignee: Andrey Markhel (was: Pavel Yaschenko)
Priority: Minor (was: Major)
> ContextMenu: when attachTiming="immediate" menu incorrectly works with h:outputText
> -----------------------------------------------------------------------------------
>
> Key: RF-4076
> URL: https://jira.jboss.org/jira/browse/RF-4076
> Project: RichFaces
> Issue Type: Bug
> Components: component-menu
> Affects Versions: 3.2.2
> Reporter: Nick Belaevski
> Assignee: Andrey Markhel
> Priority: Minor
> Fix For: 3.3.2.CR1
>
>
> <h:outputText id="text1" value="Some text with context menu1">
> <cm:contextMenu attachTiming="immediate">
> <mc:menuItem value="a">
> <f:param name="cmdParam" value="a" />
> </mc:menuItem>
> </cm:contextMenu>
> </h:outputText>
>
>
> <h:outputText id="text2" value="Some text with context menu2">
> <cm:contextMenu attachTiming="immediate">
> <mc:menuItem value="b">
> <f:param name="cmdParam" value="b" />
> </mc:menuItem>
> </cm:contextMenu>
> </h:outputText>
> Click first, then second text. Both shows "b" menu item, but the first should show "a"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 10 months
[JBoss JIRA] Created: (RF-3643) rich:dropDownMenu cuts off embedded <object>
by Tobias Kilian (JIRA)
rich:dropDownMenu cuts off embedded <object>
--------------------------------------------
Key: RF-3643
URL: http://jira.jboss.com/jira/browse/RF-3643
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0.SR1
Environment: Firefox 2.0.0.14
Reporter: Tobias Kilian
I have a rich:toolbar at the top of my application. If i include a .pdf
file in my page using <object>, the upper half of it is not visible (the
part which is used by the menu, if opened). I used firebug and found
that the generated <div>-element for the menu with class
.dr-menu-list-border uses the style "visibility: hidden" to hide itself.
When changing this (again with firebug) to "display: none", the embedded
pdf is shown as expected. I wonder if there is any (propably
compatibility) reason to use the visibility instead of the display
style. If there is not, this could surely simply be changed :-)
Thanks for taking care :-)
Tobias Kilian
PS: Richfaces is so cool! I really love it, and its so quickly
expanding, i dont have the time to try out all the cool new features ;-)
--
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
16 years, 10 months