[JBoss JIRA] Created: (RF-1107) Scrollable dataTable. Header scrolled badly on TAB button.
by Ilya Shaikovsky (JIRA)
Scrollable dataTable. Header scrolled badly on TAB button.
----------------------------------------------------------
Key: RF-1107
URL: http://jira.jboss.com/jira/browse/RF-1107
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: FF 2.0.0.6
Reporter: Ilya Shaikovsky
Assigned To: Konstantin Mishin
Fix For: 3.2.0
Two use-cases failed:
"case - 1.png"
frozenColCount=0
all the columns with inputs
last columns aren't in visible part
When I use TAB key - columns scrolled to be displayed (good) but headers jsut stays (Wrong!)
"case - 2.png"
frozenColCount=2
all the columns with inputs
last columns aren't in visible part
I use TAB key. Focused inputs changed one by one only in "frozen zone" (seems good), but after I press TAB on the last input - the focus jumps to non frozen column input and frozen columns - scrolled and shifted down(Wrong!). But headers still aren't scrolled (good in this case).
--
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
12 years, 6 months
[JBoss JIRA] Created: (RF-10569) MyFaces 2.0.X on Tomcat 7 does not property inject managed properties prior to calling @PostConstruct on Beans
by Jay Balunas (JIRA)
MyFaces 2.0.X on Tomcat 7 does not property inject managed properties prior to calling @PostConstruct on Beans
--------------------------------------------------------------------------------------------------------------
Key: RF-10569
URL: https://issues.jboss.org/browse/RF-10569
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: third-party
Affects Versions: 4.0.0.Milestone6
Environment: MyFaces 2.0.X
Tomcat 7
Reporter: Jay Balunas
Assignee: Jay Balunas
Fix For: 4.0.0.CR1
See https://issues.apache.org/jira/browse/MYFACES-3035 to details.
We have several jira's that are all traced back to this issue, and there seems not quick workaround. We are following the issue, and discussing with MyFaces team.
For now please be very conscious of this when testing MyFaces on Tomcat 7. If you believe an issue could be related to this please ask or investigate so we don't get overloaded with jiras related to this.
Note that to see these issues with the richfaces showcase you must turn on extra logging via the logging.properties file.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] Created: (RF-11004) Slider: JavaScript error with f:ajax
by Pavol Pitonak (JIRA)
Slider: JavaScript error with f:ajax
------------------------------------
Key: RF-11004
URL: https://issues.jboss.org/browse/RF-11004
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Final
Environment: RichFaces 4.1.0-SNAPSHOT
Metamer 4.1.0-SNAPSHOT r.22511
Mojarra 2.0.3-b05
JBoss AS 6.0.0.Final
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 11.0.696.71 @ Linux i686
Reporter: Pavol Pitonak
# deploy Metamer and open http://localhost:8080/metamer/faces/components/richInputNumberSlider/fAja...
# slide on slider
result:
*Uncaught ReferenceError: mojarra is not defined* fAjax.xhtml:668
*RichFaces.ui.InputNumberSlider.onchange* fAjax.xhtml:668
*richfaces.ui.InputNumberSlider.richfaces.BaseComponent.extendClass.__setValue* inputNumberSlider.js:112
*richfaces.ui.InputNumberSlider.richfaces.BaseComponent.extendClass.__mousemoveHandler* inputNumberSlider.js:192
*richfaces.ui.InputNumberSlider.richfaces.BaseComponent.extendClass.__mousedownHandler* inputNumberSlider.js:179
*jQuery.jQuery.extend.proxy.proxy* jquery.js:768
*jQuery.event.handle* jquery.js:2562
*jQuery.event.add.elemData.handle.eventHandle* jquery.js:2201
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] Created: (RF-10780) Button with action and control behaviors only trigger control
by Lukas Fryc (JIRA)
Button with action and control behaviors only trigger control
-------------------------------------------------------------
Key: RF-10780
URL: https://issues.jboss.org/browse/RF-10780
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-misc
Affects Versions: 4.0.0.Final
Environment: * RichFaces 4.0.0-SNAPSHOT r.22262
* Mojarra 2.0.4-b09
* Apache Tomcat 6.0.29
* OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
* Firefox 3.6.15 @ Linux x86_64
Reporter: Lukas Fryc
Have following buttons:
{code:XML}
<a4j:commandButton value="Button with action and component control" action="#{richBean.dummyAction}">
<rich:componentControl event="click" target="popupPanel" operation="show" />
</a4j:commandButton>
<h:commandButton value="Button with action and component control" action="#{richBean.dummyAction}">
<rich:componentControl event="click" target="popupPanel" operation="show" />
<f:ajax event="click" />
</h:commandButton>
<rich:popupPanel id="popupPanel" />
{code}
Both of them triggers control (show popup) but do not process AJAX request and given action.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] Created: (RF-10697) Popup Panel - @keepVisualState does not work
by Lukas Fryc (JIRA)
Popup Panel - @keepVisualState does not work
--------------------------------------------
Key: RF-10697
URL: https://issues.jboss.org/browse/RF-10697
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 4.0.0.CR1
Environment: RichFaces 4.0.0.20110227-CR1 r.21967
Metamer 4.0.0.20110228-CR1 r.21993
Apache MyFaces JSF-2.0 Core Impl 2.0.4
JBoss AS 6.0.0.Final
OpenJDK Runtime Environment 1.6.0_20-b20 @Linux
Chrome 9.0.597.107 @ Linux x86_64
Reporter: Lukas Fryc
Fix @keepVisualState attribute or remove it from taglib.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months