[JBoss JIRA] (RF-13461) select - popup out of screen
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13461?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13461:
-------------------------------
Fix Version/s: 5-Tracking
> select - popup out of screen
> ----------------------------
>
> Key: RF-13461
> URL: https://issues.jboss.org/browse/RF-13461
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-selects
> Reporter: J W
> Labels: popup, select
> Fix For: 5-Tracking
>
>
> - fill a rich:select with at least 10-20 select-items
> - some of the items are really long: 100 chars and more
> - Place rich:select (maybe other and similiar components too?) near the bottom/right edge of the screen.
> - click on the rich:select component
> Now the popup with the select-items will be not fully visible when it is near the right edge of the screen. The user will have to scroll to the right to be able to read the text of the select items.
> Suggestion for desired behaviour:
> Whenever the popup does not fit into the space between the input from the select component and the edge of the screen, it should pop up into the opposite direction e.g. to the left side if the right edge is near and on top instead of bottom, if the bottom edge is near.
--
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
10 years, 11 months
[JBoss JIRA] (RF-13463) Photoalbum: improvements for adding images
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13463?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13463:
-------------------------------
Component/s: examples
> Photoalbum: improvements for adding images
> ------------------------------------------
>
> Key: RF-13463
> URL: https://issues.jboss.org/browse/RF-13463
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: examples
> Affects Versions: 4.3.4
> Reporter: Jiří Štefek
> Assignee: Michal Petrov
> Priority: Trivial
>
> On the 'add images' page/view:
> * there is a r:select where you can specify to which album the images will be uploaded, but you have to blur the input after such selection to reset the previously uploaded data, it would be more comfortable if it is done immediately after the selection
> * when you upload some images there is a message on the bottom saying "Successfully downloaded images:", shouldn't there be 'uploaded' ?
> * the upload result should be reset after page/view revisit. Now you can upload image, then e.g. browse to that uploaded image and return back to 'add images' view and the state of previous upload is still there.
> * there should be a message, when trying to add an unacceptable type of image (others than jpg)
--
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
10 years, 11 months
[JBoss JIRA] (RF-13463) Photoalbum: improvements for adding images
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13463?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13463:
-------------------------------
Fix Version/s: 4.3.5
> Photoalbum: improvements for adding images
> ------------------------------------------
>
> Key: RF-13463
> URL: https://issues.jboss.org/browse/RF-13463
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: examples
> Affects Versions: 4.3.4
> Reporter: Jiří Štefek
> Assignee: Michal Petrov
> Priority: Trivial
> Fix For: 4.3.5
>
>
> On the 'add images' page/view:
> * there is a r:select where you can specify to which album the images will be uploaded, but you have to blur the input after such selection to reset the previously uploaded data, it would be more comfortable if it is done immediately after the selection
> * when you upload some images there is a message on the bottom saying "Successfully downloaded images:", shouldn't there be 'uploaded' ?
> * the upload result should be reset after page/view revisit. Now you can upload image, then e.g. browse to that uploaded image and return back to 'add images' view and the state of previous upload is still there.
> * there should be a message, when trying to add an unacceptable type of image (others than jpg)
--
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
10 years, 11 months
[JBoss JIRA] (RF-13358) rich:panelMenuGroup allowing actions executions even if originally disabled
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13358?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13358:
------------------------------------
[~manovotn] can you confirm that the provided integration tests pass for you? Can you compare the integration test to the sample you used for reproduction and determine a difference?
> rich:panelMenuGroup allowing actions executions even if originally disabled
> ---------------------------------------------------------------------------
>
> Key: RF-13358
> URL: https://issues.jboss.org/browse/RF-13358
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-menu
> Affects Versions: 4.3.4
> Environment: Linux, AS 7.1.1 Brontes, FF 25 with FireBug addOn
> Reporter: Pavel Slegr
> Assignee: Brian Leathem
> Priority: Critical
> Labels: needs-qe
> Fix For: 4.3.5, 4.5.0.Alpha2, 5.0.0.Alpha3
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> related to https://issues.jboss.org/browse/RF-12813
> This can be possibly a security hole, as the second component piece is discovered to allow tampering actions through JS.
> I suggest to try out on other components as well !!!
> with following example
> {code}
> {
> <rich:panelMenuGroup id="group4" label="Group 4" expanded="false">
> <rich:panelMenuItem id="item41" label="Item 4.1" />
> <rich:panelMenuItem id="item42" label="Item 4.2" disabled="true" />
> <rich:panelMenuGroup id="group43" label="Group 4.1" disabled="true">
> <rich:panelMenuItem id="item431" label="Item 4.1.1" />
> </rich:panelMenuGroup>
> </rich:panelMenuGroup>
> }
> {code}
> the group43 element is intended to be disabled and thus not allowing any actions execution on it
> Once tampered with
> {code}
> {
> new RichFaces.ui.PanelMenuGroup("f:group43",{"collapseEvent":"click","unselectable":false,"selectable":false,"name":"group43","ajax":{"incId":"1"} ,"stylePrefix":"rf\u002Dpm\u002Dgr","expanded":false,"expandEvent":"click","disabled":false,"mode":"client"} )
> }
> {code}
> It is possible to expand the group and execute further actions on its children elements
> NOTE: to verify this in RF 4.5 the JS function is: _new RichFaces.rf4.ui....._
--
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
10 years, 11 months
[JBoss JIRA] (RF-13257) PhotoAlbum bugs
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13257?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13257:
------------------------------------
[~michpetrov] thanks for merging the pull request. Are we ok to resolve this issue now?
> PhotoAlbum bugs
> ---------------
>
> Key: RF-13257
> URL: https://issues.jboss.org/browse/RF-13257
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.4
> Reporter: Jiří Štefek
> Assignee: Jiří Štefek
> Fix For: 4.3.5
>
>
> PhotoAlbum 4.3.x known bugs:
> * uploading file to album (image isn't saved to DB)
> * deleting uploaded file (cannot delete not existing file, but the image is present in album even after relog)
--
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
10 years, 11 months
[JBoss JIRA] (RF-11174) [rich:extendedDataTable] attribute "width" of columns should support percent values instead of only accepting px values
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-11174?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-11174:
------------------------------------
I apologize [~reekasr] for the delay in resolution of this important feature request. In an upcoming Alpha of RichFaces 5 we will de-couple the client-side implementation of the EDT from the JSF backend. This will make it easier to test and re-factor the code to allow for this change to land. Look for this to land in the next couple of months.
> [rich:extendedDataTable] attribute "width" of columns should support percent values instead of only accepting px values
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: RF-11174
> URL: https://issues.jboss.org/browse/RF-11174
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Affects Versions: 4.0.0.Final
> Reporter: Rene O
> Fix For: 5-Tracking
>
>
> Currently you can only define the width of a column inside the rich:extendedDataTable like this:
> <rich:column width="120px" ...
> But it should also be possible to define it like this:
> <rich:column width="30%" ...
--
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
10 years, 11 months
[JBoss JIRA] (RF-11174) [rich:extendedDataTable] attribute "width" of columns should support percent values instead of only accepting px values
by Adam R (JIRA)
[ https://issues.jboss.org/browse/RF-11174?page=com.atlassian.jira.plugin.s... ]
Adam R commented on RF-11174:
-----------------------------
I find it so hard to believe all the features of RF and a simple width percentage does not work. I have tried all different versions. I dont know how any RF user can get away with using the EDT without percentage support. Seems the EDT has lacked this feature for so long. Event RF5 has the same problem. Being tagged as a non show stopper makes no sense either.
> [rich:extendedDataTable] attribute "width" of columns should support percent values instead of only accepting px values
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: RF-11174
> URL: https://issues.jboss.org/browse/RF-11174
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Affects Versions: 4.0.0.Final
> Reporter: Rene O
> Fix For: 5-Tracking
>
>
> Currently you can only define the width of a column inside the rich:extendedDataTable like this:
> <rich:column width="120px" ...
> But it should also be possible to define it like this:
> <rich:column width="30%" ...
--
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
10 years, 11 months