[JBoss JIRA] Created: (RF-11418) rich:tabPanel cuts off the tabs on the right
by Val Blant (JIRA)
rich:tabPanel cuts off the tabs on the right
--------------------------------------------
Key: RF-11418
URL: https://issues.jboss.org/browse/RF-11418
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component
Affects Versions: 4.0.0.Final
Reporter: Val Blant
Attachments: tabs_cut_off.png
Tabs are cut off on the right, if there are too many of them. Instead of starting to wrap on the white spaces and growing vertically, the _tabPanel_ simply cuts off the tabs that don't fit, as shown in the attached picture.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] Created: (RF-11264) rich:select (client side) validation and ajax update doesn't work reliable
by Ján Jamrich (JIRA)
rich:select (client side) validation and ajax update doesn't work reliable
--------------------------------------------------------------------------
Key: RF-11264
URL: https://issues.jboss.org/browse/RF-11264
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone1
Environment: RichFaces 4.1.0.20110805-M1 r.10246d45dddd1d2aa2034317d5a832394cc919f9
Metamer 4.1.0.20110805-M1 r.22604
Apache MyFaces JSF-2.1 Core Impl 2.1.1
JBoss AS 6.0.0.Final
Java(TM) SE Runtime Environment 1.6.0_26-b03 @Linux
Chrome 12.0.742.112 @ Linux i686
Reporter: Ján Jamrich
Examples for rich:select in Metamer doesn't perform client side validation (or display validation messages) reliable. Sometime for page with multiple rich:select inputs validated to different rules are validation messages displayed, then refresh page and try again, and the validation doesn't perform. The same with (correct) values entered into validated inputs. If entered valid input, value is displayed in output element, but when entered an incorrect value (even validation message didn't appear) value is no more displayed in output.
Another problem is with simple page (faces/components/richSelect/fAjax.xhtml) with rich:select, where submit by ajax behavior doesn't work. Item selected by mouse is displayed in input as selected, but doesn't appear in output element.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] Created: (RF-11291) Metamer: rich:CollapsibleSubTable: Filtering example doesn't work at all (MyFaces, IE9)
by Ján Jamrich (JIRA)
Metamer: rich:CollapsibleSubTable: Filtering example doesn't work at all (MyFaces, IE9)
---------------------------------------------------------------------------------------
Key: RF-11291
URL: https://issues.jboss.org/browse/RF-11291
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone1
Environment: RichFaces 4.1.0.20110805-M1 r.10246d45dddd1d2aa2034317d5a832394cc919f9
Metamer 4.1.0.20110805-M1 r.22604
Apache MyFaces JSF-2.1 Core Impl 2.1.1
Apache Tomcat 7.0.19
Java(TM) SE Runtime Environment 1.6.0_26-b03 @Linux
Chrome 12.0.742.112 @ Linux i686, IE9 as well
Reporter: Ján Jamrich
Example for collapsibleSubTable doesn't work as expected.
If filtering criteria entered and performed BLUR event nothing happens to data in subtable. If then enter another filtering criteria, filtering performed, but with previous filtering criteria.
So, if I firstly enter "President" into filtering input in column Title, and blur this input, nothing happens. Then I enter "Director" to this input and blur. Then table get filtered, and only records matching filtering criteria "President" are displayed. It is quite confusing to see in filtering input value "Director" and in columns only data "President"
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] Created: (RF-11287) Metamer: a4j:outputPanel doesn't update value in outputPanel until explicit rerendering fired (MyFaces)
by Ján Jamrich (JIRA)
Metamer: a4j:outputPanel doesn't update value in outputPanel until explicit rerendering fired (MyFaces)
-------------------------------------------------------------------------------------------------------
Key: RF-11287
URL: https://issues.jboss.org/browse/RF-11287
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Environment: RichFaces 4.1.0.20110805-M1 r.10246d45dddd1d2aa2034317d5a832394cc919f9
Metamer 4.1.0.20110805-M1 r.22604
Apache MyFaces JSF-2.1 Core Impl 2.1.1
Apache Tomcat 7.0.19
Java(TM) SE Runtime Environment 1.6.0_26-b03 @Linux
Chrome 12.0.742.112 @ Linux i686, IE9 (not browser specific)
Reporter: Ján Jamrich
On Metamer page with outputPanel example (faces/components/a4jOutputPanel/simple.xhtml) is value updated by clicking on a4j:button not updated withing outputPanel until explicit page rerendering fired (by updating attribute value, or click on "Rerender all" button.
Seems to be MyFaces specific, with Mojarra works outputPanel correctly (at least in this case)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] Created: (RF-10967) Drag'n'Drop does not work with PARTIAL_STATE_SAVING FALSE
by Stephan Meisinger (JIRA)
Drag'n'Drop does not work with PARTIAL_STATE_SAVING FALSE
---------------------------------------------------------
Key: RF-10967
URL: https://issues.jboss.org/browse/RF-10967
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-drag/drop
Affects Versions: 4.0.0.Final
Environment: tomcat 6.0.32
RichFaces 4.0.0-Final
Reporter: Stephan Meisinger
if partital state saving is off
<context-param>
<param-name>javax.faces.PARTIAL_STATE_SAVING</param-name>
<param-value>false</param-value>
</context-param>
droping of items does noth work and causes a NullPointerException
at org.richfaces.event.MethodExpressionDropListener.processDrop(MethodExpressionDropListener.java:47)
at org.richfaces.event.DropEvent.processListener(DropEvent.java:74)
at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:777)
at org.richfaces.component.AbstractDropTarget.broadcast(AbstractDropTarget.java:122)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:787)
at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1252)
at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81)
... 18 more
imho MethodExpressionDropListener should be serializable, otherwise methodExpression can't be set by the SafeStateHolder.
--
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-8084) Panelbar does not expand with more than 4 panelBarItems
by Alan (JIRA)
Panelbar does not expand with more than 4 panelBarItems
-------------------------------------------------------
Key: RF-8084
URL: https://jira.jboss.org/jira/browse/RF-8084
Project: RichFaces
Issue Type: Bug
Components: component-menu
Affects Versions: 3.3.2.SR1, 3.3.2.GA, 3.3.2.CR1, 3.3.1
Environment: Bot Mac and Windows. Both IE and FF.
Reporter: Alan
Adding a rich:panelBar with more than 4 panelBarItems causes the panelBarItems to stay hidden.
Under Mac and FF 3.5 the pannels do not open anymore. If your zoom (Cmd +), the panels open again.
Under Windows and IE 8 you need to zoom one level (Ctrl +).
In the panelbar.js (showSlide function) this piece of code contains the problem.
slide.content.style.height=(h>0?h:0)+"px";
if (h<=1 && (this.panel.style.height=="" || this.panel.style.height.indexOf("%")!=-1)) {
this.panel.style.height="";
slide.content.style.height="100%";
}
h is the contentHeight. 'Normally' this returns a value which is <=1. But for some zoom levels and more than 4 panelBarItems this value gets bigger. This causes the height being set to 2 or 3 and the panelBarItem looks clossed.
This is probally caused by some rouding problem. A difference between offsetHeight and clientHeight?
Locally I fixed the problem to disable the check and always set the height of the slide.content to 100%.
--
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
12 years, 6 months
[JBoss JIRA] Created: (RF-11228) Metamer - input elements, validation and displaying output
by Jan Papousek (JIRA)
Metamer - input elements, validation and displaying output
----------------------------------------------------------
Key: RF-11228
URL: https://issues.jboss.org/browse/RF-11228
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone1
Environment: * RichFaces 4.1.0.20110805-M1 r.10246d45dddd1d2aa2034317d5a832394cc919f9
* Metamer 4.1.0.20110805-M1 r.22604
* Mojarra 2.1.3-FCS
* Apache Tomcat 6.0.32
* OpenJDK Runtime Environment 1.6.0_22-b22 @ Linux
* Firefox 3.6.19 @ Linux i686 (x86_64)
Reporter: Jan Papousek
When an input element is filled and validation passes, the output isn't displayed. This issue can be reproduced on a lot of pages in Metamer containg input elements and client side validation, e.q.:
- faces/components/richCalendar/csv.xhtml
- faces/components/richInplaceInput/csv.xhtml
- faces/components/richInputNumberSpinner/csv.xhtml
- ...
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months