[JBoss JIRA] (RF-13018) a4j:commandButton wrong actions performed
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13018?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13018:
-------------------------------
Comment: was deleted
(was: _deleted_ (jira took my comment twice))
> a4j:commandButton wrong actions performed
> -----------------------------------------
>
> Key: RF-13018
> URL: https://issues.jboss.org/browse/RF-13018
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 4.2.3.Final, 4.3.2
> Environment: Server: Fedora 17, Jboss AS 7.1.1.Final, Jboss EAP 6.1.0.Beta, Java 1.7.0_15
> Browsers: Chrome 26 and Chrome 27 on (Linux & Windows 7), Firefox 20.0 (Linux & Windows 7), IE 9
> Reporter: Rob Hare
> Assignee: Michal Petrov
> Labels: 45x
> Fix For: 4.3.8, 4.5.0.Alpha3, 5.0.0.Alpha4
>
> Attachments: RF-13018.zip
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> When an a4j commponent (a4j:commandButton, a4j:jsFunction) is activated, actions of other a4j:commandButtons on the page with type=button will be fired.
> For example, pressing either button in the following code will cause both richBean.function1() and richBean.function2() actions.
> {noformat}
> <h:form id="testForm">
> <a4j:commandButton id="button1" type="button" value="Button 1"
> action="#{richBean.function1}" />
> <a4j:commandButton id="button2" type="button" value="Button 2"
> action="#{richBean.function2}" />
> </h:form>
> {noformat}
> Note, if one of the a4j:commandButton is marked immediate, then only one action (possibly the wrong action) will be performed and block others. For instance if an a4j:jsFunction action was being triggered, the a4j:commandButton action may occur making appear that the a4j:jsFunction failed.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 5 months
[JBoss JIRA] (RF-13657) Remove bootstrap and font-awesome from 4.5
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13657?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13657:
-------------------------------
Original Estimate: 15 minutes
Remaining Estimate: 15 minutes
Fix Version/s: 4.5.0.Alpha3
Assignee: Michal Petrov
Sprint: 4.5.0.Alpha3 - Sprint 3
> Remove bootstrap and font-awesome from 4.5
> ------------------------------------------
>
> Key: RF-13657
> URL: https://issues.jboss.org/browse/RF-13657
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: client-lib
> Affects Versions: 4.5.0.Alpha2
> Reporter: Pavol Pitonak
> Assignee: Michal Petrov
> Fix For: 4.5.0.Alpha3
>
> Original Estimate: 15 minutes
> Remaining Estimate: 15 minutes
>
> Remove bootstrap and font-awesome from RichFaces 4.5.x branch:
> * core/src/main/resources/META-INF/resources/bootstrap/bootstrap.css
> * core/src/main/resources/META-INF/resources/font-awesome/font/fontawesome-webfont.woff
> * core/src/main/resources/META-INF/resources/font-awesome/font/fontawesome-webfont.eot
> * core/src/main/resources/META-INF/resources/font-awesome/font/fontawesome-webfont.svg
> * core/src/main/resources/META-INF/resources/font-awesome/font/fontawesome-webfont.ttf
> * core/src/main/resources/META-INF/resources/font-awesome/font/FontAwesome.otf
> * core/src/main/resources/META-INF/resources/font-awesome/font-awesome.css
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 5 months
[JBoss JIRA] (RF-13656) Table collapse after tab change
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13656?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13656:
-------------------------------
Labels: waiting_on_user (was: 4.3.7 colapse rich:extenedDataTable rich:tabPanel richfaces)
> Table collapse after tab change
> -------------------------------
>
> Key: RF-13656
> URL: https://issues.jboss.org/browse/RF-13656
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.7
> Reporter: André Faber
> Labels: waiting_on_user
> Attachments: screenshot-1.jpg, screenshot-2.jpg
>
>
> I have a rich:tabPanel with 2 tabs containing each a rich:extendedDataTable this worked fine in version 4.3.6. But with version 4.3.7 the table "collapses" after the tab is changed (see pictures).
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 5 months
[JBoss JIRA] (RF-13656) Table collapse after tab change
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13656?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13656:
-------------------------------
Component/s: component-output
> Table collapse after tab change
> -------------------------------
>
> Key: RF-13656
> URL: https://issues.jboss.org/browse/RF-13656
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.7
> Reporter: André Faber
> Labels: waiting_on_user
> Attachments: screenshot-1.jpg, screenshot-2.jpg
>
>
> I have a rich:tabPanel with 2 tabs containing each a rich:extendedDataTable this worked fine in version 4.3.6. But with version 4.3.7 the table "collapses" after the tab is changed (see pictures).
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 5 months
[JBoss JIRA] (RF-13656) Table collapse after tab change
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13656?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13656:
------------------------------------
[~mundi] would you please provide some simple-as-possible sample code we can use to reproduce this issue?
> Table collapse after tab change
> -------------------------------
>
> Key: RF-13656
> URL: https://issues.jboss.org/browse/RF-13656
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.7
> Reporter: André Faber
> Labels: waiting_on_user
> Attachments: screenshot-1.jpg, screenshot-2.jpg
>
>
> I have a rich:tabPanel with 2 tabs containing each a rich:extendedDataTable this worked fine in version 4.3.6. But with version 4.3.7 the table "collapses" after the tab is changed (see pictures).
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 5 months
[JBoss JIRA] (RF-13655) Popup Panel autosize does not work when its content is dynamically updated
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13655?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13655:
------------------------------------
Prioir to 4.3.6, that resize only worked before the popup was moved. After it was moved the popup was no longer resized automatically (that was RF-13616 the original issue we were trying to address).
In resolving that issue, the popupPanel was augmented to listen for resize events of it's children and re-calculate it's width. We should be able to resolve this issue by having the dataTable trigger a resize event as appropriate. A workaround would be for the user to fire a resize even on a div within the popupPanel.
> Popup Panel autosize does not work when its content is dynamically updated
> --------------------------------------------------------------------------
>
> Key: RF-13655
> URL: https://issues.jboss.org/browse/RF-13655
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.7
> Reporter: Juraj Húska
> Labels: regression
> Fix For: 4.3.8
>
>
> When Popup Panel has dynamically rendered content, e.g. {{rich:dataTable}} with dynamically added rows, then its auto-size functionality cease to work.
> Please see the steps to reproduce. It is a regression against 4.3.6.Final.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 5 months
[JBoss JIRA] (RF-13657) Remove bootstrap and font-awesome from 4.5
by Pavol Pitonak (JIRA)
Pavol Pitonak created RF-13657:
----------------------------------
Summary: Remove bootstrap and font-awesome from 4.5
Key: RF-13657
URL: https://issues.jboss.org/browse/RF-13657
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: client-lib
Affects Versions: 4.5.0.Alpha2
Reporter: Pavol Pitonak
Remove bootstrap and font-awesome from RichFaces 4.5.x branch:
* core/src/main/resources/META-INF/resources/bootstrap/bootstrap.css
* core/src/main/resources/META-INF/resources/font-awesome/font/fontawesome-webfont.woff
* core/src/main/resources/META-INF/resources/font-awesome/font/fontawesome-webfont.eot
* core/src/main/resources/META-INF/resources/font-awesome/font/fontawesome-webfont.svg
* core/src/main/resources/META-INF/resources/font-awesome/font/fontawesome-webfont.ttf
* core/src/main/resources/META-INF/resources/font-awesome/font/FontAwesome.otf
* core/src/main/resources/META-INF/resources/font-awesome/font-awesome.css
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 5 months
[JBoss JIRA] (RF-13648) Graph Validator + Tomcat 8.0.8: interpret empty strings as null is ignored
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13648?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13648:
------------------------------------
Nice work [~jhuska]!
> Graph Validator + Tomcat 8.0.8: interpret empty strings as null is ignored
> --------------------------------------------------------------------------
>
> Key: RF-13648
> URL: https://issues.jboss.org/browse/RF-13648
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.7
> Environment: Tomcat 8.0.8, OpenJDK 7, OpenSuse 13.1 x64
> Reporter: Tony Cramer
> Assignee: Juraj Húska
> Attachments: rf-demo.zip
>
>
> {{javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL}} is ignored during Graph validating.
> Some debugging info:
> Object being validated ({{value}} argument) in method {{org.richfaces.validator.BeanValidatorServiceImpl.validateObject}} contains empty strings ("").
> Expected behavior: There should be nulls in properties, because interpreting empty strings as null is enabled.
> This causes validation to not pass.
> Something has changed in _jasper-el_ in Tomcat 8.0.8 which I updated recently from 8.0.5. If I replace _jasper-el.jar_ from Tomcat 8.0.5, everything works.
> Tomcat bug or RF bug?
> Edit:
> It's definitely JSF/RF's issue. Tomcat EL has changed to meet EL spec.
> https://issues.apache.org/bugzilla/show_bug.cgi?id=56522
> Edit:
> Simple project for reproducing the issue attached (rf-demo.zip).
> - Build WAR with Maven (3.2.1 tested)
> - Get a clean Tomcat 8.0.8, unpack
> - Place WAR into webapps
> - Run tomcat
> - Open http://localhost:8080/rf-demo-1.0-SNAPSHOT
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 5 months