[JBoss JIRA] (RF-12854) rich:contextMenu - onmouseout - it is triggered also for onmousemove
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12854?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-12854:
-----------------------------
Steps to Reproduce:
# load http://localhost:8080/metamer/faces/components/richContextMenu/simple.xhtml
# set {{onmouseout}} attribute to e.g. {{alert('richfaces');}}
# invoke the context menu on the first panel by context click
# hover over it
# see that one dialog message is created (should not be)
# move the mouse within the context menu or drop down menu and see other dialogs (there should me none)
was:
# load http://localhost:8080/metamer/faces/components/richContextMenu/simple.xhtml
# set {{onmouseout}} attribute to e.g. {{alert('richfaces');}}
# invoke the context menu on the first panel by context click
# hover over it
# see that one dialog message is created (should not be)
> rich:contextMenu - onmouseout - it is triggered also for onmousemove
> --------------------------------------------------------------------
>
> Key: RF-12854
> URL: https://issues.jboss.org/browse/RF-12854
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-menu
> Affects Versions: 4.3.0.Final, 4.3.2
> Environment: RichFaces 4.3.0.Final
> Metamer 4.3.2-SNAPSHOT
> JBoss Application Server: Weld Integration 7.1.1.Final
> JBoss AS 7.1.1.Final
> Java(TM) SE Runtime Environment 1.7.0_05-b06 @ Linux
> Chrome 25.0.1364.172 @ Linux x86_64 and Firefox
> Reporter: Juraj Húska
> Priority: Minor
>
> {{onmouseout}} attribute of {{rich:contextMenu}} and {{rich:dropDownMenu}} is listening also for {{onmouseover}} events instead of just {{onmouseout}} events.
> Please see the steps to reproduce.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (RF-12854) rich:contextMenu - onmouseout - it is triggered also for onmousemove
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12854?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-12854:
-----------------------------
Summary: rich:contextMenu - onmouseout - it is triggered also for onmousemove (was: rich:contextMenu - onmouseout - it is triggered also for onmouseover)
> rich:contextMenu - onmouseout - it is triggered also for onmousemove
> --------------------------------------------------------------------
>
> Key: RF-12854
> URL: https://issues.jboss.org/browse/RF-12854
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-menu
> Affects Versions: 4.3.0.Final, 4.3.2
> Environment: RichFaces 4.3.0.Final
> Metamer 4.3.2-SNAPSHOT
> JBoss Application Server: Weld Integration 7.1.1.Final
> JBoss AS 7.1.1.Final
> Java(TM) SE Runtime Environment 1.7.0_05-b06 @ Linux
> Chrome 25.0.1364.172 @ Linux x86_64 and Firefox
> Reporter: Juraj Húska
> Priority: Minor
>
> {{onmouseout}} attribute of {{rich:contextMenu}} and {{rich:dropDownMenu}} is listening also for {{onmouseover}} events instead of just {{onmouseout}} events.
> Please see the steps to reproduce.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (RF-11973) rich:contextMenu - after ajax re-render of table contextMenu no longer works
by Gavin Lussi (JIRA)
[ https://issues.jboss.org/browse/RF-11973?page=com.atlassian.jira.plugin.s... ]
Gavin Lussi commented on RF-11973:
----------------------------------
My previous comment makes me think the workaround didn't work for me, anyway, and I do remember being faced with the JavaScript error...
However, even if it had worked (or works in some situations), it doesn't work in the case of built-in filtering and sorting, because AFAIK there is no way to add an ajax re-render of the context menu when using the built in (RF 4.3.0+) filter/sort controls. Much like I described in the above thread.
So, if the two issues are grouped, the suggested workaround definitely only applies to some situations, and won't always be a workable solution.
> rich:contextMenu - after ajax re-render of table contextMenu no longer works
> ----------------------------------------------------------------------------
>
> Key: RF-11973
> URL: https://issues.jboss.org/browse/RF-11973
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-menu
> Affects Versions: 4.2.0.CR1, 4.3.2
> Environment: chrome browser / glassfish 3.1.1 / mojarra 2.1.6
> Reporter: Brendan Healey
> Fix For: 5-Tracking
>
>
> With the following code structure, when the page is first rendered
> you can right click on a row in the table and the context menu appears.
> After pushing the commandButton subsequent right clicks show the
> default browser right click menu, and not the context menu.
> {code}
> <rich:extendedDataTable id="mytable">
> ...
> </rich:extendedDataTable>
> <a4j:commandButton value="push" render="mytable"/>
> <rich:contextMenu target="mytable" mode="ajax">
> <rich:menuItem label="Delete"
> mode="ajax"
> onclick="alert('hello, world!')"/>
> </rich:contextMenu>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (RF-11973) rich:contextMenu - after ajax re-render of table contextMenu no longer works
by Gavin Lussi (JIRA)
[ https://issues.jboss.org/browse/RF-11973?page=com.atlassian.jira.plugin.s... ]
Gavin Lussi edited comment on RF-11973 at 3/19/13 10:25 AM:
------------------------------------------------------------
My previous comment makes me think the workaround didn't work for me in the past, anyway, and I do remember being faced with the JavaScript error...
However, even if it had worked (or works in some situations), it doesn't work in the case of built-in filtering and sorting, because AFAIK there is no way to add an ajax re-render of the context menu when using the built in (RF 4.3.0+) filter/sort controls. Much like I described in the above thread.
So, if the two issues are grouped, the suggested workaround definitely only applies to some situations, and won't always be a workable solution.
was (Author: gmlussi):
My previous comment makes me think the workaround didn't work for me, anyway, and I do remember being faced with the JavaScript error...
However, even if it had worked (or works in some situations), it doesn't work in the case of built-in filtering and sorting, because AFAIK there is no way to add an ajax re-render of the context menu when using the built in (RF 4.3.0+) filter/sort controls. Much like I described in the above thread.
So, if the two issues are grouped, the suggested workaround definitely only applies to some situations, and won't always be a workable solution.
> rich:contextMenu - after ajax re-render of table contextMenu no longer works
> ----------------------------------------------------------------------------
>
> Key: RF-11973
> URL: https://issues.jboss.org/browse/RF-11973
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-menu
> Affects Versions: 4.2.0.CR1, 4.3.2
> Environment: chrome browser / glassfish 3.1.1 / mojarra 2.1.6
> Reporter: Brendan Healey
> Fix For: 5-Tracking
>
>
> With the following code structure, when the page is first rendered
> you can right click on a row in the table and the context menu appears.
> After pushing the commandButton subsequent right clicks show the
> default browser right click menu, and not the context menu.
> {code}
> <rich:extendedDataTable id="mytable">
> ...
> </rich:extendedDataTable>
> <a4j:commandButton value="push" render="mytable"/>
> <rich:contextMenu target="mytable" mode="ajax">
> <rich:menuItem label="Delete"
> mode="ajax"
> onclick="alert('hello, world!')"/>
> </rich:contextMenu>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (RF-12792) ContextMenu and DropDownMenu - onkeydown attribute does not work
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12792?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-12792:
-----------------------------
Summary: ContextMenu and DropDownMenu - onkeydown attribute does not work (was: ContextMenu - onkeydown attribute does not work)
> ContextMenu and DropDownMenu - onkeydown attribute does not work
> ----------------------------------------------------------------
>
> Key: RF-12792
> URL: https://issues.jboss.org/browse/RF-12792
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-menu
> Affects Versions: 4.3.0.Final
> Environment: RichFaces 4.3.1-SNAPSHOT
> Metamer 4.3.1-SNAPSHOT
> JBoss Application Server: Weld Integration 7.1.1.Final
> JBoss AS 7.1.1.Final
> Java(TM) SE Runtime Environment 1.7.0_05-b06 @ Linux
> Chrome 24.0.1312.69 @ Linux x86_64
> Reporter: Juraj Húska
> Fix For: 5-Tracking
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> The {{onkeydown}} attribute does not work.
> Just note that {{onkeyup}} work just fine.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (RF-12792) ContextMenu - onkeydown attribute does not work
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12792?page=com.atlassian.jira.plugin.s... ]
Juraj Húska commented on RF-12792:
----------------------------------
It is the same for {{rich:dropDownMenu}}.
> ContextMenu - onkeydown attribute does not work
> -----------------------------------------------
>
> Key: RF-12792
> URL: https://issues.jboss.org/browse/RF-12792
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-menu
> Affects Versions: 4.3.0.Final
> Environment: RichFaces 4.3.1-SNAPSHOT
> Metamer 4.3.1-SNAPSHOT
> JBoss Application Server: Weld Integration 7.1.1.Final
> JBoss AS 7.1.1.Final
> Java(TM) SE Runtime Environment 1.7.0_05-b06 @ Linux
> Chrome 24.0.1312.69 @ Linux x86_64
> Reporter: Juraj Húska
> Fix For: 5-Tracking
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> The {{onkeydown}} attribute does not work.
> Just note that {{onkeyup}} work just fine.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (RF-12854) rich:contextMenu - onmouseout - it is triggered also for onmouseover
by Juraj Húska (JIRA)
Juraj Húska created RF-12854:
--------------------------------
Summary: rich:contextMenu - onmouseout - it is triggered also for onmouseover
Key: RF-12854
URL: https://issues.jboss.org/browse/RF-12854
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-menu
Affects Versions: 4.3.0.Final, 4.3.2
Environment: RichFaces 4.3.0.Final
Metamer 4.3.2-SNAPSHOT
JBoss Application Server: Weld Integration 7.1.1.Final
JBoss AS 7.1.1.Final
Java(TM) SE Runtime Environment 1.7.0_05-b06 @ Linux
Chrome 25.0.1364.172 @ Linux x86_64 and Firefox
Reporter: Juraj Húska
Priority: Minor
{{onmouseout}} attribute of {{rich:contextMenu}} and {{rich:dropDownMenu}} is listening also for {{onmouseover}} events instead of just {{onmouseout}} events.
Please see the steps to reproduce.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (RF-12853) rich:inplaceSelect: JS API bugs
by Jiří Štefek (JIRA)
Jiří Štefek created RF-12853:
--------------------------------
Summary: rich:inplaceSelect: JS API bugs
Key: RF-12853
URL: https://issues.jboss.org/browse/RF-12853
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Environment: JBoss AS 7.1,
FF 18, Chrome 24
RichFaces 4.3.2-SNAPSHOT
Reporter: Jiří Štefek
The function hidePopup() does not exist.
Error in console:
{code}
RichFaces.$(...).hidePopup is not a function
{code}
The function setValue() is not working.
Error in console:
{code}
TypeError: item is null
InplaceSelect.js line 217
var clientSelectItem = item.data('clientSelectItem');
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months