[JBoss JIRA] Created: (RF-2288) non autosized modal panel and calendar: Calendar - popups below the panel
by Ilya Shaikovsky (JIRA)
non autosized modal panel and calendar: Calendar - popups below the panel
-------------------------------------------------------------------------
Key: RF-2288
URL: http://jira.jboss.com/jira/browse/RF-2288
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Ilya Shaikovsky
Assigned To: Nick Belaevski
Fix For: 3.2.0
Attachments: notAutosizedMpCalendar.jpg
screens attached
code:
<rich:modalPanel id="_panel" minHeight="100"
minWidth="200" moveable="true">
<f:facet name="header">
<h:outputText value="Events..." />
</f:facet>
<f:facet name="controls">
<h:graphicImage value="/pages/montana.gif" onclick="Richfaces.hideModalPanel('_panel');" />
</f:facet>
<h:outputText value="Eventsaaaaaaaaaaaaaaaa ..." />
<rich:calendar popup="true"/>
</rich:modalPanel>
B.t.w. JS error rised
--
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
14 years, 9 months
[JBoss JIRA] Created: (RF-2298) rich:tree facet css-customized iconCollapsed doesnt work in IE 6
by Andreas Höhmann (JIRA)
rich:tree facet css-customized iconCollapsed doesnt work in IE 6
----------------------------------------------------------------
Key: RF-2298
URL: http://jira.jboss.com/jira/browse/RF-2298
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Environment: myfaces 1.2.2
tomahawk 1.1.6
facelets 1.1.14
Reporter: Andreas Höhmann
Priority: Critical
I want to customize the expanded and collapsed image via css *not* via tree-attributes ... because i don't want hardcoded image-name in my xhtml-files.
If i do this in the following way then i can expand nodes but never can collapse nodes :-)
tree.xhtml:
<rich:tree ...
<f:facet name="iconCollapsed">
<t:div styleClass="TreeImgCollapsed"/>
</f:facet>
<f:facet name="iconExpanded">
<t:div styleClass="TreeImgExpanded"/>
</f:facet>
</rich:tree>
tree.css
.treeImgCollapsed {
background-image: url(images/tree_arr_left.gif);
background-position: top left;
background-repeat: no-repeat;
width: 16px;
height: 16px;
}
.treeImgExpanded {
background-image: url(images/tree_arr_down.gif);
background-position: top left;
background-repeat: no-repeat;
width: 16px;
height: 16px;
}
The rendered Code works find in FF but it seems the IE can handle the nested span-div under the link ... any idea?
Here is the standard-html (no facets, no icons defined ... default rich-tree) :
<td class="dr-tree-h-ic rich-tree-node-handleicon">
<div>
<a id="libraryTree_form:libraryTree:1:ws:handle" onclick="A4J.AJAX.Submit('libraryTree_region','libraryTree_form',event,{'parameters':{'libraryTree_form:libraryTree:1:wsNodeExpanded':'true','libraryTree_form:libraryTree:1:wsAjaxExpanded':true} ,'actionUrl':'/sid-base-web-app/pages/sid.jsf;jsessionid=1db69jxvuc9lg?javax.portlet.faces.DirectLink=true'} ); return false;" href="#">
<img id="libraryTree_form:libraryTree:1:ws:handle:img:collapsed" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-collapsed" border="0" src="/sid-base-web-app/a4j_3_1_4.GAorg.richfaces.renderkit.html.images.TreePlusImage/DATB/eAH7....1Tv3GRgYACS3BY4_.jsf"/>
<img id="libraryTree_form:libraryTree:1:ws:handle:img:expanded" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-expanded" border="0" style="display: none;" src="/sid-base-web-app/a4j_3_1_4.GAorg.richfaces.renderkit.html.images.TreeMinusImage/DATB/eAH7....1Tv3GRgYACS3BY4_.jsf"/>
</a>
</div>
</td>
My version :
<td class="dr-tree-h-ic rich-tree-node-handleicon">
<div>
<a id="libraryTree_form:libraryTree:1:ws:handle" onclick="A4J.AJAX.Submit('libraryTree_region','libraryTree_form',event,{'parameters':{'libraryTree_form:libraryTree:1:wsNodeExpanded':'true','libraryTree_form:libraryTree:1:wsAjaxExpanded':true} ,'actionUrl':'/sid-base-web-app/pages/sid.jsf;jsessionid=9gde8gwkek8c?javax.portlet.faces.DirectLink=true'} ); return false;" href="#">
<span id="libraryTree_form:libraryTree:1:ws:handle:img:collapsed" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img dr-tree-h-ic-facets rich-tree-node-handleicon-collapsed">
<div id="libraryTree_form:libraryTree:1:j_id187" class="treeImgCollapsed"/>
</span>
<span id="libraryTree_form:libraryTree:1:ws:handle:img:expanded" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img dr-tree-h-ic-facets rich-tree-node-handleicon-expanded" style="display: none;">
</span>
</a>
</div>
</td>
You see the difference ... perhapse the ie have a problem with the "a-span-div"?? But why the expand works but the collapse don't?
--
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
14 years, 9 months
[JBoss JIRA] Created: (RF-2239) listShuttle: doesn't works after ajax update
by Ilya Shaikovsky (JIRA)
listShuttle: doesn't works after ajax update
--------------------------------------------
Key: RF-2239
URL: http://jira.jboss.com/jira/browse/RF-2239
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Ilya Shaikovsky
Assigned To: Nick Belaevski
Fix For: 3.2.0
<h:form>
<h:selectBooleanCheckbox value="#{bean.enabled}" >
<a4j:support reRender="list" event="onchange" ajaxSingle="true"/>
</h:selectBooleanCheckbox>
<a4j:outputPanel layout="none">
<rich:orderingList value="#{capitalsBean.capitals}" var="cap" converter="converter" rendered="#{bean.enabled}" id="list">
<rich:column>
<f:facet name="header">
<h:outputText value="test"/>
</f:facet>
<h:outputText value="#{cap.name}"/>
<f:facet name="footer">
<h:outputText value="test"/>
</f:facet>
</rich:column>
</rich:orderingList>
</a4j:outputPanel>
</h:form>
Initial value of enabled = false.
after checkbox activation - listShuttle rendered but doesn't works and layout broken.
--
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
14 years, 9 months