[JBoss JIRA] Created: (RF-7383) dropDownMenu: menuGroupItem is displayed incorrectly with attribute disabled="true"
by Vadim Mikovoz (JIRA)
dropDownMenu: menuGroupItem is displayed incorrectly with attribute disabled="true"
-----------------------------------------------------------------------------------
Key: RF-7383
URL: https://jira.jboss.org/jira/browse/RF-7383
Project: RichFaces
Issue Type: Bug
Components: component-menu
Affects Versions: 3.3.2.CR1
Environment: all provided browsers
v.3.3.2-SNAPSHOT
Reporter: Vadim Mikovoz
Assignee: Nick Belaevski
Priority: Minor
add code:
<rich:dropDownMenu value="my Menu">
<rich:menuItem value="1"></rich:menuItem>
<rich:menuItem value="2"></rich:menuItem>
<rich:menuGroup disabled="true" value="3">
<rich:menuItem value="3.1"></rich:menuItem>
<rich:menuItem value="3.2"></rich:menuItem>
<rich:menuItem value="3.3"></rich:menuItem>
</rich:menuGroup>
<rich:menuItem value="4"></rich:menuItem>
</rich:dropDownMenu>
1. Open test page
2. Call dropDownMenu
--------------------------------
disabled menuGroup item is displayed in wrong place
3. Move mouse over menuGroup item
----------------------------------------------------
item became enable
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 8 months
[JBoss JIRA] Created: (RF-7286) comboBox: onchange event isn't triggered first time and if you type smth and lose focus
by Vadim Mikovoz (JIRA)
comboBox: onchange event isn't triggered first time and if you type smth and lose focus
---------------------------------------------------------------------------------------
Key: RF-7286
URL: https://jira.jboss.org/jira/browse/RF-7286
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.2.CR1
Environment: all provided browsers
v.3.3.2-SNAPSHOT
Reporter: Vadim Mikovoz
Assignee: Nick Belaevski
Source:
<rich:comboBox value="#{custom.guestId}" defaultLabel="hello" onchange="console.log('onchange work! ')">
<f:selectItem itemValue="val 1"/>
<f:selectItem itemValue="val 2"/>
<f:selectItem itemValue="val 3"/>
<f:selectItem itemValue="val 4"/>
<f:selectItem itemValue="val 5"/>
</rich:comboBox>
You open comboBox first time:
1. Select item from pop-up (using mouse or keyboard)
2. Move focus from comboBox
-----------------------------------------
Onchange event isn't triggered
1. Type smth in input
2. Move focus from comboBox
------------------------------------------
Onchange event isn't triggered (it was OK in 3.3.0.GA)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 8 months
[JBoss JIRA] Created: (RF-7185) Insert: errorContent attribute doesn't work
by Vadim Mikovoz (JIRA)
Insert: errorContent attribute doesn't work
-------------------------------------------
Key: RF-7185
URL: https://jira.jboss.org/jira/browse/RF-7185
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.2.CR1
Environment: all browsers
v.3.3.2-SNAPSHOT
Reporter: Vadim Mikovoz
Assignee: Nick Belaevski
Precondition for Insert component:
errorContent="alternative content" and src="non-existent file"
---------------------------------------------------------------------------------
1. Open Insert test page
2. Select 'non-existent src'
------------------------------------
Actual result: Default error message is appeared
Expected result: Content defined in errorContent attribute should be displayed
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 8 months
[JBoss JIRA] Created: (RF-7163) Data Scroller: some feature in fire fox 3.0
by Vadim Mikovoz (JIRA)
Data Scroller: some feature in fire fox 3.0
-------------------------------------------
Key: RF-7163
URL: https://jira.jboss.org/jira/browse/RF-7163
Project: RichFaces
Issue Type: Bug
Components: browser compatibility
Affects Versions: 3.3.1
Environment: fire fox 3.0
v.3.3.1
Reporter: Vadim Mikovoz
Assignee: Nick Belaevski
Priority: Minor
1. Select *Data Scroller* in richfaces-demo under fire fox 3.0
2. Navigate to *Scroller Facets Usage* tab
3. Expand pages selector
4. Move focus to the any page number (see attachment)
5. Click smb outside --> selector is collapsed
6. Click on the table or *Previous* (*Next*) facet
-----------------------------------------------------------------
The table is appeared on that page that was in focus
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 8 months
[JBoss JIRA] Created: (RF-996) aj4:support cannot be used to validate rich:calander.
by Chris Rudd (JIRA)
aj4:support cannot be used to validate rich:calander.
-----------------------------------------------------
Key: RF-996
URL: http://jira.jboss.com/jira/browse/RF-996
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.0
Reporter: Chris Rudd
The following can be used to valdiate the date entered manually, but there is not a way to validate when the date is "picked"
<rich:calendar value="#{bean.date}" enableManualInput="true">
<a4j:support event="oninputchange" reRender="..."/>
</rich:calendar>
There should be an event that is fired any time the date is changed, reguarless of the input method.
NOTE : ondateselect is not applicable as its not notification that the date was changed, it is allowing a hook to see if the date selection should occur.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 8 months
[JBoss JIRA] Created: (RF-4931) Tree Adaptors: ClassCastException in StackingTreeModel
by Nick Belaevski (JIRA)
Tree Adaptors: ClassCastException in StackingTreeModel
------------------------------------------------------
Key: RF-4931
URL: https://jira.jboss.org/jira/browse/RF-4931
Project: RichFaces
Issue Type: Patch
Affects Versions: 3.1.x
Reporter: Nick Belaevski
ClassCastException in StackingTreeModel.java:137
Method doSetupKey throws classCastException for one of the scenario.
Steps:-
Search items so that we get Tree(richfaces) list on page.
Delete the one of the node from tree (ajax delete)
After that we tried to reset the search parameters (They are in different a4j:region than the tree) by clicking on Reset button
which means we had to rerender tree for reset operation.
While rerendering the tree we got class cast exception. at line 137.
Following is the code we fixed in our project.
protected StackingTreeModel doSetupKey(Iterator<Key> keyIterator, Iterator<StackEntry> entriesIterator, FacesContext context, Object modelKey) {
if (modelKey != null) {
if (!setupModel(modelKey, context)) {
//no key is available
leaveModel(getRoot().stackEntries.iterator(), null, context);
return null;
}
//TODO what's here?
}
if (keyIterator != null && keyIterator.hasNext()) {
//Patch added by Atul
Object obj = keyIterator.next();
if(obj == null || !(obj instanceof Key)) {
leaveModel(entriesIterator, null, context);
return this;
}
Key key = (Key)obj;
//Patch ends by Atul
//Following is orginal code commented by Atul for above patch.
//Key key = keyIterator.next();
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 9 months