[JBoss JIRA] (RF-12349) Calendar component hidden behind rich:accordian component
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12349?page=com.atlassian.jira.plugin.s... ]
Juraj Húska commented on RF-12349:
----------------------------------
Note that I have issued {{grep -r "overflow: hidden;"}} and similar over {{framework}} and listed all container components which can be affected.
So I tested on:
* accordion
* popup panel
* data table
* extended data table
* tab panel
* collapsible panel
It works with everything, only with {{r:accordion}} not.
> Calendar component hidden behind rich:accordian component
> ---------------------------------------------------------
>
> Key: RF-12349
> URL: https://issues.jboss.org/browse/RF-12349
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.2.2.Final, 5.0.0.Alpha1
> Environment: OS:- Windows XP, Fedora
> JDK:-JDK 1.6.0_20, JDK 7
> browsers: Chrome, Firefox
> Reporter: Nikhil Hukkerikar
> Fix For: 5-Tracking
>
>
> The calendar component <rich:calendar> is hidden behind the <rich:accordionitem>, wherein the calendar component is included inside one of the accordion Items of the <rich:accordion> component.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 5 months
[JBoss JIRA] (RF-12349) Calendar component hidden behind rich:accordian component
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12349?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-12349:
-----------------------------
Environment:
OS:- Windows XP, Fedora
JDK:-JDK 1.6.0_20, JDK 7
browsers: Chrome, Firefox
was:
OS:- Windows XP
JDK:-JDK 1.6.0_20
> Calendar component hidden behind rich:accordian component
> ---------------------------------------------------------
>
> Key: RF-12349
> URL: https://issues.jboss.org/browse/RF-12349
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.2.2.Final, 5.0.0.Alpha1
> Environment: OS:- Windows XP, Fedora
> JDK:-JDK 1.6.0_20, JDK 7
> browsers: Chrome, Firefox
> Reporter: Nikhil Hukkerikar
> Assignee: Juraj Húska
> Fix For: 5-Tracking
>
>
> The calendar component <rich:calendar> is hidden behind the <rich:accordionitem>, wherein the calendar component is included inside one of the accordion Items of the <rich:accordion> component.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 5 months
[JBoss JIRA] (RF-12349) Calendar component hidden behind rich:accordian component
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12349?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-12349:
-----------------------------
Workaround: Workaround Exists
> Calendar component hidden behind rich:accordian component
> ---------------------------------------------------------
>
> Key: RF-12349
> URL: https://issues.jboss.org/browse/RF-12349
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.2.2.Final, 5.0.0.Alpha1
> Environment: OS:- Windows XP, Fedora
> JDK:-JDK 1.6.0_20, JDK 7
> browsers: Chrome, Firefox
> Reporter: Nikhil Hukkerikar
> Assignee: Juraj Húska
> Fix For: 5-Tracking
>
>
> The calendar component <rich:calendar> is hidden behind the <rich:accordionitem>, wherein the calendar component is included inside one of the accordion Items of the <rich:accordion> component.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 5 months
[JBoss JIRA] (RF-12349) Calendar component hidden behind rich:accordian component
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12349?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-12349:
-----------------------------
Workaround Description:
A workaround can be overriding the {{rf-ac-itm-cnt}} class as follows:
{code:xml}
<h:outputStylesheet>
.rf-ac-itm-cnt {
overflow: visible;
}
</h:outputStylesheet>
{code}
> Calendar component hidden behind rich:accordian component
> ---------------------------------------------------------
>
> Key: RF-12349
> URL: https://issues.jboss.org/browse/RF-12349
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.2.2.Final
> Environment: OS:- Windows XP
> JDK:-JDK 1.6.0_20
> Reporter: Nikhil Hukkerikar
> Assignee: Juraj Húska
> Fix For: 5-Tracking
>
>
> The calendar component <rich:calendar> is hidden behind the <rich:accordionitem>, wherein the calendar component is included inside one of the accordion Items of the <rich:accordion> component.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 5 months
[JBoss JIRA] (RF-12944) Rerender problem on popup panel
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12944?page=com.atlassian.jira.plugin.s... ]
Juraj Húska commented on RF-12944:
----------------------------------
Hello András,
could you please provide more information on what does the {{bean.action}} method do ? And also how the popup panel looks like ? (you said that your boss does not allow you to share the code, however you can and should minimize the code example on a minimal level where only the button, the popup panel and the corresponding bean code will be)
Have you already tried the [workaround|https://community.jboss.org/message/810639#810639] which is suggested by Luis Garcia ?
> Rerender problem on popup panel
> -------------------------------
>
> Key: RF-12944
> URL: https://issues.jboss.org/browse/RF-12944
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.2.2.Final
> Reporter: András Bognár
> Assignee: Juraj Húska
>
> Some page what we made, it contains popup panel. The method which shows the popup is like this:
> {code}
> <a4j:commandButton
> styleClass="standardButton"
> value="#{property.someThing}"
> action="#{bean.action}"
> render="contentClientId"
> oncomplete="#{rich:component('panelName')}.show();"/>
> {code}
> but after showing the popup contains old data and 1-2 seconds later refresh and we can see the correct data.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 5 months
[JBoss JIRA] (RF-12944) Rerender problem on popup panel
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12944?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-12944:
-----------------------------
Labels: waiting_on_user (was: )
> Rerender problem on popup panel
> -------------------------------
>
> Key: RF-12944
> URL: https://issues.jboss.org/browse/RF-12944
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.2.2.Final
> Reporter: András Bognár
> Assignee: Juraj Húska
> Labels: waiting_on_user
>
> Some page what we made, it contains popup panel. The method which shows the popup is like this:
> {code}
> <a4j:commandButton
> styleClass="standardButton"
> value="#{property.someThing}"
> action="#{bean.action}"
> render="contentClientId"
> oncomplete="#{rich:component('panelName')}.show();"/>
> {code}
> but after showing the popup contains old data and 1-2 seconds later refresh and we can see the correct data.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 5 months