[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
18 years
[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
18 years