[richfaces-issues] [JBoss JIRA] Created: (RF-7966) When ModalPanel is autosized, the content inside is selected when dragging

Bozhidar Bozhanov (JIRA) jira-events at lists.jboss.org
Fri Oct 9 03:56:05 EDT 2009


When ModalPanel is autosized, the content inside is selected when dragging
--------------------------------------------------------------------------

                 Key: RF-7966
                 URL: https://jira.jboss.org/jira/browse/RF-7966
             Project: RichFaces
          Issue Type: Bug
          Components: component-output
    Affects Versions: 3.3.2.GA
         Environment: FireFox 3x, IE 6+.
            Reporter: Bozhidar Bozhanov
            Priority: Minor


When autosized="true" for rich:modalPanel, the contents inside are selected while dragging (and remain selected when the drag is over).
I digged into the code and noticed, that the difference is two css classes. One of which defines overflow: hidden. So I added style="overflow:hidden", and it worked.
My suggestion is to add this class regardless of the autosized attribute (unless it has other side-effects of which I'm unaware).
I haven't tested it with 3.3.2, but I looked at the code and there is no difference between 3.3.2 and 3.3.1 (where I tested it).

Regards.

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

        


More information about the richfaces-issues mailing list