[JBoss JIRA] Created: (RF-11159) rich:panelMenuGroup component don't save it's expanded property
by Dmitry Volkov (JIRA)
rich:panelMenuGroup component don't save it's expanded property
---------------------------------------------------------------
Key: RF-11159
URL: https://issues.jboss.org/browse/RF-11159
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-menu
Affects Versions: 4.0.0.Final
Environment: Firefox 5, MyFaces 2.0.3, WebSphere AS 8
Reporter: Dmitry Volkov
Example:
{code:xml}
<h:form>
<rich:panelMenu expandSingle="false">
<rich:panelMenuGroup label="menu1" expanded="#{userSession.menuState['menu1']}">
<rich:menuItem action="/pages/page" label="item1" mode="server"/>
</rich:panelMenuGroup>
</rich:panelMenu>
</h:form>
{code}
Form submits after selecting menuItem, but #{userSession.menuState['menu1']} value is not updated. Therefore after faces redirect panelMenuGroup expand status is lost.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Created: (RF-11140) create a rich:selectItem{s} tag that takes itemConvertedValue as an attibute, and use it to dynamically build a converter
by Brian Leathem (JIRA)
create a rich:selectItem{s} tag that takes itemConvertedValue as an attibute, and use it to dynamically build a converter
-------------------------------------------------------------------------------------------------------------------------
Key: RF-11140
URL: https://issues.jboss.org/browse/RF-11140
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Brian Leathem
When creating a f:selectItems you specify:
itemLabel: the label of the item to use in the html representation
itemValue: which is the item object itself.
On then uses a converter to get a string/html representation of the itemValue object, for use in the <option> tag.
I suggest building on this, and introduce a itemConvertedValue attribute, which could be used to build an on-the-fly converter to map between objects, and there corresponding string representations.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Created: (RF-11123) RichFaces can't start in headless mode due to AWT initialization
by Lukáš Fryč (JIRA)
RichFaces can't start in headless mode due to AWT initialization
----------------------------------------------------------------
Key: RF-11123
URL: https://issues.jboss.org/browse/RF-11123
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: core
Affects Versions: 4.1.0.Milestone1
Environment: AS7
OpenJDK Runtime Environment (IcedTea6 1.9.8) (6b20-1.9.8-0ubuntu1~10.04.1) / OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)
Java(TM) SE Runtime Environment (build 1.6.0_21-b06) / Java HotSpot(TM) 64-Bit Server VM (build 17.0-b16, mixed mode)
Reporter: Lukáš Fryč
Priority: Optional
Observed when running AS7 in parallel session (sudo su - username).
{code}
10:02:07,589 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-2) Critical error during deployment: : java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) [:1.6.0_20]
at sun.awt.X11GraphicsEnvironment.access$200(X11GraphicsEnvironment.java:62) [:1.6.0_20]
at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:178) [:1.6.0_20]
at java.security.AccessController.doPrivileged(Native Method) [:1.6.0_20]
at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:142) [:1.6.0_20]
at java.lang.Class.forName0(Native Method) [:1.6.0_20]
at java.lang.Class.forName(Class.java:186) [:1.6.0_20]
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:82) [:1.6.0_20]
at sun.awt.X11.XToolkit.<clinit>(XToolkit.java:112) [:1.6.0_20]
at java.lang.Class.forName0(Native Method) [:1.6.0_20]
at java.lang.Class.forName(Class.java:186) [:1.6.0_20]
at java.awt.Toolkit$2.run(Toolkit.java:849) [:1.6.0_20]
at java.security.AccessController.doPrivileged(Native Method) [:1.6.0_20]
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:841) [:1.6.0_20]
at org.richfaces.application.InitializationListener$AWTInitializer.initialize(InitializationListener.java:85) [richfaces-core-impl-4.1.0-20110707.122740-57
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Created: (RF-10960) The <rich:tooltip> is misplaced in IE7 when moving over the value of an input field
by Daniel Görlich (JIRA)
The <rich:tooltip> is misplaced in IE7 when moving over the value of an input field
-----------------------------------------------------------------------------------
Key: RF-10960
URL: https://issues.jboss.org/browse/RF-10960
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Final
Reporter: Daniel Görlich
Priority: Minor
If you move over an an input component which includes a rich tooltip, the tooltip is shown at the input component. But if u move over the value of the input component, the tooltip is misplaced to the upper left corner of the browser. This is a bad behaviour. With Mozilla it wors fine, but not with IE7.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Assigned: (RF-11167) many problems when using extendedDataTable inside collapsiblePanel
by Jay Balunas (JIRA)
[ https://issues.jboss.org/browse/RF-11167?page=com.atlassian.jira.plugin.s... ]
Jay Balunas reassigned RF-11167:
--------------------------------
Assignee: Pavol Pitonak
Pavol - please review this test app, and the bugs reported. Determine if these are already tracked, and enter new issues as they are determined.
> many problems when using extendedDataTable inside collapsiblePanel
> ------------------------------------------------------------------
>
> Key: RF-11167
> URL: https://issues.jboss.org/browse/RF-11167
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes, component-tables
> Affects Versions: 4.0.0.Final
> Environment: Windows, IE 8 or Google Chrome 12
> Reporter: Paweł Bara
> Assignee: Pavol Pitonak
> Attachments: buggy.zip
>
>
> There are many bugs when using extendedDataTable with collapsiblePanel, especially when there are multiple of those components on a page. Sometimes headers of tables dissapear, sometimes whole tables dissapear, sometimes scrolling of page gets extremely slow. The behaviour depends on browser you're using. I'm attaching a complete, simple test application (maven war project for Tomcat 7.0) which will allow you to reproduce mentioned bugs.
> I'm pretty sure that the extendedDataTable is the problem here since:
> a) using dataTables in place of extendedDataTables fixes problems described below
> b) I've tried to implement my own client-side collapsiblePanel once, using simple jQuery hide() calls and it broke extended tables the same way your collapsiblePanel does
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months