[JBoss JIRA] Created: (RF-8582) tree: dragSupport, dropSuppot inside placed for some treeNode containers not working(built-in dnd off)
by Ilya Shaikovsky (JIRA)
tree: dragSupport, dropSuppot inside placed for some treeNode containers not working(built-in dnd off)
------------------------------------------------------------------------------------------------------
Key: RF-8582
URL: https://jira.jboss.org/jira/browse/RF-8582
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tree
Affects Versions: 3.3.3.CR1
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Fix For: 3.3.3.Final
<rich:panel>
a
<rich:dragSupport dragType="aaa" dragIndicator="ind1" />
<rich:panel>
b
<rich:dropSupport acceptedTypes="aaa" />
</rich:panel>
</rich:panel>
works fine.
<rich:treeNode reRender="cm" type="node" icon="#{treeNode.icon}"
iconLeaf="#{treeNode.leafIcon}">
<h:outputText value="#{item}" />
<a4j:outputPanel id="cm">
<rich:contextMenu event="oncontextmenu"
rendered="#{treeNode.selected}">
<rich:menuItem value="123" />
</rich:contextMenu>
</a4j:outputPanel>
<rich:panel id="pnl1">
<rich:dropSupport acceptedTypes="pic" id="pnldnd2" />
a
</rich:panel>
</rich:treeNode>
<rich:treeNode type="leaf" >
<rich:dndParam name="label" type="drag">#{item}</rich:dndParam>
<h:outputText value="#{item}" />
<rich:panel id="pnl">
<rich:dragSupport dragType="pic" id="pnldnd" />
a
</rich:panel>
</rich:treeNode>
not works. after you dragging pnl1 and trying to drop to pnl - rejected indicator shown.
The same if define drag not with dragsupport but with tree attribute but remain external drop declaration.
In the same time - d'n'd from tree to page and from page to tree - works ok and you could check it at livedemo.
--
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
14 years, 7 months
[JBoss JIRA] Created: (RF-8581) gmap and tabPanel (client mode) problems
by Ilya Shaikovsky (JIRA)
gmap and tabPanel (client mode) problems
----------------------------------------
Key: RF-8581
URL: https://jira.jboss.org/jira/browse/RF-8581
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-misc, component-output
Affects Versions: 3.3.3.CR1
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Attachments: aftermoval.png, initial load.png, movedtoshowall.png
I do not used ajax mode - it's forbidden. And in server mode looks ok.
But in client mode there is next problem (checked ff and ie)
see screent "initial load" - that what I see on initial rendering
see screen "moved to show all" - I moved it slightly to left and top(without additional loadding occurs). So seems map actually loaded but for incorrect viewport.
see screen "after moval" - I moved it to display zone which was not pre-loaded. that what you see again after loading.
--
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
14 years, 7 months