[JBoss JIRA] Created: (RF-10001) rich:extendedDataTable - scrolls out of selection viewscope when using down-arrow-key
by Lukas Fryc (JIRA)
rich:extendedDataTable - scrolls out of selection viewscope when using down-arrow-key
-------------------------------------------------------------------------------------
Key: RF-10001
URL: https://issues.jboss.org/browse/RF-10001
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.Milestone4
Environment: * RichFaces 4.0.0-SNAPSHOT r.20513
* Metamer 4.0.0-SNAPSHOT r.unknown
* Mojarra 2.0.3-FCS
* Apache Tomcat 6.0.29
* OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
* Firefox 3.6.13 @ Linux x86_64 (Ubuntu)
Reporter: Lukas Fryc
Priority: Minor
When using down arrow key to scroll with EDT, it is expected that selection is changed, but on Firefox on Linux, the table is scroller but selection isn't changed.
Verified that it works in other browsers except Firefox 3.6.x on Linux (specifically it works on Windows).
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Created: (RF-9561) progressBar: review sizes applying. No simple way to re-define height for bar element
by Ilya Shaikovsky (JIRA)
progressBar: review sizes applying. No simple way to re-define height for bar element
-------------------------------------------------------------------------------------
Key: RF-9561
URL: https://jira.jboss.org/browse/RF-9561
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.0.0.Milestone4
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Priority: Minor
Fix For: Future_4.X
currently need to redefine two css classes to re-define the bar element height.
proposed to change height definition - use height defined at upper element div and setting 100% for nested. (currently nested has values in px duplicated)
+ width also should be reviewed. Ideally look through other css in markup.
+ FileUpload component will be affected by changes and should be additionally checked after changes.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Created: (RF-10170) Improve Converter finding if EL expression is semi-resolvable
by Martin Kočí (JIRA)
Improve Converter finding if EL expression is semi-resolvable
-------------------------------------------------------------
Key: RF-10170
URL: https://issues.jboss.org/browse/RF-10170
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: compatibility
Affects Versions: Future_4.X
Environment: RichFaces 4 svn rev. 20933
Reporter: Martin Kočí
example (#{bean.propertyNull} resolves to null):
<h:inputText value="#{bean.propertyNull.zeitangabe}" /> outputs a input field
<r:calendar value="#{bean.propertyNull.zeitangabe}" /> throws value="#{bean.propertyNull.zeitangabe}": Target Unreachable, 'propertyNull' returned null
Problem is in org.richfaces.component.util.SelectUtils.findConverter: method tries to locate a Converter even if informations for this are "uknown".
Simple solution can be: find converter only for ValueExpression which leads to not null value, because if no value for "value" ValueExpression :), then no conversion getAsString is necessary (at least is is true if spec does not mandates conversion for null value).
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Created: (RF-10293) richfaces-showcase: message: not updated via ajax but h:message + outputPanel does.
by Ilya Shaikovsky (JIRA)
richfaces-showcase: message: not updated via ajax but h:message + outputPanel does.
-----------------------------------------------------------------------------------
Key: RF-10293
URL: https://issues.jboss.org/browse/RF-10293
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-validators, examples
Affects Versions: 4.0.0.Milestone5
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Nick please review "edit" sample of data table locally. (not at GAE)
when you will click edit and try to enter letters in numerical fields - nothing will apears in rich:messages. So I added a4j:outputPanel and messages are appears there fine.
Note: on the page with single form and out of any popups rich:message works fine. E.g. - CSV sample.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 12 months
[JBoss JIRA] Created: (RF-10260) rich:dropDownMenu cursor blinks/flashes through expanded menu in Internet Explorer
by Karl Mueller (JIRA)
rich:dropDownMenu cursor blinks/flashes through expanded menu in Internet Explorer
----------------------------------------------------------------------------------
Key: RF-10260
URL: https://issues.jboss.org/browse/RF-10260
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-menu
Affects Versions: 4.0.0.Milestone5
Environment: Windows Vista Build 6001
apache-tomcat-7.0.5
Sun jdk1.6.0_14
RichFaces 4.0.0.20101226-M5
Mojarra JSF 2.0.3-FCS
Reporter: Karl Mueller
Priority: Minor
Cursor blinks through expanded menu in Internet Explorer
If an h:inputfield has focus and rich:dropDownMenu expands over the input field, the cursor blinks/flashes through the menu in Internet Explorer 7 & 8.
This does not happen in FireFox. Adding a high z-index to the menu does not solve the issue.
Unfortunately I do not have permission to add an attachment, otherwise I would have provided a screenshot.
Menu (with z-index fix attempt)
<rich:toolbar height="26px" style="z-index: 99999;">
<c:forEach items="#{menuBean.menuGroups}" var="menuGroup">
<rich:dropDownMenu mode="server" style="z-index: 99999;">
<f:facet name="label">
<h:outputText value="#{menuGroup.menuName}" />
</f:facet>
<c:forEach items="#{menuGroup.menuElements}" var="menuElement">
<rich:menuItem style="z-index: 99999;">
<h:outputLink value="#{request.contextPath}#{menuElement.targetURL}">
<h:outputText value="#{menuElement.label}"></h:outputText>
</h:outputLink>
</rich:menuItem>
</c:forEach>
</rich:dropDownMenu>
</c:forEach>
</rich:toolbar>
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 12 months