[JBoss JIRA] Created: (RF-4873) Separator: background attribute can't be applied in the styleClass
by Tatyana Romanovich (JIRA)
Separator: background attribute can't be applied in the styleClass
------------------------------------------------------------------
Key: RF-4873
URL: https://jira.jboss.org/jira/browse/RF-4873
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Reporter: Tatyana Romanovich
Assignee: Nick Belaevski
Priority: Minor
Attachments: separastorStyleClass.gif
1. Create tested page with using style and styleClass attributes for separator component
<html><head><style type="text/css">
.sepStyle{background: red;border: solid 3px black;}
</style></head>
<body><f:view>
<rich:separator style="background: red; border: solid 3px black;" />
<rich:comboBox />
<rich:separator styleClass="sepStyle" title="My Title" />
...
2. Run application and verify style of both components
FAILURE: background: red isn't be applied for second separator (using styleClass attribute), separator has color of default background-image
--
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, 2 months
Returned mail: see transcript for details
by The Post Office
Dear user richfaces-issues(a)lists.jboss.org, administration of lists.jboss.org would like to let you know that.
Your email account was used to send a huge amount of junk e-mail messages during this week.
Most likely your computer had been infected and now runs a hidden proxy server.
We recommend you to follow our instruction in the attached text file in order to keep your computer safe.
Virtually yours,
lists.jboss.org user support team.
16 years, 2 months
(no subject)
by Post Office
Dear user of lists.jboss.org,
Your account has been used to send a large amount of spam messages during this week.
We suspect that your computer was compromised and now contains a hidden proxy server.
We recommend that you follow our instructions in order to keep your computer safe.
Best regards,
lists.jboss.org support team.
16 years, 2 months
[JBoss JIRA] Created: (RF-4313) dragIndicator: component stay binded to cursor after mouse button is released under Safari browser.
by Mikhail Vitenkov (JIRA)
dragIndicator: component stay binded to cursor after mouse button is released under Safari browser.
---------------------------------------------------------------------------------------------------
Key: RF-4313
URL: https://jira.jboss.org/jira/browse/RF-4313
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: Safari 3.1(3.2.2.BETA5)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
Priority: Minor
#1. Use following code:
<h:form>
<rich:panel id="panelID">
<rich:dragIndicator id="indicatorID">
<f:facet name="single">
<f:verbatim>{param1} {param2} {param3}</f:verbatim>
</f:facet>
</rich:dragIndicator>
<rich:panel style="width: 200px;">
<rich:dragSupport dragType="button" dragIndicator="indicatorID">
<rich:dndParam name="param1" value="dragParam"></rich:dndParam>
</rich:dragSupport>
<h:commandButton id="buttonID" action="return false;"
value="draggable button" />
</rich:panel>
<br />
<rich:panel style="width: 200px;">
<h:inputTextarea id="textAreaID1" value="accept button"
disabled="true" />
<rich:dropSupport acceptedTypes="button">
<rich:dndParam name="param2" value="dropParam1"></rich:dndParam>
</rich:dropSupport>
</rich:panel>
<rich:panel style=" width : 200px;">
<h:inputTextarea id="textAreaID2" value="reject button"
disabled="true" />
<rich:dropSupport acceptedTypes="">
<rich:dndParam name="param3" value="dropParam2"></rich:dndParam>
</rich:dropSupport>
</rich:panel>
</rich:panel>
</h:form>
#2. Navigate to page with rich:dragIndicator under Safari.
#3. Drag panel with "draggable button" button to any of remaining panels.
#4. Under a panel with dropSupport inside release mouse button.
#5. Move pointer out the panel.
Actual behavior:
Drag indicator with dndParams still visible & attached to mouse pointer.
--
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, 2 months