[ 
https://jira.jboss.org/jira/browse/RF-5285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Belaevski updated RF-5285:
-------------------------------

    Assignee:     (was: Vladimir Molotkov)


> PickList: onlistchanged, onkeypress, onblur events do not work in some 
> browsers.
> --------------------------------------------------------------------------------
>
>                 Key: RF-5285
>                 URL: https://jira.jboss.org/jira/browse/RF-5285
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>         Environment: 3.3.0.BETA3, jsp, facelets
>            Reporter: Alexander Dubovsky
>             Fix For: Future
>
>
> 1) "onlistchanged" does not work in Safari 3.2
> 2) "onkeypress" and "onblur" do not work in Safari 3.2, Firefox 3.0.4, IE6-7

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

From [email protected] Sat Jan 10 06:07:40 2009
Return-path: <[email protected]>
Envelope-to: [email protected]
Delivery-date: Sat, 10 Jan 2009 06:07:40 -0800
Received: from exprod5mx249.postini.com ([64.18.0.169] helo=psmtp.com)
        by mail-archive.com with smtp (Exim 4.67)
        (envelope-from <[email protected]>)
        id 1LLeV2-0004iE-3G
        for [email protected]; Sat, 10 Jan 2009 06:07:40 -0800
Received: from source ([64.74.196.154]) (using TLSv1) by 
exprod5mx249.postini.com ([64.18.4.10]) with SMTP;
        Sat, 10 Jan 2009 06:07:37 PST
Received: from chief.prod.atl2.jboss.com (localhost.localdomain [127.0.0.1])
        by chief.prod.atl2.jboss.com (8.13.1/8.13.1) with ESMTP id 
n0AE6RuJ027594;
        Sat, 10 Jan 2009 09:06:27 -0500
Received: from cloud.prod.atl2.jboss.com (host22.pub.inap.atl.jboss.com
        [64.74.196.157] (may be forged))
        by chief.prod.atl2.jboss.com (8.13.1/8.13.1) with ESMTP id
        n0AE6NW9027336
        for <[email protected]>; Sat, 10 Jan 2009 09:06:23 -0500
Received: from cloud.prod.atl2.jboss.com (localhost.localdomain [127.0.0.1])
        by cloud.prod.atl2.jboss.com (8.13.1/8.13.1) with ESMTP id
        n0AE6NKV028392
        for <[email protected]>; Sat, 10 Jan 2009 09:06:23 -0500
Message-ID: <[email protected]>
Date: Sat, 10 Jan 2009 09:06:23 -0500 (EST)
From: "Nick Belaevski (JIRA)" <[email protected]>
To: [email protected]
In-Reply-To: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: bulk
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4118) modalPanel:
 using with
 rich:inplaceSelect under Safari leads to: absence of inplaseSelect
 component's popup list vertical scroll;
X-BeenThere: [email protected]
X-Mailman-Version: 2.1.5
List-Id: richfaces -Issues List <richfaces-issues.lists.jboss.org>
List-Unsubscribe: <https://lists.jboss.org/mailman/listinfo/richfaces-issues>, 
        <mailto:[email protected]?subject=unsubscribe>
List-Archive: <http://lists.jboss.org/pipermail/richfaces-issues>
List-Post: <mailto:[email protected]>
List-Help: <mailto:[email protected]?subject=help>
List-Subscribe: <https://lists.jboss.org/mailman/listinfo/richfaces-issues>,
        <mailto:[email protected]?subject=subscribe>
Sender: [email protected]
Errors-To: [email protected]
X-pstn-neptune: 0/0/0.00/0
X-pstn-levels:     (S:89.65615/99.90000 CV:99.9000 R:95.9108 P:95.9108 
M:97.0282 C:98.6951 )
X-pstn-settings: 4 (1.5000:1.5000) s cv gt3 gt2 gt1 r p m c 
X-pstn-addresses: from <[email protected]> [294/10] 


     [ 
https://jira.jboss.org/jira/browse/RF-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Belaevski updated RF-4118:
-------------------------------

    Assignee:     (was: Vladimir Molotkov)


> modalPanel: using with rich:inplaceSelect under Safari leads to: absence of 
> inplaseSelect component's popup list vertical scroll;
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-4118
>                 URL: https://jira.jboss.org/jira/browse/RF-4118
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>         Environment: safari 3.1(3.2.2.BETA3)
>            Reporter: Mikhail Vitenkov
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: mpInplaceFaceletsSafari.png, mpInplaceJspSafari1.png
>
>
> # Create modalPanel with inplaceSelect inside following way:
> <rich:modalPanel id="modalPanel2ID" minHeight="100" minWidth="200"
>               resizeable="true" keepVisualState="true" 
> showWhenRendered="true">
>               <h:form>                        
>                       <h:outputLink
>                               
> onclick="Richfaces.hideModalPanel('modalPanel2ID');return false;"
>                               value="Close">
>                               <f:verbatim>Close</f:verbatim>
>                       </h:outputLink>
>                       <br/>
>                       <rich:inplaceSelect>
>                       <f:selectItem itemValue="item1" itemLabel="item1"/>
>                       <f:selectItem itemValue="item2" itemLabel="item2"/>
>                       <f:selectItem itemValue="item3" itemLabel="item3"/>
>                       </rich:inplaceSelect>
>               </h:form>
>       </rich:modalPanel>
> # Navigate on the page under Safari
> # Call inplaceSelect rich component's popup
> Actual behavior:
> Vertical scroll is absent. Plus under facelets(jsf1_2.09) popup appears in 
> wrong place(see attached screenshot).

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