modalPanel text content is highlighted while moving under Firefox 3.
--------------------------------------------------------------------

                 Key: RF-6820
                 URL: https://jira.jboss.org/jira/browse/RF-6820
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.1
         Environment: 3.3.1.BETA4
Firefox 3.0.8
            Reporter: Alexander Dubovsky
            Assignee: Nick Belaevski
            Priority: Minor
         Attachments: 57.png

Source:
<h:form>
                <rich:modalPanel id="modalPanelID" 
                        autosized="true" resizeable="false">
                        <f:facet name="header">
                                <h:outputText value="Events" />
                        </f:facet>
                        <f:facet name="controls">
                                <h:graphicImage value="/pics/info.gif"
                                        
onclick="Richfaces.hideModalPanel('modalPanelID'); return false;" />
                        </f:facet>
                        <p>The component implements a modal dialog window All 
operations
                        in the main application window are locked out while 
this window is
                        active Opening and closing the window is done through 
client
                        JavaScript code</p>
                </rich:modalPanel>

                <h:commandLink value="Show Panel"
                        
onclick="Richfaces.showModalPanel('modalPanelID');return false;" />
        </h:form>

# Open page and click "Show Panel" button.
# Move panel and check its content
Result: it is highlighted. See screen shot.

-- 
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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to