[JBoss JIRA] (RFPL-1477) Component reference: wrong examples for tooltip
by Brian Leathem (Assigned) (JIRA)
[ https://issues.jboss.org/browse/RFPL-1477?page=com.atlassian.jira.plugin.... ]
Brian Leathem reassigned RFPL-1477:
-----------------------------------
Assignee: Pavol Pitonak (was: Brian Leathem)
> Component reference: wrong examples for tooltip
> -----------------------------------------------
>
> Key: RFPL-1477
> URL: https://issues.jboss.org/browse/RFPL-1477
> Project: RichFaces Planning
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: doc
> Affects Versions: 4.0.0.Final
> Reporter: Pavol Pitonak
> Assignee: Pavol Pitonak
> Fix For: 4.1.0.CR1
>
>
> There are bugs in all examples for rich:tooltip
> # rename rich:toolTip to rich:tooltip in all examples
> # in Example 13.8. Defining tool-tip content the "Basic Content" sample doesn't work and probably will not work in RF 4.x (see RF-11002)
> # in Example 13.9. Attaching the tool-tip put the content inside the component instead of using attribute value
> # in Example 13.10. Unattached tool-tips put the content inside the component instead of using attribute value and fix attribute "onclick" of panel
> {code:xml}
> onclick="#{rich:component('toolTipId')}.show(event);"
> {code}
> # in Example 13.11. Advanced tool-tip usage put the content inside the component instead of using attribute value and change the direction attribute to "topRight"
> # check the text that it describes the examples correctly
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] (RFPL-1477) Component reference: wrong examples for tooltip
by Brian Leathem (Updated) (JIRA)
[ https://issues.jboss.org/browse/RFPL-1477?page=com.atlassian.jira.plugin.... ]
Brian Leathem updated RFPL-1477:
--------------------------------
Pavol, I've reviewed the example description as per item 6, and can see no problems. Would you please add a comment addressing what it is you think should be changed?
> Component reference: wrong examples for tooltip
> -----------------------------------------------
>
> Key: RFPL-1477
> URL: https://issues.jboss.org/browse/RFPL-1477
> Project: RichFaces Planning
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: doc
> Affects Versions: 4.0.0.Final
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Fix For: 4.1.0.CR1
>
>
> There are bugs in all examples for rich:tooltip
> # rename rich:toolTip to rich:tooltip in all examples
> # in Example 13.8. Defining tool-tip content the "Basic Content" sample doesn't work and probably will not work in RF 4.x (see RF-11002)
> # in Example 13.9. Attaching the tool-tip put the content inside the component instead of using attribute value
> # in Example 13.10. Unattached tool-tips put the content inside the component instead of using attribute value and fix attribute "onclick" of panel
> {code:xml}
> onclick="#{rich:component('toolTipId')}.show(event);"
> {code}
> # in Example 13.11. Advanced tool-tip usage put the content inside the component instead of using attribute value and change the direction attribute to "topRight"
> # check the text that it describes the examples correctly
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] (RFPL-1477) Component reference: wrong examples for tooltip
by Brian Leathem (Commented) (JIRA)
[ https://issues.jboss.org/browse/RFPL-1477?page=com.atlassian.jira.plugin.... ]
Brian Leathem commented on RFPL-1477:
-------------------------------------
# was corrected with RFPL-1496
# obviated by RF-11089
# obviated by RF-11089
# Compound issue:
#* value attribute usage: obviated by RF-11089
#* onclick attribute: should be addressed
# Compound issue:
#* value attribute usage: obviated by RF-11089
#* direction attribute: should be addressed
# This description is insufficient
> Component reference: wrong examples for tooltip
> -----------------------------------------------
>
> Key: RFPL-1477
> URL: https://issues.jboss.org/browse/RFPL-1477
> Project: RichFaces Planning
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: doc
> Affects Versions: 4.0.0.Final
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Fix For: 4.1.0.CR1
>
>
> There are bugs in all examples for rich:tooltip
> # rename rich:toolTip to rich:tooltip in all examples
> # in Example 13.8. Defining tool-tip content the "Basic Content" sample doesn't work and probably will not work in RF 4.x (see RF-11002)
> # in Example 13.9. Attaching the tool-tip put the content inside the component instead of using attribute value
> # in Example 13.10. Unattached tool-tips put the content inside the component instead of using attribute value and fix attribute "onclick" of panel
> {code:xml}
> onclick="#{rich:component('toolTipId')}.show(event);"
> {code}
> # in Example 13.11. Advanced tool-tip usage put the content inside the component instead of using attribute value and change the direction attribute to "topRight"
> # check the text that it describes the examples correctly
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] (RFPL-1498) Component reference: remove a4j:form
by Brian Leathem (Updated) (JIRA)
[ https://issues.jboss.org/browse/RFPL-1498?page=com.atlassian.jira.plugin.... ]
Brian Leathem updated RFPL-1498:
--------------------------------
Description:
The component reference contains <a4j:form> on several places. Use <h:form> instead of <a4j:form>:
* -section 9.4.2. Showing and hiding the pop-up- (Form element removed with RFPL-1495)
* -section 9.4.5. Header and controls- (Form element removed with RFPL-1495)
* section 13.4.2. Attaching the tool-tip to another component
was:
The component reference contains <a4j:form> on several places. Use <h:form> instead of <a4j:form>:
* -section 9.4.2. Showing and hiding the pop-up- (Form element removed with RFPL-1495)
* section 9.4.5. Header and controls
* section 13.4.2. Attaching the tool-tip to another component
> Component reference: remove a4j:form
> ------------------------------------
>
> Key: RFPL-1498
> URL: https://issues.jboss.org/browse/RFPL-1498
> Project: RichFaces Planning
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: doc
> Affects Versions: 4.0.0.Final
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Fix For: 4.1.0.CR1
>
>
> The component reference contains <a4j:form> on several places. Use <h:form> instead of <a4j:form>:
> * -section 9.4.2. Showing and hiding the pop-up- (Form element removed with RFPL-1495)
> * -section 9.4.5. Header and controls- (Form element removed with RFPL-1495)
> * section 13.4.2. Attaching the tool-tip to another component
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] (RFPL-1498) Component reference: remove a4j:form
by Brian Leathem (Updated) (JIRA)
[ https://issues.jboss.org/browse/RFPL-1498?page=com.atlassian.jira.plugin.... ]
Brian Leathem updated RFPL-1498:
--------------------------------
Description:
The component reference contains <a4j:form> on several places. Use <h:form> instead of <a4j:form>:
* -section 9.4.2. Showing and hiding the pop-up- (Form element removed with RFPL-1495)
* section 9.4.5. Header and controls
* section 13.4.2. Attaching the tool-tip to another component
was:
The component reference contains <a4j:form> on several places. Use <h:form> instead of <a4j:form>:
section 9.4.2. Showing and hiding the pop-up
section 9.4.5. Header and controls
section 13.4.2. Attaching the tool-tip to another component
> Component reference: remove a4j:form
> ------------------------------------
>
> Key: RFPL-1498
> URL: https://issues.jboss.org/browse/RFPL-1498
> Project: RichFaces Planning
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: doc
> Affects Versions: 4.0.0.Final
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Fix For: 4.1.0.CR1
>
>
> The component reference contains <a4j:form> on several places. Use <h:form> instead of <a4j:form>:
> * -section 9.4.2. Showing and hiding the pop-up- (Form element removed with RFPL-1495)
> * section 9.4.5. Header and controls
> * section 13.4.2. Attaching the tool-tip to another component
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] (RFPL-1490) Component reference: fix file upload description
by Brian Leathem (Commented) (JIRA)
[ https://issues.jboss.org/browse/RFPL-1490?page=com.atlassian.jira.plugin.... ]
Brian Leathem commented on RFPL-1490:
-------------------------------------
As I understand this issue, we need to change the docs from:
{quote}
define the byte size with the org.richfaces.fileUpload.maxRequestSizes context parameter
{quote}
(note: the maxRequestSize is incorrectly plural)
to:
{quote}
define the byte size with the org.richfaces.fileUpload.maxRequestSize context parameter
{quote}
The _maxFilesQuantity_ attribute has been covered by issue RFPL-1671.
> Component reference: fix file upload description
> ------------------------------------------------
>
> Key: RFPL-1490
> URL: https://issues.jboss.org/browse/RFPL-1490
> Project: RichFaces Planning
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: doc
> Affects Versions: 4.0.0.Final
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Fix For: 4.1.0.CR1
>
>
> The Component Reference should be updated because it contains following statement in file upload section. The attribute maxFilesQuantity has not been implemented yet in RichFaces 4 so it can be removed.
> {quote}
> To limit the maximum size of the uploaded files, define the byte size with the org.richfaces.fileUpload.maxRequestSizes context parameter of the web.xml settings file for the project.
> {quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months