[JBoss JIRA] (RF-13397) a4j:push not working with Internet Explorer >= 10
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13397?page=com.atlassian.jira.plugin.s... ]
Juraj Húska edited comment on RF-13397 at 11/29/13 11:03 AM:
-------------------------------------------------------------
I can reproduce the error.
I have reproduced it with both online referenced showcase (after restart of the application server) and also with locally running JBoss AS 7.1.1.Final.
The issue is occurring only in IE. Other browsers works.
I got this JS error into the console:
{code}
HTML1524: Invalid DOCTYPE. The shortest valid doctype is "<!DOCTYPE html>".
component-sample.jsf, line 1 character 1
{code}
I have tried to change the doctype, as is advised [here|http://stackoverflow.com/a/16127782]. However the error disappeared, the {{r:push}} is still not working. I can not see any network activity in the browser, so I guess it is server/atmosphere problem ?
Let me know if I can test sth more.
was (Author: jhuska):
I can reproduce the error.
I have reproduced it with both online referenced showcase (after restart of the application server) and also with locally running JBoss AS 7.1.1.Final.
The issue is occurring only in IE. Other browsers works.
I git this JS error into the console:
{code}
HTML1524: Invalid DOCTYPE. The shortest valid doctype is "<!DOCTYPE html>".
component-sample.jsf, line 1 character 1
{code}
I have tried to change the doctype, as is advised [here|http://stackoverflow.com/a/16127782]. However the error disappeared, the {{r:push}} is still not working. I can not see any network activity in the browser, so I guess it is server/atmosphere problem ?
Let me know if I can test sth more.
> a4j:push not working with Internet Explorer >= 10
> -------------------------------------------------
>
> Key: RF-13397
> URL: https://issues.jboss.org/browse/RF-13397
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: showcase
> Affects Versions: 4.3.4
> Environment: Any where Internet Explorer 10 or above is available
> Reporter: Tobias Seppenhauser
> Assignee: Juraj Húska
> Labels: richfaces
>
> The <a4j:push> mechanism seems to be broken when using the Internet Explorer 10 or above. This can easily be verified by visiting the corresponding showcase component [1]. The UUID never gets updated.
> Unfortunately I can't see any error in the Javascript console.
> [1] http://showcase.richfaces.org/richfaces/component-sample.jsf?demo=push&sk...
--
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
[JBoss JIRA] (RF-13397) a4j:push not working with Internet Explorer >= 10
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13397?page=com.atlassian.jira.plugin.s... ]
Juraj Húska commented on RF-13397:
----------------------------------
I can reproduce the error.
I have reproduced it with both online referenced showcase (after restart of the application server) and also with locally running JBoss AS 7.1.1.Final.
The issue is occurring only in IE. Other browsers works.
I git this JS error into the console:
{code}
HTML1524: Invalid DOCTYPE. The shortest valid doctype is "<!DOCTYPE html>".
component-sample.jsf, line 1 character 1
{code}
I have tried to change the doctype, as is advised [here|http://stackoverflow.com/a/16127782]. However the error disappeared, the {{r:push}} is still not working. I can not see any network activity in the browser, so I guess it is server/atmosphere problem ?
Let me know if I can test sth more.
> a4j:push not working with Internet Explorer >= 10
> -------------------------------------------------
>
> Key: RF-13397
> URL: https://issues.jboss.org/browse/RF-13397
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: showcase
> Affects Versions: 4.3.4
> Environment: Any where Internet Explorer 10 or above is available
> Reporter: Tobias Seppenhauser
> Assignee: Juraj Húska
> Labels: richfaces
>
> The <a4j:push> mechanism seems to be broken when using the Internet Explorer 10 or above. This can easily be verified by visiting the corresponding showcase component [1]. The UUID never gets updated.
> Unfortunately I can't see any error in the Javascript console.
> [1] http://showcase.richfaces.org/richfaces/component-sample.jsf?demo=push&sk...
--
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
[JBoss JIRA] (RF-10756) collapsibleSubtable: id set to tbody differs from component id and break rendering.
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-10756?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-10756:
-----------------------------
Steps to Reproduce:
# checkout showcase from [this|https://github.com/jhuska/richfaces/tree/RF-10756] branch.
# build it and deploy on any server
# load: http://localhost:8080/showcase/richfaces/component-sample.jsf?demo=subTab...
# click on the render button
# see that the numbers are not increased
# see also the {{r:log}} output that the the client id of the table differs from the one which is being updated
> collapsibleSubtable: id set to tbody differs from component id and break rendering.
> -----------------------------------------------------------------------------------
>
> Key: RF-10756
> URL: https://issues.jboss.org/browse/RF-10756
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.0.0.Final
> Reporter: Ilya Shaikovsky
> Assignee: Juraj Húska
>
> added to richfaces-showcase code:
> {code}
> <rich:column colspan="6">
> <rich:collapsibleSubTableToggler for="sbtbl" />
> <h:outputText value="#{list.vendor}" />
> <a4j:commandButton value="render" render="sbtbl" action="#{carsBean.incDaysLive}">
> </a4j:commandButton>
> </rich:column>
> <rich:collapsibleSubTable value="#{list.vendorItems}" var="item" id="sbtbl"
> expandMode="client">
> <rich:column>
> <h:outputText value="#{item.daysLive}" />
> </rich:column>
> {code}
> and
> {code}
> public void incDaysLive(){
> for (InventoryVendorList vendor : inventoryVendorLists) {
> for (InventoryVendorItem item : vendor.getVendorItems()) {
> item.setDaysLive(item.getDaysLive()+1);
> }
>
> }
> }
> {code}
> do not see values updated before refreshing the browser.
> According to log update came fine for the subtable. just wrapper tbody has different id than specified at component. so it can't be updated.
--
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
[JBoss JIRA] (RF-10756) collapsibleSubtable: id set to tbody differs from component id and break rendering.
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-10756?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-10756:
-----------------------------
Assignee: (was: Juraj Húska)
> collapsibleSubtable: id set to tbody differs from component id and break rendering.
> -----------------------------------------------------------------------------------
>
> Key: RF-10756
> URL: https://issues.jboss.org/browse/RF-10756
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.0.0.Final
> Reporter: Ilya Shaikovsky
>
> added to richfaces-showcase code:
> {code}
> <rich:column colspan="6">
> <rich:collapsibleSubTableToggler for="sbtbl" />
> <h:outputText value="#{list.vendor}" />
> <a4j:commandButton value="render" render="sbtbl" action="#{carsBean.incDaysLive}">
> </a4j:commandButton>
> </rich:column>
> <rich:collapsibleSubTable value="#{list.vendorItems}" var="item" id="sbtbl"
> expandMode="client">
> <rich:column>
> <h:outputText value="#{item.daysLive}" />
> </rich:column>
> {code}
> and
> {code}
> public void incDaysLive(){
> for (InventoryVendorList vendor : inventoryVendorLists) {
> for (InventoryVendorItem item : vendor.getVendorItems()) {
> item.setDaysLive(item.getDaysLive()+1);
> }
>
> }
> }
> {code}
> do not see values updated before refreshing the browser.
> According to log update came fine for the subtable. just wrapper tbody has different id than specified at component. so it can't be updated.
--
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
[JBoss JIRA] (RF-10756) collapsibleSubtable: id set to tbody differs from component id and break rendering.
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-10756?page=com.atlassian.jira.plugin.s... ]
Juraj Húska commented on RF-10756:
----------------------------------
I have reproduced the issue on Showcase at [this|https://github.com/jhuska/richfaces/tree/RF-10756] branch.
It is so as it is reported. Workaround works as well. Please see Steps to reproduce.
Please, tell me if you wanna something more. E.g. reproducing it with other iteration elements as well.
> collapsibleSubtable: id set to tbody differs from component id and break rendering.
> -----------------------------------------------------------------------------------
>
> Key: RF-10756
> URL: https://issues.jboss.org/browse/RF-10756
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.0.0.Final
> Reporter: Ilya Shaikovsky
> Assignee: Juraj Húska
>
> added to richfaces-showcase code:
> {code}
> <rich:column colspan="6">
> <rich:collapsibleSubTableToggler for="sbtbl" />
> <h:outputText value="#{list.vendor}" />
> <a4j:commandButton value="render" render="sbtbl" action="#{carsBean.incDaysLive}">
> </a4j:commandButton>
> </rich:column>
> <rich:collapsibleSubTable value="#{list.vendorItems}" var="item" id="sbtbl"
> expandMode="client">
> <rich:column>
> <h:outputText value="#{item.daysLive}" />
> </rich:column>
> {code}
> and
> {code}
> public void incDaysLive(){
> for (InventoryVendorList vendor : inventoryVendorLists) {
> for (InventoryVendorItem item : vendor.getVendorItems()) {
> item.setDaysLive(item.getDaysLive()+1);
> }
>
> }
> }
> {code}
> do not see values updated before refreshing the browser.
> According to log update came fine for the subtable. just wrapper tbody has different id than specified at component. so it can't be updated.
--
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
[JBoss JIRA] (RF-6678) RichFaces Select components: implement disabled state support for selectItem
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RF-6678?page=com.atlassian.jira.plugin.sy... ]
Pavol Pitonak reassigned RF-6678:
---------------------------------
Assignee: Brian Leathem (was: Pavol Pitonak)
Brian,
in RichFaces 5.0.0-SNAPSHOT, attribute disabled has no effect on rendered select/inplaceSelect.
{code:xml}
<r:select ...>
<f:selectItem itemValue="something" itemLabel="Something" itemDisabled="true"/>
</r:select>
{code}
> RichFaces Select components: implement disabled state support for selectItem
> ----------------------------------------------------------------------------
>
> Key: RF-6678
> URL: https://issues.jboss.org/browse/RF-6678
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 4.0.0.Milestone5
> Reporter: Ilya Shaikovsky
> Assignee: Brian Leathem
> Fix For: 5-Tracking
>
>
> components:
> inplaceSelect
> select
> In future we should support the same in:
> listShuttle
> orderingList
> note: s:selectItems disabled attribute should also works fine.
--
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