[richfaces-issues] [JBoss JIRA] (RF-11533) Notify and IE 8: can't close a message

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Fri Jan 20 03:45:19 EST 2012


    [ https://issues.jboss.org/browse/RF-11533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660713#comment-12660713 ] 

Lukáš Fryč commented on RF-11533:
---------------------------------

Note: This can be solved after feature freeze.

I have found following behavior:

When initializing closer button as follows, the event is not caught:
{code}
$("<div />", { "click" : function() { ... } }
{code}

but when using following handler, it works as expected:
{code}
$("<div onclick=\"...\" />")
{code}

But that principle would need expose the pnotify object globally.



What can we try additionally:
* what code breaks "click" event triggering/handling - remove other components when resource mapping off
* try dev-example with resource mapping on
                
> Notify and IE 8: can't close a message
> --------------------------------------
>
>                 Key: RF-11533
>                 URL: https://issues.jboss.org/browse/RF-11533
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-output
>    Affects Versions: 4.1.0.Milestone3
>         Environment: •RichFaces 4.1.0.20111011-M3 r.68406156c3d647eee75816d4bd6a29a66b0b5a2f
> •Metamer 4.1.0.20111011-M3 r.22776
> •Mojarra 2.1.3-SNAPSHOT
> •Apache Tomcat 7.0.22
> •Java(TM) SE Runtime Environment 1.6.0_27-b07 @ Windows Server 2008
> •Internet Explorer 8.0 @ Win32 
>            Reporter: Jan Papousek
>            Assignee: Lukáš Fryč
>             Fix For: 4.2.0.CR1
>
>
> Notify messages can't be closed in IE 8.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-issues mailing list