[JBoss JIRA] Created: (RF-2098) DnD in IE6 problem
by Svetlana mukhina (JIRA)
DnD in IE6 problem
------------------
Key: RF-2098
URL: http://jira.jboss.com/jira/browse/RF-2098
Project: RichFaces
Issue Type: Task
Components: doc
Affects Versions: 3.1.0
Reporter: Svetlana mukhina
Assigned To: Svetlana mukhina
Fix For: 3.1.4, 3.2.0
There is a problem with DND in IE6. If width isn't defined, IE6 doesn't see panel background.
but if defined, it works fine.
But if width is defined the problems becomes
<a4j:outputPanel style="width:100px;border:1px solid gray;padding:2px"
layout="block">
<rich:dragSupport dragIndicator=":indicator"
dragType="#{fm.family}" dragValue="#{fm}">
<rich:dndParam name="label" value="#{fm.name}" />
</rich:dragSupport>
<h:outputText value="#{fm.name}"></h:outputText>
</a4j:outputPanel>
it's necessary to describe this behavior in guide
--
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
17 years, 11 months
[JBoss JIRA] Created: (RF-2121) Doc Requirement for QA
by Svetlana mukhina (JIRA)
Doc Requirement for QA
----------------------
Key: RF-2121
URL: http://jira.jboss.com/jira/browse/RF-2121
Project: RichFaces
Issue Type: Task
Components: doc
Affects Versions: 3.1.0
Reporter: Svetlana mukhina
Assigned To: Tsikhon Kuprevich
Fix For: 3.2.0
Here is a list of requirements that should be followed during docs testing procedure:
1. Everything that written in guide should work exactly as it's written
2. All functionality should be described, if something is missing it means a bug in docs
3. Screenshots should be user-friendly and lifelike
4. Technical Requirements should be always up-to-date
5. Code samples should be workable
6. Complicated code samples should have descriptions
5. Text should be understandable and not confusing
6. Pay attention not only to content, but also to format: incorrect symbols, unnecessary spaces, improper font, ambiguities highlighting, broken links, etc.
7. Chapter, section and even sentences should go in logical order
--
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
17 years, 11 months
[JBoss JIRA] Created: (RF-2752) DropDownMenu: error parsing XML
by Viktor Volkov (JIRA)
DropDownMenu: error parsing XML
-------------------------------
Key: RF-2752
URL: http://jira.jboss.com/jira/browse/RF-2752
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: 3.2.0 CR4
facelets
Reporter: Viktor Volkov
Assigned To: Nick Belaevski
Priority: Blocker
http://localhost:8080/facelets/pages/Rich/Rich.jsf
Line 172, char 1949:
<td><div class="dr-pnl rich-panel " id="formID:DropDownMenuSubviewID:j_id138"><div class="dr-pnl-b rich-panel-body " id="formID:DropDownMenuSubviewID:j_id138_body"><div class="styleClass dr-menu-label dr-menu-label-unselect rich-ddmenu-label rich-ddmenu-label-unselect" id="formID:DropDownMenuSubviewID:ddmId" onmousemove="showEvent('onmousemoveInputID', 'onmousemove work!')" onmouseout="showEvent('onmouseoutInputID', 'onmouseout work!')" onmouseover="showEvent('onmouseoverInputID', 'onmouseover work!')" style="style"><span class="dr-label-text-decor rich-label-text-decor" id="formID:DropDownMenuSubviewID:ddmId_span">DropDownMenu</span><div style="margin: 0px; padding: 0px; border: 0px; position: relative; z-index: 100;"><div id="formID:DropDownMenuSubviewID:ddmId_menu" class="dr-menu-list-border rich-menu-list-border" style="visibility: hidden; z-index: 2; "><div class="dr-menu-list-bg rich-menu-list-bg"><div class="dr-menu-item dr-menu-item-enabled rich-menu-item rich-menu-item-enabled " id="formID:DropDownMenuSubviewID:j_id139" onclick="this.className='dr-menu-item dr-menu-item-enabled rich-menu-item rich-menu-item-enabled '; showEvent('onselectInputID', 'onselect work!'); showEvent('onclickInputID', 'onclick work!')!');" onmouseout="if (RichFaces.Menu.isWithin(event, this)) return; this.className='dr-menu-item dr-menu-item-enabled rich-menu-item rich-menu-item-enabled '; $('formID:DropDownMenuSubviewID:j_id139').style.cssText=';'; $('formID:DropDownMenuSubviewID:j_id139:icon').className='dr-menu-icon rich-menu-item-icon '; Element.removeClassName($('formID:DropDownMenuSubviewID:j_id139:anchor'), 'rich-menu-item-label-selected');" onmouseover="if (RichFaces.Menu.isWithin(event, this)) return; this.className='dr-menu-item dr-menu-item-hover rich-menu-item rich-menu-item-hover ';; $('formID:DropDownMenuSubviewID:j_id139').style.cssText='; ; ;'; $('formID:DropDownMenuSubviewID:j_id139:icon').c
--
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
17 years, 11 months