[JBoss JIRA] (RF-13629) popupPanel - minWidth, minHeight, maxWidth, maxHeight are not ignored when autosize == true
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13629?page=com.atlassian.jira.plugin.s... ]
Brian Leathem edited comment on RF-13629 at 5/14/14 11:35 AM:
--------------------------------------------------------------
I am unable to reproduce the described behaviour with the attached sample. Setting the width of the inner paragraph element correctly sets the width of the popupPanel (leaving the max/min widths unset).
[~jhuska] please try and reproduce this issue in the attached sample to confirm that the problem reported is not localized to metamer.
----
Deploy the sample, goto: http://localhost:8080/sample/simple.jsf
was (Author: bleathem):
I am unable to reproduce the described behaviour with the attached sample. Setting the width of the inner paragraph element correctly sets the width of the popupPanel (leaving the max/min widths unset).
[~jhuska] please try and reproduce this issue in the attached sample to confirm that the problem reported is not localized to metamer.
> popupPanel - minWidth, minHeight, maxWidth, maxHeight are not ignored when autosize == true
> -------------------------------------------------------------------------------------------
>
> Key: RF-13629
> URL: https://issues.jboss.org/browse/RF-13629
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.7
> Environment: Firefox
> Reporter: Juraj Húska
> Priority: Critical
> Labels: regression
> Attachments: popupPanelGood.png, popupPanelWrong.png, sample.zip
>
>
> In previous releases when attribute {{autosize == true}} attributes from $SUBJECT were ignored. In {{4.3.7.}}, they are not.
> When used together (does not really make sense IMHO, but maybe I am neglecting some use case), the popup width is not adjusted automatically.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-13629) popupPanel - minWidth, minHeight, maxWidth, maxHeight are not ignored when autosize == true
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13629?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13629:
-------------------------------
Attachment: sample.zip
I am unable to reproduce the described behaviour with the attached sample. Setting the width of the inner paragraph element correctly sets the width of the popupPanel (leaving the max/min widths unset).
[~jhuska] please try and reproduce this issue in the attached sample to confirm that the problem reported is not localized to metamer.
> popupPanel - minWidth, minHeight, maxWidth, maxHeight are not ignored when autosize == true
> -------------------------------------------------------------------------------------------
>
> Key: RF-13629
> URL: https://issues.jboss.org/browse/RF-13629
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.7
> Environment: Firefox
> Reporter: Juraj Húska
> Priority: Critical
> Labels: regression
> Attachments: popupPanelGood.png, popupPanelWrong.png, sample.zip
>
>
> In previous releases when attribute {{autosize == true}} attributes from $SUBJECT were ignored. In {{4.3.7.}}, they are not.
> When used together (does not really make sense IMHO, but maybe I am neglecting some use case), the popup width is not adjusted automatically.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-13629) popupPanel - minWidth, minHeight, maxWidth, maxHeight are not ignored when autosize == true
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13629?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13629:
------------------------------------
{{maxHeight}}, {{maxWidth}}, {{minWidth}}, {{minHeight}} should not be ignored even when {{autosize == true}}. One should be able to autosize a popup while still specifying upper and lower bounds on that resizing. The previous behaviour of ignoring these limits was incorrect. Rather leaving these values unset should provide the sought-after behaviour of a fully auto-sized popup.
If the default values are what is causing a problem, those can be changed.
> popupPanel - minWidth, minHeight, maxWidth, maxHeight are not ignored when autosize == true
> -------------------------------------------------------------------------------------------
>
> Key: RF-13629
> URL: https://issues.jboss.org/browse/RF-13629
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.7
> Environment: Firefox
> Reporter: Juraj Húska
> Priority: Critical
> Labels: regression
> Attachments: popupPanelGood.png, popupPanelWrong.png
>
>
> In previous releases when attribute {{autosize == true}} attributes from $SUBJECT were ignored. In {{4.3.7.}}, they are not.
> When used together (does not really make sense IMHO, but maybe I am neglecting some use case), the popup width is not adjusted automatically.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-13630) RichFaces 4.5.x can not be built due to cyclic maven dependency
by Juraj Húska (JIRA)
Juraj Húska created RF-13630:
--------------------------------
Summary: RichFaces 4.5.x can not be built due to cyclic maven dependency
Key: RF-13630
URL: https://issues.jboss.org/browse/RF-13630
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: build/distribution
Affects Versions: 4.5.0.Alpha3
Reporter: Juraj Húska
Priority: Critical
Building of https://github.com/richfaces/richfaces/tree/4.5.x is not possible.
There is a cyclic maven dependency:
{code}
[ERROR] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.richfaces:richfaces-resource-optimizer-maven-plugin:4.5.0-SNAPSHOT'}' and 'Vertex{label='org.richfaces:richfaces:4.5.0-SNAPSHOT'}' introduces to cycle in the graph org.richfaces:richfaces:4.5.0-SNAPSHOT --> org.richfaces:richfaces-resource-optimizer-maven-plugin:4.5.0-SNAPSHOT --> org.richfaces:richfaces:4.5.0-SNAPSHOT -> [Help 1]
{code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-13629) popupPanel - minWidth, minHeight, maxWidth, maxHeight are not ignored when autosize == true
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13629?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-13629:
-----------------------------
Description:
In previous releases when attribute {{autosize == true}} attributes from $SUBJECT were ignored. In {{4.3.7.}}, they are not.
When used together (does not really make sense IMHO, but maybe I am neglecting some use case), the popup width is not adjusted automatically.
was:
In previous releases when attribute {{autosize == true}} attributes from $SUBJECT were ignored. In {{4.3.7.}}, they are not.
When used together (does not really make sense IMHO, but maybe I am neglecting some use case), e.g. the popup width is not adjusted automatically.
> popupPanel - minWidth, minHeight, maxWidth, maxHeight are not ignored when autosize == true
> -------------------------------------------------------------------------------------------
>
> Key: RF-13629
> URL: https://issues.jboss.org/browse/RF-13629
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.7
> Environment: Firefox
> Reporter: Juraj Húska
> Priority: Critical
> Labels: regression
> Attachments: popupPanelGood.png, popupPanelWrong.png
>
>
> In previous releases when attribute {{autosize == true}} attributes from $SUBJECT were ignored. In {{4.3.7.}}, they are not.
> When used together (does not really make sense IMHO, but maybe I am neglecting some use case), the popup width is not adjusted automatically.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-13629) popupPanel - minWidth, minHeight, maxWidth, maxHeight are not ignored when autosize == true
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13629?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-13629:
-----------------------------
Description:
In previous releases when attribute {{autosize == true}} attributes from $SUBJECT were ignored. In {{4.3.7.}}, they are not.
When used together (does not really make sense IMHO, but maybe I am neglecting some use case), e.g. the popup width is not adjusted automatically.
was:PopupPanel attribute {{autosize}} does not work correctly. It does not change its *width* automatically according to the content size of the panel. Height is adjusted well.
> popupPanel - minWidth, minHeight, maxWidth, maxHeight are not ignored when autosize == true
> -------------------------------------------------------------------------------------------
>
> Key: RF-13629
> URL: https://issues.jboss.org/browse/RF-13629
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.7
> Environment: Firefox
> Reporter: Juraj Húska
> Priority: Critical
> Labels: regression
> Attachments: popupPanelGood.png, popupPanelWrong.png
>
>
> In previous releases when attribute {{autosize == true}} attributes from $SUBJECT were ignored. In {{4.3.7.}}, they are not.
> When used together (does not really make sense IMHO, but maybe I am neglecting some use case), e.g. the popup width is not adjusted automatically.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-13629) popupPanel - minWidth, minHeight, maxWidth, maxHeight are not ignored when autosize == true
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13629?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-13629:
-----------------------------
Summary: popupPanel - minWidth, minHeight, maxWidth, maxHeight are not ignored when autosize == true (was: popupPanel - cease to autosize its width according to content when minWidth is different)
> popupPanel - minWidth, minHeight, maxWidth, maxHeight are not ignored when autosize == true
> -------------------------------------------------------------------------------------------
>
> Key: RF-13629
> URL: https://issues.jboss.org/browse/RF-13629
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.7
> Environment: Firefox
> Reporter: Juraj Húska
> Priority: Critical
> Labels: regression
> Attachments: popupPanelGood.png, popupPanelWrong.png
>
>
> PopupPanel attribute {{autosize}} does not work correctly. It does not change its *width* automatically according to the content size of the panel. Height is adjusted well.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-13629) popupPanel - cease to autosize its width according to content when minWidth is different
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13629?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-13629:
-----------------------------
Summary: popupPanel - cease to autosize its width according to content when minWidth is different (was: popupPanel - cease to autosize its width according to content)
> popupPanel - cease to autosize its width according to content when minWidth is different
> ----------------------------------------------------------------------------------------
>
> Key: RF-13629
> URL: https://issues.jboss.org/browse/RF-13629
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.7
> Environment: Firefox
> Reporter: Juraj Húska
> Priority: Critical
> Labels: regression
> Attachments: popupPanelGood.png, popupPanelWrong.png
>
>
> PopupPanel attribute {{autosize}} does not work correctly. It does not change its *width* automatically according to the content size of the panel. Height is adjusted well.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-13629) popupPanel - cease to autosize its width according to content
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13629?page=com.atlassian.jira.plugin.s... ]
Juraj Húska edited comment on RF-13629 at 5/14/14 7:46 AM:
-----------------------------------------------------------
I have reproduced it on standalone project, [here|https://github.com/jhuska/richfaces-sanbox/blob/RF-13629/pom.xml]. See also the attachments, where is maybe more visible what is the problem.
In previous releases attributes {{maxHeight}}, {{maxWidth}}, {{minWidth}}, {{minHeight}} were ignored when {{autosize == true}}.
However, it is not explicitly stated in the documentation. In the same time IMHO they should be ignored, e.g. because of their default values.
Steps to reproduce:
# clone, build and deploy app from https://github.com/jhuska/richfaces-sanbox/tree/RF-13629
# load http://localhost:8080/richfaces-sanbox
# click on Call the popup
# see that popups width is not autosized to 100px (the size of the paragraph inside the panel), but to the {{minWidth}}
was (Author: jhuska):
I have reproduced it on standalone project, [here|https://github.com/jhuska/richfaces-sanbox/blob/RF-13629/pom.xml]. See also the attachments, where is maybe more visible what is the problem.
In previous releases attributes {{maxHeight}}, {{maxWidth}}, {{minWidth}}, {{minHeight}} were ignored when {{autosize == true}}.
However, it is not explicitly stated in the documentation. In the same time IMHO they should be ignored, e.g. because of their default values.
> popupPanel - cease to autosize its width according to content
> -------------------------------------------------------------
>
> Key: RF-13629
> URL: https://issues.jboss.org/browse/RF-13629
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.7
> Environment: Firefox
> Reporter: Juraj Húska
> Priority: Critical
> Labels: regression
> Attachments: popupPanelGood.png, popupPanelWrong.png
>
>
> PopupPanel attribute {{autosize}} does not work correctly. It does not change its *width* automatically according to the content size of the panel. Height is adjusted well.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months