[JBoss JIRA] (RF-13422) Showcase - chart demos on tablets - not rendered
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13422?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-13422:
-----------------------------
Attachment: jsErrorsChart.PNG
> Showcase - chart demos on tablets - not rendered
> ------------------------------------------------
>
> Key: RF-13422
> URL: https://issues.jboss.org/browse/RF-13422
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input, showcase
> Affects Versions: 5.0.0.Alpha2
> Reporter: Juraj Húska
> Attachments: chartWrongRendered.PNG, jsErrorsChart.PNG
>
>
> The demo for charts is not rendered correctly on tablets.
> There are JS errors, which can be found in the attachment. It seems like the chart size is counted in a wrong way, when the screen is smaller and it is trying to create line with 0 height.
> RichWidgets demo on tablets works as expected.
--
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
12 years, 4 months
[JBoss JIRA] (RF-13422) Showcase - chart demos on tablets - not rendered
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13422?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-13422:
-----------------------------
Attachment: chartWrongRendered.PNG
> Showcase - chart demos on tablets - not rendered
> ------------------------------------------------
>
> Key: RF-13422
> URL: https://issues.jboss.org/browse/RF-13422
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input, showcase
> Affects Versions: 5.0.0.Alpha2
> Reporter: Juraj Húska
> Attachments: chartWrongRendered.PNG, jsErrorsChart.PNG
>
>
> The demo for charts is not rendered correctly on tablets.
> There are JS errors, which can be found in the attachment. It seems like the chart size is counted in a wrong way, when the screen is smaller and it is trying to create line with 0 height.
> RichWidgets demo on tablets works as expected.
--
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
12 years, 4 months
[JBoss JIRA] (RF-13422) Showcase - chart demos on tablets - not rendered
by Juraj Húska (JIRA)
Juraj Húska created RF-13422:
--------------------------------
Summary: Showcase - chart demos on tablets - not rendered
Key: RF-13422
URL: https://issues.jboss.org/browse/RF-13422
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input, showcase
Affects Versions: 5.0.0.Alpha2
Reporter: Juraj Húska
The demo for charts is not rendered correctly on tablets.
There are JS errors, which can be found in the attachment. It seems like the chart size is counted in a wrong way, when the screen is smaller and it is trying to create line with 0 height.
RichWidgets demo on tablets works as expected.
--
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
12 years, 4 months
[JBoss JIRA] (RF-13421) Input number slider: attribute render on nested r:ajax doesn't work
by Pavol Pitonak (JIRA)
Pavol Pitonak created RF-13421:
----------------------------------
Summary: Input number slider: attribute render on nested r:ajax doesn't work
Key: RF-13421
URL: https://issues.jboss.org/browse/RF-13421
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core, component-input, regression
Affects Versions: 5.0.0.Alpha2
Environment: RichFaces 5.0.0.Alpha2
Metamer 5.0.0.Alpha2
EAP 6.1.1, JBoss AS 7.1.1
Mojarra 2.1.19, 2.1.7
Java(TM) SE Runtime Environment 1.7.0_04-b20 @ Linux
Chrome 31.0.1650.57 @ Linux x86_64, Firefox 17/21/24
Reporter: Pavol Pitonak
# deploy Metamer and open http://localhost:8080/metamer/faces/components/richInputNumberSlider/simp...
# open developer tools in browser
# change value on slider
result:
* output below slider is not updated
reason:
* output's span element has id form:containerRichDataGrid:3:output
* response to Ajax requests contains different ID
{code}
<render>form:containerRichDataGrid:0:output</render>
{code}
--
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
12 years, 4 months
[JBoss JIRA] (RF-13242) ajaxcomplete event is called before javascriptServiceCompleted event
by Jiří Štefek (JIRA)
[ https://issues.jboss.org/browse/RF-13242?page=com.atlassian.jira.plugin.s... ]
Jiří Štefek closed RF-13242.
----------------------------
closing, verified.
> ajaxcomplete event is called before javascriptServiceCompleted event
> --------------------------------------------------------------------
>
> Key: RF-13242
> URL: https://issues.jboss.org/browse/RF-13242
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: core
> Affects Versions: 5.0.0.Alpha1
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Priority: Minor
> Fix For: 5.0.0.Alpha2
>
>
> The events / attributes / JS service invocations should be as follow:
> * {{@onbeforedomupdate}}
> * {{ajaxbeforedomupdate}}
> * JavaScriptService invocation
> * {{javascriptServiceComplete}}
> * {{@oncomplete}}
> * *{{ajaxcomplete}}*
> But they are:
> * {{ajaxbeforedomupdate}}
> * {{@onbeforedomupdate}}
> * *{{ajaxcomplete}}*
> * JavaScriptService invocation
> * {{javascriptServiceComplete}}
> * {{@oncomplete}}
--
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
12 years, 4 months
[JBoss JIRA] (RF-13242) ajaxcomplete event is called before javascriptServiceCompleted event
by Jiří Štefek (JIRA)
[ https://issues.jboss.org/browse/RF-13242?page=com.atlassian.jira.plugin.s... ]
Jiří Štefek commented on RF-13242:
----------------------------------
thanks Lukas
> ajaxcomplete event is called before javascriptServiceCompleted event
> --------------------------------------------------------------------
>
> Key: RF-13242
> URL: https://issues.jboss.org/browse/RF-13242
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: core
> Affects Versions: 5.0.0.Alpha1
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Priority: Minor
> Fix For: 5.0.0.Alpha2
>
>
> The events / attributes / JS service invocations should be as follow:
> * {{@onbeforedomupdate}}
> * {{ajaxbeforedomupdate}}
> * JavaScriptService invocation
> * {{javascriptServiceComplete}}
> * {{@oncomplete}}
> * *{{ajaxcomplete}}*
> But they are:
> * {{ajaxbeforedomupdate}}
> * {{@onbeforedomupdate}}
> * *{{ajaxcomplete}}*
> * JavaScriptService invocation
> * {{javascriptServiceComplete}}
> * {{@oncomplete}}
--
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
12 years, 4 months
[JBoss JIRA] (RF-13230) Resetting table state on extendedDataTable does not reset table when using ajax re-render
by Matej Novotny (JIRA)
[ https://issues.jboss.org/browse/RF-13230?page=com.atlassian.jira.plugin.s... ]
Matej Novotny commented on RF-13230:
------------------------------------
I tried to reproduce this issue but I am not sure what behaviour should be expected. I tried it with ViewScoped bean first (later on I tried with Conversation too).
Now following the steps in description (for 4.3.3)...
Changing the column ordering - JSON String is correctly passed to the bean and stored.
Setting its value to null using ajax - used a4j:commandButton, set to null, variable was null
Rerender component - nothing happened, table is still modified
Full page refresh - nothing happened , table is still modified
Access page url again - table is loaded in default setup
This seems like the current table modifications are stored in a session or so as long as I don't switch from one page to another. Is the tableState meant to work as this issue describes it or is it a way to get hold of the table format to store it for future use (eg. when user comes back to website, the table will load based on last stored state)?
Back to Conversation bean, I tried to reproduce it with this one too and got the same result. However I cannot be sure I implemented it correctly since I never did it before. So [~ibenjes] could you provide a simple example where this feature was working for you with older RF? Without that I don't think I can reproduce this.
> Resetting table state on extendedDataTable does not reset table when using ajax re-render
> -----------------------------------------------------------------------------------------
>
> Key: RF-13230
> URL: https://issues.jboss.org/browse/RF-13230
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.4
> Reporter: Immo Benjes
> Assignee: Matej Novotny
> Labels: regression
> Fix For: 4.3.5
>
>
> On a extendedDataTable resetting the table state and then re-rendering the table via ajax does not work, the table still shows the custom column ordering and column width. Only when reloading the complete page, the table is displayed in its default form.
> To reproduce:
> rich:extendedDataTable with tableState help in a (e.g. Seam conversation scoped bean). Change the column ordering, now call an ajax method that resets the table state to null or an empty string. Re-render the table after completion. The column ordering stays the same.
> This used to work on RF 4.3.3
--
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
12 years, 4 months