ScrollableDataTable displayes incorrectly inside contaner with text-align="center" style defined under IE6-7.
-------------------------------------------------------------------------------------------------------------
Key: RF-6447
URL: https://jira.jboss.org/jira/browse/RF-6447
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Environment: facelets
3.3.1.SNAPSHOT
IE6-7
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Priority: Minor
Source:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich">
<head>
<title>TITLE</title>
</head>
<body style="text-align: center;">
<a4j:form>
<rich:scrollableDataTable id="scr2" value="#{custom.source}"
var="field">
<rich:column>
<f:facet name="header">FIELD</f:facet>
#{field}
</rich:column>
</rich:scrollableDataTable>
</a4j:form>
</body>
</html>
See attached screenshot.
All works fine in case delete style="text-align: center;" from body.
--
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
Context menu placed on modal panel does not appear in right place when window scrolling is used.
------------------------------------------------------------------------------------------------
Key: RF-6235
URL: https://jira.jboss.org/jira/browse/RF-6235
Project: RichFaces
Issue Type: Patch
Affects Versions: 3.3.0
Environment: FF3, IE7
Reporter: Sergey Rusak
Context menu placed on modal panel does not appear in right place when window scrolling is used.(see screenshot). The thing is position calculation is based on Prototype function "Position.cumulativeOffset" and does not take into account that element could be on modal panel(which has position 'fixed').
--
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
scrollableDataTable: there is no left border of the table ion Opera
-------------------------------------------------------------------
Key: RF-3260
URL: http://jira.jboss.com/jira/browse/RF-3260
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: 3.2.1.CR1
Reporter: Tsikhon Kuprevich
Assigned To: Nick Belaevski
see image
--
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
panelBar: some attributes should be hidden.
-------------------------------------------
Key: RF-5968
URL: https://jira.jboss.org/jira/browse/RF-5968
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Priority: Minor
Following attributes should be hidden for panelBar:
converter
converterMessage
required
requiredMessage
validator
validatorMessage
label
--
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
scrollableDataTable: incerrect teble position position after rerender
---------------------------------------------------------------------
Key: RF-5180
URL: https://jira.jboss.org/jira/browse/RF-5180
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: any
Reporter: Tsikhon Kuprevich
Assignee: Nick Belaevski
1. scroll the table down to the bottom
2. scroll it up to the top
3. rerender the table
=> The bottom of the table is displayed, but it should be the top.
--
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
tolltip and scrollable table
----------------------------
Key: RF-2103
URL: http://jira.jboss.com/jira/browse/RF-2103
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Reporter: Ilya Shaikovsky
Assigned To: Nick Belaevski
Fix For: 3.2.0
see http://imagebin.org/13493
Need to make something to get it positioned normally by default.
<rich:column>
<f:facet name="header">
<h:outputText value="Column header 2"></h:outputText>
</f:facet>
<a4j:commandButton value="test" id="id">
<rich:toolTip styleClass="class">
<h:outputText value="test"/>
</rich:toolTip>
</a4j:commandButton>
</rich:column>
--
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