[JBoss JIRA] (RF-11904) rich:contextMenu @mode doesn't affect request type
by Ján Jamrich (JIRA)
Ján Jamrich created RF-11904:
--------------------------------
Summary: rich:contextMenu @mode doesn't affect request type
Key: RF-11904
URL: https://issues.jboss.org/browse/RF-11904
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-misc
Environment: RichFaces 4.2.0-SNAPSHOT
Metamer 4.1.1-SNAPSHOT r.${buildNumber}
Mojarra 2.1.3-SNAPSHOT
JBoss AS 7.0.2.Final
Java(TM) SE Runtime Environment 1.6.0_26-b03 @ Linux
Firefox 10.0 @ Linux i686
-----
Richfaces component module built after merge to develop branch
Reporter: Ján Jamrich
Since contextMenu should be similar to dropDownMenu, I'm missing behavior controlled by @mode in contextMenu like dropDownMenu.
In dropDownMenu @mode=ajax causes just one request performed when click menu item. No request for @mode=client and only for @mode=server multiple requests (first POST request for page where dropDownMenu triggered request and then multiple GET requests for all associated (referenced) resources such as CSS, JS...
But not for contextMenu. @mode set to client neither ajax doesn't change request type, always is full page refresh performed when click on contextMenu item.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] (RF-11772) showcase - a4j:attachQueue - ajax request from mobile device generates WARNING on the server log
by Juraj Huska (Created) (JIRA)
showcase - a4j:attachQueue - ajax request from mobile device generates WARNING on the server log
------------------------------------------------------------------------------------------------
Key: RF-11772
URL: https://issues.jboss.org/browse/RF-11772
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core, mobile, showcase
Affects Versions: 4.1.0.CR2
Environment: richfaces showcase 4.1.CR2
container: JBoss AS 7.1.0.Beta1
mobile device: iPad1, Motorola Xoom, iPhone4
Reporter: Juraj Huska
Priority: Minor
In demo for a4j:attachQueue, when typing to input, the *generated ajax requests cause warning logged on the container console*:
{code}
17:29:40,118 WARNING [org.richfaces.log.Components] (http--0.0.0.0-8080-5) Queue with name 'j_idt9' has already been registered
{code}
The *functionality remains fine*, and this is noticeable *only on mobile devices*.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] (RF-11867) showcase - rich:hotKey - pressing of home or end key causes moving of whole page instead of just selected/removing all cities on FF 3.6.x
by Juraj Huska (Created) (JIRA)
showcase - rich:hotKey - pressing of home or end key causes moving of whole page instead of just selected/removing all cities on FF 3.6.x
-----------------------------------------------------------------------------------------------------------------------------------------
Key: RF-11867
URL: https://issues.jboss.org/browse/RF-11867
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: component-misc, showcase
Affects Versions: 4.1.1.Final
Environment: container: Tomcat 7.0.20, JBoss AS 6.0.0.Final
browser: Firefox 3.6.24
Reporter: Juraj Huska
Priority: Minor
The current binding for selecting/removing all cities in the demo for rich:hotKey are 'home' and 'end' buttons respectively.
It works as expected on Chrome and Firefox 8, however it is not working as expected on *Firefox 3.6.x*.
Pressing of 'home' of 'end' button (city is selected, so the pickList has user focus) causes moving of the whole page, like the pickList has no focus. The cities are added/removed too, but with the side effect of the page moving, which indeed looks a little ugly.
The workaround can be to use other keys.
What I would really appreciate is to bind some key to the switching between the two panels.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months