[JBoss JIRA] (RF-13356) DataTable: row height strechted to 100% of the table height
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RF-13356?page=com.atlassian.jira.plugin.s... ]
Pavol Pitonak commented on RF-13356:
------------------------------------
# in EDT, rows are *not* stretched to 100% of the table height (see attached screenshot edt.png)
# in data table, rows *are* stretched to 100% so I changed the summary text of this issue
# in EDT, footer is not sticked to the bottom of table (see attached screenshot edt.png) - I asked Anton to file a new Jira for this issue
> DataTable: row height strechted to 100% of the table height
> -----------------------------------------------------------
>
> Key: RF-13356
> URL: https://issues.jboss.org/browse/RF-13356
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.3, 5.0.0.Alpha1
> Reporter: Anton Bogoslavskyi
> Assignee: Pavol Pitonak
> Attachments: edt.png, extended-screen1.png, extended-screen2.png, screen1.png, screen2.png
>
>
> The same as in the parent issue:
> Instead of having fixed row height and blank space if not enough rows to fill the entire table height, the rows are stretched to fill the entire table height. For instance with an extended data table of 500px height and 2 rows, each row is approximately 250px height (minus the height of the header, borders and cell spacing).
--
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-12224) fileUpload: Multiple file selection
by Jiří Štefek (JIRA)
[ https://issues.jboss.org/browse/RF-12224?page=com.atlassian.jira.plugin.s... ]
Jiří Štefek reopened RF-12224:
------------------------------
Assignee: (was: Simone Cinti)
I have tried to verify this, but:
In both RF 4.5 and 5 Metamer:
* You are able to SELECT (in a file manager) as many files as you like (OK)
* All these files will be displayed correctly (OK)
* As you try to upload them progress bars pop up and then you see "Done" (OK)
* Filters works (detects which files to accept and which to decline) (OK)
BUT
* FileUploadListener is not invoked with multiple (in single step or in multiple steps) or even a single file upload (ERROR, base component functionality is broken)
I have used RF framework version 5.0.0-20131129.090901-137 and in 4.5 also components 4.5.0-20131129.100450-6.
Used FF 25, on EAP 6.1 and Glassfish 3.1.2.2.
So, I am reopening this issue.
> fileUpload: Multiple file selection
> -----------------------------------
>
> Key: RF-12224
> URL: https://issues.jboss.org/browse/RF-12224
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.2.1.Final
> Reporter: Anthony O.
> Labels: needs-qe
> Fix For: 4.5.0.Alpha1, 5.0.0.Alpha2
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> Is it possible to support multiple file selection in the selection box as it was possible with RF 3 ?
--
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-13394) Toggle control: attributes targetItem and targetPanel don't work
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RF-13394?page=com.atlassian.jira.plugin.s... ]
Pavol Pitonak commented on RF-13394:
------------------------------------
Yes, it is a regression...you can see it in "Component/s" field :)
> Toggle control: attributes targetItem and targetPanel don't work
> ----------------------------------------------------------------
>
> Key: RF-13394
> URL: https://issues.jboss.org/browse/RF-13394
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes, regression
> Affects Versions: 4.5.0.Alpha1
> Environment: RichFaces 4.5.0-SNAPSHOT
> Metamer 4.5.0-SNAPSHOT
> EAP 6.1.1
> Mojarra 2.1.19
> Java(TM) SE Runtime Environment 1.7.0_04-b20 @ Linux
> Chrome 31.0.1650.57 @ Linux x86_64
> Reporter: Pavol Pitonak
> Fix For: 4.5.0.Alpha1
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> # deploy Metamer and open http://localhost:8080/metamer/faces/components/richToggleControl/accordio...
> # set targetPanel=panel2
> # set targetItem=item3
> # click on "universal toggle control" button
> result:
> * nothing happens
> * third item on second panel should be active
> * when you change targetPanel and/or targetItem and press the button again, it is switched to panel2/item3
--
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-13395) Showcase 4.5.x, input number slider
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13395?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč reassigned RF-13395:
-------------------------------
Assignee: Lukáš Fryč
> Showcase 4.5.x, input number slider
> -----------------------------------
>
> Key: RF-13395
> URL: https://issues.jboss.org/browse/RF-13395
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: showcase
> Affects Versions: 4.5.0.Alpha1
> Environment: JBoss AS 7.1
> Firefox 25
> Reporter: Matej Novotny
> Assignee: Lukáš Fryč
> Priority: Blocker
> Fix For: 4.5.0.Alpha1
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> This is a follow-up issue to [https://issues.jboss.org/browse/RF-13186].
> It is about a RF 4.5.x Showcase.
> The bug only occurs when _resource optimization_ is set to _False_ and I was also using a different _project stage_ to avoid JSF bug mentioned in RF-13186.
> {code}
> <context-param>
> <param-name>javax.faces.PROJECT_STAGE</param-name>
> <param-value>Production</param-value>
> </context-param>
> {code}
> Using these settings go to [inputs->inputNumberSlider|http://localhost:8080/showcase/richfaces/component-sample.jsf?demo=inputNumberSlider&skin=blueSky] and try to interact with the component. There is no response and in a web console is a JS type error (with a //TODO note attached to that line of code).
> {code}
> Uncaught TypeError: Object [object Object] has no method 'setPosition' inputNumberSlider.js;jsessionid=YuqiPJsXtBxYRSB91vgCso2m.undefined:145
> {code}
> The error refers to [this|https://github.com/richfaces4/components/blob/4.5.x/rich/src/main/re...] line on GitHub.
> Otherwise I found no problems/errors/warnings.
--
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-13395) Showcase 4.5.x, input number slider
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RF-13395?page=com.atlassian.jira.plugin.s... ]
Pavol Pitonak commented on RF-13395:
------------------------------------
It can be reproduced in Metamer, too.
> Showcase 4.5.x, input number slider
> -----------------------------------
>
> Key: RF-13395
> URL: https://issues.jboss.org/browse/RF-13395
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: showcase
> Affects Versions: 4.5.0.Alpha1
> Environment: JBoss AS 7.1
> Firefox 25
> Reporter: Matej Novotny
> Priority: Blocker
> Fix For: 4.5.0.Alpha1
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> This is a follow-up issue to [https://issues.jboss.org/browse/RF-13186].
> It is about a RF 4.5.x Showcase.
> The bug only occurs when _resource optimization_ is set to _False_ and I was also using a different _project stage_ to avoid JSF bug mentioned in RF-13186.
> {code}
> <context-param>
> <param-name>javax.faces.PROJECT_STAGE</param-name>
> <param-value>Production</param-value>
> </context-param>
> {code}
> Using these settings go to [inputs->inputNumberSlider|http://localhost:8080/showcase/richfaces/component-sample.jsf?demo=inputNumberSlider&skin=blueSky] and try to interact with the component. There is no response and in a web console is a JS type error (with a //TODO note attached to that line of code).
> {code}
> Uncaught TypeError: Object [object Object] has no method 'setPosition' inputNumberSlider.js;jsessionid=YuqiPJsXtBxYRSB91vgCso2m.undefined:145
> {code}
> The error refers to [this|https://github.com/richfaces4/components/blob/4.5.x/rich/src/main/re...] line on GitHub.
> Otherwise I found no problems/errors/warnings.
--
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-13395) Showcase 4.5.x, input number slider
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RF-13395?page=com.atlassian.jira.plugin.s... ]
Pavol Pitonak updated RF-13395:
-------------------------------
Priority: Blocker (was: Major)
> Showcase 4.5.x, input number slider
> -----------------------------------
>
> Key: RF-13395
> URL: https://issues.jboss.org/browse/RF-13395
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: showcase
> Affects Versions: 4.5.0.Alpha1
> Environment: JBoss AS 7.1
> Firefox 25
> Reporter: Matej Novotny
> Priority: Blocker
> Fix For: 4.5.0.Alpha1
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> This is a follow-up issue to [https://issues.jboss.org/browse/RF-13186].
> It is about a RF 4.5.x Showcase.
> The bug only occurs when _resource optimization_ is set to _False_ and I was also using a different _project stage_ to avoid JSF bug mentioned in RF-13186.
> {code}
> <context-param>
> <param-name>javax.faces.PROJECT_STAGE</param-name>
> <param-value>Production</param-value>
> </context-param>
> {code}
> Using these settings go to [inputs->inputNumberSlider|http://localhost:8080/showcase/richfaces/component-sample.jsf?demo=inputNumberSlider&skin=blueSky] and try to interact with the component. There is no response and in a web console is a JS type error (with a //TODO note attached to that line of code).
> {code}
> Uncaught TypeError: Object [object Object] has no method 'setPosition' inputNumberSlider.js;jsessionid=YuqiPJsXtBxYRSB91vgCso2m.undefined:145
> {code}
> The error refers to [this|https://github.com/richfaces4/components/blob/4.5.x/rich/src/main/re...] line on GitHub.
> Otherwise I found no problems/errors/warnings.
--
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