[JBoss JIRA] (RF-12225) rich:tabPanel first tab issue
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12225?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12225:
-------------------------------
Fix Version/s: 5-Tracking
(was: 5-Future)
Assignee: Pavol Pitonak
[~ppitonak] can you confirm that this is no longer an issue?
> rich:tabPanel first tab issue
> -----------------------------
>
> Key: RF-12225
> URL: https://issues.jboss.org/browse/RF-12225
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.2.1.Final
> Environment: Tomcat 7, JSF 2.2, RF 4.2.1.FINAL
> Reporter: Philip Maes
> Assignee: Pavol Pitonak
> Fix For: 5-Tracking
>
>
> Hello,
> there is a weird behavior with rich:tabPanel. And the bug (for me it's a bug) is present in your showcase.
> When you first load a page that contains a tabPanel, the first tab has a nested js script for the toggle. The problem is that this js script is also present at its normal position (after tab declaration). And it causes that when you click on this tab, 2 ajax requests are sent. But only once. After, the nested js script isn't present anymore.
> {code:title=|borderStyle=solid}
> <div id="j_idt2821:j_idt2827" class="rf-tab">
> <div id="j_idt2821:j_idt2827:content" class="rf-tab-cnt"> Here is tab #1 </div>
> <!-- anormal js script -->
> <script type="text/javascript">
> new RichFaces.ui.Tab("j_idt2821:j_idt2827", "index":0,"leave":null,"togglePanelId":"j_idt2821:tp","switchMode":"ajax","name":"j_idt2827","enter":null,"disabled":false} )
> </script>
> </div>
> <div id="j_idt2821:j_idt2829" style="display:none;"></div>
> <div id="j_idt2821:j_idt2831" style="display:none;"></div>
> <!-- normal place -->
> <script type="text/javascript">
> new RichFaces.ui.Tab("j_idt2821:j_idt2827",{"index":0,"leave":null,"togglePanelId":"j_idt2821:tp","switchMode":"ajax","name":"j_idt2827","enter":null,"disabled":false} )
> </script>
> {code}
> Steps to reproduce it:
> -go to: http://showcase.richfaces.org/richfaces/component-sample.jsf?demo=tabPane...
> -open a js console (for me it's firebug, console tab) to see ajax requests;
> -use html inspector to check that in the body of tab "First" you have the js script;
> -click on tab named "Second";
> -then click on tab named "First" and there are 2 ajax requests sent;
> -now reclick on another tab;
> -then click on tab named "First" and there is only 1 ajax request sent;
> -recheck the content of the tab and you can see that the js script isn't present anymore.
--
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, 4 months
[JBoss JIRA] (RF-12225) rich:tabPanel first tab issue
by Andrey Zhemoytuk (JIRA)
[ https://issues.jboss.org/browse/RF-12225?page=com.atlassian.jira.plugin.s... ]
Andrey Zhemoytuk commented on RF-12225:
---------------------------------------
Not reproducible with RichFaces 4.3.2.Final (checked the described use case on the current showcase).
> rich:tabPanel first tab issue
> -----------------------------
>
> Key: RF-12225
> URL: https://issues.jboss.org/browse/RF-12225
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.2.1.Final
> Environment: Tomcat 7, JSF 2.2, RF 4.2.1.FINAL
> Reporter: Philip Maes
> Fix For: 5-Future
>
>
> Hello,
> there is a weird behavior with rich:tabPanel. And the bug (for me it's a bug) is present in your showcase.
> When you first load a page that contains a tabPanel, the first tab has a nested js script for the toggle. The problem is that this js script is also present at its normal position (after tab declaration). And it causes that when you click on this tab, 2 ajax requests are sent. But only once. After, the nested js script isn't present anymore.
> {code:title=|borderStyle=solid}
> <div id="j_idt2821:j_idt2827" class="rf-tab">
> <div id="j_idt2821:j_idt2827:content" class="rf-tab-cnt"> Here is tab #1 </div>
> <!-- anormal js script -->
> <script type="text/javascript">
> new RichFaces.ui.Tab("j_idt2821:j_idt2827", "index":0,"leave":null,"togglePanelId":"j_idt2821:tp","switchMode":"ajax","name":"j_idt2827","enter":null,"disabled":false} )
> </script>
> </div>
> <div id="j_idt2821:j_idt2829" style="display:none;"></div>
> <div id="j_idt2821:j_idt2831" style="display:none;"></div>
> <!-- normal place -->
> <script type="text/javascript">
> new RichFaces.ui.Tab("j_idt2821:j_idt2827",{"index":0,"leave":null,"togglePanelId":"j_idt2821:tp","switchMode":"ajax","name":"j_idt2827","enter":null,"disabled":false} )
> </script>
> {code}
> Steps to reproduce it:
> -go to: http://showcase.richfaces.org/richfaces/component-sample.jsf?demo=tabPane...
> -open a js console (for me it's firebug, console tab) to see ajax requests;
> -use html inspector to check that in the body of tab "First" you have the js script;
> -click on tab named "Second";
> -then click on tab named "First" and there are 2 ajax requests sent;
> -now reclick on another tab;
> -then click on tab named "First" and there is only 1 ajax request sent;
> -recheck the content of the tab and you can see that the js script isn't present anymore.
--
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, 4 months
[JBoss JIRA] (RF-12850) Popup panel: button's label is invisible in IE10
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12850?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-12850:
------------------------------------
[~marco-0513] thanks for the clarification. Can you open a new issue, referencing this issue in your new issue report?
> Popup panel: button's label is invisible in IE10
> ------------------------------------------------
>
> Key: RF-12850
> URL: https://issues.jboss.org/browse/RF-12850
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.2.3.Final, 4.3.0.Final, 4.3.1
> Environment: RichFaces 4.3.2-SNAPSHOT
> EAP 6.0.1, Tomcat 6.0.32, Tomcat 7.0.35
> Mojarra 2.1.7, 2.1.17, MyFaces 2.1.10
> Internet Explorer 9, 10
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Fix For: 4.3.2, 5.0.0.Alpha1
>
> Attachments: buttonInPopupPanel.png
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
> {code:xml}
> <rich:popupPanel id="panel" show="true" header="xxx">
> <h:commandButton id="button" value="Submit" />
> </rich:popupPanel>
> {code}
> If a page with code snippet above is opened in IE9/IE10, the label "Submit" of button is not displayed until mouse over event.
> Since it appears in all JSF implementations and on all runtime containers and works in browsers different from IE, it looks like a bug in IE interpretation of CSS classes.
> Sample works fine when header of popup panel is not displayed (i.e. header attribute isn't set and no facet is defined).
--
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, 4 months
[JBoss JIRA] (RF-13085) rich:select add arrow key navigation selecting items
by J W (JIRA)
J W created RF-13085:
------------------------
Summary: rich:select add arrow key navigation selecting items
Key: RF-13085
URL: https://issues.jboss.org/browse/RF-13085
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component, component-selects
Affects Versions: 4.3.2, 4.3.3, 5.0.0.Alpha1
Reporter: J W
The standard select-component provides not only a arrow key navigation, but also a selection of the current item while navigating through the list.
--
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, 4 months
[JBoss JIRA] (RF-12850) Popup panel: button's label is invisible in IE10
by Marco Bulau (JIRA)
[ https://issues.jboss.org/browse/RF-12850?page=com.atlassian.jira.plugin.s... ]
Marco Bulau commented on RF-12850:
----------------------------------
FYI I'm using RF 4.3.2.Final
> Popup panel: button's label is invisible in IE10
> ------------------------------------------------
>
> Key: RF-12850
> URL: https://issues.jboss.org/browse/RF-12850
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.2.3.Final, 4.3.0.Final, 4.3.1
> Environment: RichFaces 4.3.2-SNAPSHOT
> EAP 6.0.1, Tomcat 6.0.32, Tomcat 7.0.35
> Mojarra 2.1.7, 2.1.17, MyFaces 2.1.10
> Internet Explorer 9, 10
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Fix For: 4.3.2, 5.0.0.Alpha1
>
> Attachments: buttonInPopupPanel.png
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
> {code:xml}
> <rich:popupPanel id="panel" show="true" header="xxx">
> <h:commandButton id="button" value="Submit" />
> </rich:popupPanel>
> {code}
> If a page with code snippet above is opened in IE9/IE10, the label "Submit" of button is not displayed until mouse over event.
> Since it appears in all JSF implementations and on all runtime containers and works in browsers different from IE, it looks like a bug in IE interpretation of CSS classes.
> Sample works fine when header of popup panel is not displayed (i.e. header attribute isn't set and no facet is defined).
--
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, 4 months
[JBoss JIRA] (RF-11088) rich:select modify manualInput behavior to avoid single item scoped item list popup when editing value
by J W (JIRA)
[ https://issues.jboss.org/browse/RF-11088?page=com.atlassian.jira.plugin.s... ]
J W edited comment on RF-11088 at 7/8/13 3:34 AM:
--------------------------------------------------
to make full use of the filter function, while displaying the list (when an item was already selected), the value of the input field should be "selected" similiar to the keyboard shortcut "CMD+A".
in this case the user could just start typing and filter the current list instead of manualy deleting the input first.
do you have any ideas on how this could be done?
i would include this either in the "onfocus" or in the above mentioned "_origItems" function.
was (Author: jigg4):
to make full use of the filter function, while displaying the list (when an item was already selected), the value of the input field should be "selected" like with the command "CMD+A".
in this case the user could just starting to type and filter the current list instead of deleting the input first.
do you have any ideas on how this could be done?
i would include this either in the "onfocus" or in the above mentioned "_origItems" function.
> rich:select modify manualInput behavior to avoid single item scoped item list popup when editing value
> ------------------------------------------------------------------------------------------------------
>
> Key: RF-11088
> URL: https://issues.jboss.org/browse/RF-11088
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 4.0.0.Final, 4.0.1.Milestone1, 4.1.0.Milestone1
> Reporter: Justin Wyer
> Labels: rich:select
> Fix For: 5-Tracking
>
>
> rich:select has usability issues when using enableManualInput="true" this will address the issues discussed in the forum post. My current idea is to attempt to display the full item list and auto highlight the input's value.
--
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, 4 months
[JBoss JIRA] (RF-11088) rich:select modify manualInput behavior to avoid single item scoped item list popup when editing value
by J W (JIRA)
[ https://issues.jboss.org/browse/RF-11088?page=com.atlassian.jira.plugin.s... ]
J W commented on RF-11088:
--------------------------
to make full use of the filter function, while displaying the list (when an item was already selected), the value of the input field should be "selected" like with the command "CMD+A".
in this case the user could just starting to type and filter the current list instead of deleting the input first.
do you have any ideas on how this could be done?
i would include this either in the "onfocus" or in the above mentioned "_origItems" function.
> rich:select modify manualInput behavior to avoid single item scoped item list popup when editing value
> ------------------------------------------------------------------------------------------------------
>
> Key: RF-11088
> URL: https://issues.jboss.org/browse/RF-11088
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 4.0.0.Final, 4.0.1.Milestone1, 4.1.0.Milestone1
> Reporter: Justin Wyer
> Labels: rich:select
> Fix For: 5-Tracking
>
>
> rich:select has usability issues when using enableManualInput="true" this will address the issues discussed in the forum post. My current idea is to attempt to display the full item list and auto highlight the input's value.
--
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, 4 months
[JBoss JIRA] (RF-12850) Popup panel: button's label is invisible in IE10
by Marco Bulau (JIRA)
[ https://issues.jboss.org/browse/RF-12850?page=com.atlassian.jira.plugin.s... ]
Marco Bulau commented on RF-12850:
----------------------------------
Brian,
no it's only one popup and the problem only exist (in IE8), if the value of attribute 'show' is 'true'. Than the value/label of a a4j:commandButton is not visible until I move the mouse over the button.
If I open the popup via javascript I don't have this problem.
> Popup panel: button's label is invisible in IE10
> ------------------------------------------------
>
> Key: RF-12850
> URL: https://issues.jboss.org/browse/RF-12850
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.2.3.Final, 4.3.0.Final, 4.3.1
> Environment: RichFaces 4.3.2-SNAPSHOT
> EAP 6.0.1, Tomcat 6.0.32, Tomcat 7.0.35
> Mojarra 2.1.7, 2.1.17, MyFaces 2.1.10
> Internet Explorer 9, 10
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Fix For: 4.3.2, 5.0.0.Alpha1
>
> Attachments: buttonInPopupPanel.png
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
> {code:xml}
> <rich:popupPanel id="panel" show="true" header="xxx">
> <h:commandButton id="button" value="Submit" />
> </rich:popupPanel>
> {code}
> If a page with code snippet above is opened in IE9/IE10, the label "Submit" of button is not displayed until mouse over event.
> Since it appears in all JSF implementations and on all runtime containers and works in browsers different from IE, it looks like a bug in IE interpretation of CSS classes.
> Sample works fine when header of popup panel is not displayed (i.e. header attribute isn't set and no facet is defined).
--
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, 4 months